What problem does it solve?
This Skill optimizes the execution of implementation plans by dispatching fresh AI subagents for each task, with a code review after every task. This approach ensures high quality, prevents context pollution, and enables fast iteration within the current session.
Core Features & Use Cases
- Fresh Subagent Per Task: Dispatches a new subagent for each task, preventing context pollution and ensuring focused execution.
- Continuous Code Review: Integrates a mandatory code review after each task, catching issues early before they compound.
- Fast Iteration: Enables rapid progress within the same session, with quality gates built into the workflow.
- Use Case: When you have an implementation plan with independent tasks and want to stay in the current session for continuous progress, use this Skill. For example, after loading a plan, this Skill will dispatch a subagent to implement Task 1, then request a code review, fix any issues, and move to Task 2.
Quick Start
Announce skill usage
I'm using the subagent-driven-development skill to execute this plan.
Example: Dispatching a subagent for Task 1
Task tool (general-purpose):
description: "Implement Task 1: Hook installation script"
prompt: |
You are implementing Task 1 from [plan-file].
# ... (rest of prompt) ...