💻 Software Dev
Subagent-Driven Development
Execute implementation plans via delegate_task subagents with a two-stage review process. Decompose work, parallelize, and verify.
skill_view("subagent-driven-development")
📖 Guide
Load with skill_view("subagent-driven-development"). Uses delegate_task to spawn subagents for parallel implementation. Two-stage review: first subagent checks second subagent's work.
🔧 How To
Take a plan with multiple tasks → launch parallel subagents (up to 3) → each implements their task → results are cross-reviewed → merge accepted implementations.
⚠️ Pitfalls
Subagents have no memory of your conversation — pass all context explicitly. Parallel execution max 3 children. Verify outputs independently — subagents can hallucinate success.
Related Skills
More skills in Software Dev