| name | complete-plan |
| description | Finalizes the planning phase by spawning progress-creator agent to read all plan files (dev-plan.md, frontend-plan.md, backend-plan.md) and generate progress.json โ the structured task tracker used by coder agents. Run this AFTER /plan has completed. Triggers on: complete plan, finalize plan, create progress, generate progress, progress json. |
| user-invocable | true |
Complete Plan Skill
Finalize the planning phase by generating progress.json from all existing plan files.
When to Use
Run this skill after /plan has completed and all plan files exist:
docs/
โโโ ui-ux-plan.md # Created by ui-ux-specialist
โโโ dev-plan.md # Created by tech-lead-specialist (REQUIRED)
โโโ frontend-plan.md # Created by frontend-specialist
โโโ backend-plan.md # Created by backend-specialist
Flow
/complete-plan
|
v
+----------------------------------------------------------+
| STEP 1: Verify plan files exist |
| - dev-plan.md MUST exist (abort if missing) |
| - frontend-plan.md (optional enrichment) |
| - backend-plan.md (optional enrichment) |
+----------------------------------------------------------+
|
v
+----------------------------------------------------------+
| STEP 2: Spawn progress-creator agent |
| - Reads: dev-plan.md, frontend-plan.md, backend-plan.md |
| - Parses all phases and tasks |
| - Classifies complexity (low/high) |
| - Assigns agent (small-coder/high-coder) |
| - Writes: docs/progress.json |
+----------------------------------------------------------+
|
v
+----------------------------------------------------------+
| STEP 3: Verify output and report |
+----------------------------------------------------------+