plastic-intent-ending

Solid

Wrap, finish, close, or mark an intent Done, delivered or abandoned. Use when completing or abandoning an intent, when a checklist reaches 100 percent and Exec is finished, or when asked to "wrap this up".

AI & Automation 10 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Intent Ending The one procedure every terminal transition routes through. Auto mode, the curator path, and releasing all call this skill (or its backing script, `scripts/end-intent`) for the mechanical close instead of restating the same prose three times. `abandoned` is the SAME procedure as `delivered`, not a failure branch: only outcome.md content and the INDEX section differ. ## The 8 steps (0-7) | # | Step | Who does it | |---|---|---| | 0 | Precondition check | You, before touching outcome.md | | 1 | outcome.md + intent-file `## Outcome` summary | `scripts/end-intent` | | 2 | INDEX.md terminal move (Active -> Completed/Abandoned) | `scripts/end-intent` | | 3 | savepoint `Done` bookend | `scripts/end-intent` | | 4 | store auto-commit | `scripts/end-intent` | | 5 | disarm (worktree + lock) | `scripts/end-intent` (intent 188) | | 6 | QMD reindex, async, LAST | You | | 7 | EM-to-CTO report | You | Steps 1-5 are ONE callable script call, not several separate one-liners: this is exactly what the failure mode this intent fixes looked like (releasing hand authored the close in prose and dropped the savepoint bookend for two real deliveries; separately, one session delivered four intents back to back and never ran the old step-5 one-liner at all, intent 188). Never restate outcome/INDEX/savepoint/disarm prose inline again; call `scripts/end-intent`. ### Step 0. Precondition (the gate is section-blind, not selective) `Bridge.check_gate` (scripts/lib/bridge.rb) is LIVE cod...

Details

Author
zalom
Repository
zalom/plastic
Created
3 months ago
Last Updated
today
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

plastic-intent-starting

Board a session onto an intent: take the lock FIRST, confirm savepoint state, ask auto or guided ONCE, then resume at the latest delivered station and run the cycle to Done. Use on `continuing --intent {id}`, when a new intent is registered and the user asks to work it, or when the user picks an intent to work. Requires the intent in INDEX `## Active`.

10 Updated today
zalom
AI & Automation Listed

plastic-store-curating

Use when completing or reviewing intents, reorganizing the index, or when the intent store needs maintenance. Examples: <example>Context: User has finished implementing a feature. user: "This intent is done, clean up the index" assistant: "I'll use the intent-curator to update the intent status and reorganize INDEX.md" <commentary>Intent lifecycle change triggers curator for index maintenance.</commentary></example> <example>Context: The intent store has grown and clusters need review. user: "Organize the intents" assistant: "I'll use the intent-curator to review clusters, flag orphans, and suggest connections" <commentary>Periodic maintenance of the Zettelkasten structure.</commentary></example>

10 Updated today
zalom
AI & Automation Listed

cycle-close

Use when a stretch of work ends - "close the cycle", "the sprint is over", "we shipped what we were going to". Checks each intent against its definition of done, returns what did not finish to the backlog, and records the one measurement of the cycle that cannot be recovered afterwards.

4 Updated 6 days ago
repository-standards