Complete a plan by updating design docs and removing the transitory plan file. Use when implementation is finished and knowledge should be persisted to design documentation.
Completes implementation plans by updating linked design documentation, recording completion metadata, and removing the transitory plan file.
Plans are ephemeral work tracking (like GitHub issues). When work is done, this skill:
Philosophy: Plans are temporary. Design docs are permanent.
Complete a plan:
/plan-complete plan-design-linking-phase-1
With custom outcome:
/plan-complete cache-optimization --outcome=partial
Dry run (preview changes):
/plan-complete subagent-integration --dry-run
plan-name: Plan identifier (without .md extension)--outcome: Completion outcome (success, partial, failed) [default: success]--dry-run: Preview changes without executing--keep: Keep plan file after completion (for reference)High-level completion process:
.claude/plans/{plan-name}.mdFor detailed implementation steps, see supporting documentation below.
When you need detailed information, load the appropriate supporting file:
See instructions.md for:
Load when: Performing completion or need implementation details
See design-doc-updates.md for:
Load when: Working with design doc updates or metadata
See examples.md for:
Load when: User needs examples or clarification
Before completion, the skill verifies:
implements field with design docs