Documentation
README
Execute
→ Have an implementation plan with independent tasks? → Fresh subagent per task + two-stage review.
- Read plan, extract all tasks, create TodoWrite
- Per task: dispatch implementer → answer questions → implementer completes
- Review stage 1 (spec compliance) → fix gaps → re-review until ✅
- Review stage 2 (code quality) → fix issues → re-review until ✅
- Coordinator verifies, commits the coherent task, updates checkpoint/drift → next task → All tasks done: final review → verification receipt; branch finishing only when needed.
Subagent-Driven Development
Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
This is the opening of the README. Read the full README on GitHub.