What problem does it solve?
Prevents context pollution, slow iteration, and inconsistent quality when executing multipart implementation plans by providing a disciplined, per-task subagent workflow with enforced review gates and clear escalation paths.
Core Features & Use Cases
- Per-task fresh subagents: Dispatch a new implementer subagent for each task so work is isolated and deterministic.
- Two-stage reviews: Require spec compliance review first, then code quality review, with rework loops until both pass.
- TDD and model selection guidance: Enforce writing tests, select the least-powerful model that can handle the task, and escalate when blocked.
- Use case: Run a 5-task feature plan where each task is implemented, tested, self-reviewed, spec-reviewed, and code-reviewed before marking complete and moving to the final integration review.
Quick Start
Use subagent-driven-development to run a plan by dispatching an implementer subagent per task and performing spec then code-quality reviews for each task.