subagent-driven-development
Installation
SKILL.md
Subagent-Driven Development
Core Principle
Fresh context per task. Review between tasks.
Each task gets a clean subagent with no accumulated confusion. You review between tasks.
How It Works
- Load the implementation plan
- For each task:
- Dispatch fresh subagent
- Subagent implements ONLY that task
- Review the changes
- Approve or request fixes
- Move to next task