What problem does it solve?
This Skill streamlines the implementation of development plans by breaking them into independent tasks, each handled by a dedicated AI subagent with rigorous, multi-stage reviews to ensure high quality and adherence to specifications.
Core Features & Use Cases
- Task Decomposition: Automatically breaks down a development plan into manageable, independent tasks.
- Subagent Dispatch: Assigns each task to a fresh AI subagent for implementation, preventing context pollution.
- Two-Stage Review: Implements a mandatory spec compliance review followed by a code quality review for each task.
- Iterative Refinement: Manages feedback loops where subagents fix issues identified during reviews.
- Use Case: Implementing a new feature defined in a
superpowers:writing-plans skill, ensuring each part of the feature is coded correctly, tested, and meets quality standards before integration.
Quick Start
Use the subagent-driven-development skill to execute the plan located at ./docs/plans/feature-plan.md.