plastic-store-curatinglisted
Install: claude install-skill zalom/plastic
# Intent Curator
Dispatches to the `plastic-intent-curator` agent for intent store maintenance.
## When to Use
- Completing or reviewing intents
- Reorganizing INDEX.md
- Cluster maintenance, orphan detection, link discovery
- Batch status updates
## Workflow
Invoke the `plastic-intent-curator` agent via the Agent tool with `subagent_type: "plastic-intent-curator"`. Pass the user's request as the prompt, including:
1. **What to do** - complete intent, reorganize, triage stale, etc.
2. **Which store** - global (`~/.plastic/`) or project (`.plastic/store/`)
3. **Which intents** - by ID or "all active"
The agent handles:
- Intent lifecycle management (status transitions, Outcome sections)
- INDEX.md maintenance (Active/Future/Clusters/Completed/Abandoned sections)
- Link discovery between related intents
- Cluster management (create, merge, rename)
- Orphan detection
When an intent reaches a terminal state, moved to Completed OR Abandoned, do these things:
1. Author a real `outcome.md` in the intent directory from `~/.plastic/templates/outcome.md`, with the frontmatter `disposition: delivered` for a completed intent or `disposition: abandoned` for an abandoned one. `outcome.md` is MANDATORY at every terminal, delivered and abandoned alike: on abandon it records the abandonment reason and replaces the scaffolded placeholder sentinel (never leave `outcome.md` a placeholder at a terminal).
2. Call `plastic-intent-ending` for the terminal-transition close (INDEX move, savepo