What problem does it solve?
This Skill streamlines the implementation of complex plans by breaking them down into independent tasks, each handled by a dedicated subagent with a rigorous two-stage review process, ensuring high quality and rapid iteration.
Core Features & Use Cases
- Task Decomposition: Automatically breaks down a larger plan into manageable, independent tasks.
- Subagent Dispatch: Assigns each task to a fresh "implementer" subagent.
- Two-Stage Review: Enforces a spec compliance review followed by a code quality review for each task.
- Iterative Refinement: Manages review loops, ensuring issues are fixed before proceeding.
- Use Case: Implementing a new feature requires multiple distinct steps like setting up database schemas, building API endpoints, and creating UI components. This Skill ensures each step is completed correctly and efficiently before moving to the next.
Quick Start
Use the subagent-driven-development skill to execute the implementation plan outlined in the attached document 'feature-plan.md'.