What problem does it solve?
This Skill eliminates the slow, error-prone process of manually implementing multi-task feature plans, which often leads to context pollution from accumulated work, inconsistent quality checks, and missed spec requirements that require costly rework later.
Core Features & Use Cases
- Fresh Subagent Per Task: Dispatches a dedicated subagent for each independent implementation task to avoid context bloat and ensure focused, accurate work.
- Two-Stage Review Process: Enforces mandatory spec compliance review followed by code quality review for every task, catching issues early before they compound across the codebase.
- End-to-End Workflow Integration: Works seamlessly with plan writing, test-driven development, and debugging skills to support full feature implementation from requirements to production-ready code.
- Use Case: Ideal for software developers implementing multi-task feature plans who want consistent quality, faster iteration, and reduced manual oversight of routine implementation and review steps.
Quick Start
Use the subagent-driven-development skill to implement the 5-task user authentication feature plan from docs/plans/auth-feature.md, following test-driven development principles and the two-stage review process for each task.