What problem does it solve?
This Skill helps you execute an implementation plan efficiently while maintaining high quality by delegating each task to a fresh subagent and validating results with two independent review stages.
Core Features & Use Cases
- Fresh subagent per task: Prevents context pollution by ensuring each task runs with only the instructions and context you provide.
- Two-stage review loop: Enforces spec compliance review first, then code quality review, repeating fixes until approvals pass.
- Continuous execution: Keeps momentum by avoiding “should I continue?” prompts and executing the full plan unless blocked by ambiguity or an unresolvable blocker.
- Status-driven recovery: Handles DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, and BLOCKED with the appropriate escalation and re-dispatch behavior.
Quick Start
Use subagent-driven-development to execute each task in your implementation plan by dispatching an implementer subagent, then a spec compliance reviewer, then a code quality reviewer, repeating fixes until both reviews approve.