subagent-driven-development
Installation
SKILL.md
Subagent-Driven Development
Execute an existing 3-PLAN.md by dispatching a fresh subagent for each task, then running two review loops after each task: spec compliance first, code quality second.
Announce at start: "I'm using the subagent-driven-development skill to implement this plan."
Core principle: fresh subagent per task + spec review + quality review = focused implementation with verification before progress.
When to Use
Use this skill when:
- A
3-PLAN.mdimplementation plan already exists. - Tasks are mostly independent or clearly sequenced.
- You want to stay in this Pi session as coordinator.
- Subagent tools are available.
Use the Pi-adapted executing-plans skill instead when: