What problem does it solve?
It solves the quality and momentum gap that happens when implementing multi-step plans manually, where tasks get tangled, reviews are skipped, or correctness/quality issues surface late.
Core Features & Use Cases
- Fresh subagent per task: Dispatches an implementer subagent with isolated context so it does not inherit prior session history.
- Two-stage review after each task: Runs a spec compliance review first and a code quality review second, looping until both pass.
- Continuous plan execution: Keeps execution moving across tasks without “should I continue?” pauses, stopping only for real blockers, ambiguity, or completion.
- Status-aware handling: Interprets DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, and BLOCKED to decide whether to revise instructions, ask for missing context, switch models, or refactor task granularity.
Quick Start
Use the subagent-driven-development skill to execute an implementation plan by dispatching an implementer subagent per task, then performing a spec-compliance review followed by a code-quality review before moving on.