Plan Phase (P1)
Steps
- •Read
ROADMAP.md— find the[ACTIVE]version - •Read all deliverables listed for that version
- •Decompose into atomic tasks (max 15)
- •Assign each task: agent, layer, size (S/M/L), dependencies
- •Save to
.workflow/specs/tasks-v{VERSION}.md
Output Format
markdown
# Tasks for v{VERSION}
| # | Task | Agent | Layer | Size | Depends | Files | Done |
|---|------|-------|-------|------|---------|-------|------|
| 1 | ... | backend-builder | utils | S | - | utils/x.py | [ ] |
Rules
- •Each task: 1 agent, 1 layer, clear acceptance criteria
- •Order by dependency (no cycles)
- •Include test tasks paired with implementation tasks
- •Include doc tasks (CHANGELOG, README, release notes)
- •Reference
.github/workflow/prompts/plan.mdfor full prompt