What problem does it solve?
Executing complex development plans can be slow and prone to errors if not managed with continuous oversight. This skill automates the execution of implementation plans by dispatching a fresh AI subagent for each task, followed by an immediate AI code review, ensuring high quality and rapid iteration within a single session.
Core Features & Use Cases
- Task-Specific Subagents: Dispatches a new subagent for each task, providing a clean context and preventing pollution.
- Inter-Task Code Review: Automatically triggers an AI code review after each task, catching issues early before they compound.
- Fast Iteration: Enables continuous progress within the same session, eliminating human-in-the-loop delays between tasks.
- Use Case: After creating a detailed implementation plan, you'll use this skill to execute it. For each task, an AI subagent will implement the code, and then another AI subagent will review it, providing feedback that you can address immediately before moving to the next step.
Quick Start
Announce usage
"I'm using Subagent-Driven Development to execute this plan."
The skill will then:
1. Load your plan and create TodoWrite tasks.
2. Dispatch an implementation subagent for Task N.
3. Dispatch a code-reviewer subagent for Task N's changes.
4. Guide you to apply review feedback.
5. Repeat until all tasks are complete.