| 1 | Product Definition | /scaffold:create-prd | Interactive — requires user input |
| 2 | Product Definition | /scaffold:prd-gap-analysis | Last chance to strengthen PRD |
| 3 | Project Foundation | /scaffold:beads | Creates CLAUDE.md — run first in Phase 2 |
| 4 | Project Foundation | /scaffold:tech-stack | Drives all technical decisions |
| 5 | Project Foundation | /scaffold:claude-code-permissions | Enables autonomous agents |
| 6 | Project Foundation | /scaffold:coding-standards | References tech-stack.md |
| 7 | Project Foundation | /scaffold:tdd | References tech-stack.md + coding-standards.md |
| 8 | Project Foundation | /scaffold:project-structure | References all Phase 2 docs |
| 9 | Dev Environment | /scaffold:dev-env-setup | Creates lint/test/install commands |
| 10 | Dev Environment | /scaffold:design-system | (optional) Frontend projects only |
| 11 | Dev Environment | /scaffold:git-workflow | References dev-setup.md |
| 11.5 | Dev Environment | /scaffold:multi-model-review | (optional) Requires ChatGPT Pro |
| 12 | Testing | /scaffold:add-playwright | (optional) Web apps only |
| 13 | Testing | /scaffold:add-maestro | (optional) Mobile/Expo apps only |
| 14 | Stories & Planning | /scaffold:user-stories | Covers every PRD feature |
| 15 | Stories & Planning | /scaffold:user-stories-gaps | UX improvements |
| 15.5 | Stories & Planning | /scaffold:user-stories-multi-model-review | (optional) Requires Codex/Gemini CLI |
| 16 | Stories & Planning | /scaffold:platform-parity-review | (optional) Multi-platform projects |
| 17 | Consolidation | /scaffold:claude-md-optimization | Run BEFORE workflow-audit |
| 18 | Consolidation | /scaffold:workflow-audit | Run AFTER claude-md-optimization |
| 19 | Implementation | /scaffold:implementation-plan | Creates full task graph |
| 20 | Implementation | /scaffold:implementation-plan-review | Second pass for quality |
| 20.5 | Implementation | /scaffold:multi-model-review-tasks | (optional) Requires Codex/Gemini CLI |
| 21 | Implementation | /scaffold:single-agent-start | Single-agent execution loop |
| 21 | Implementation | /scaffold:multi-agent-start | Multi-agent — one per worktree |