subagent-driven-development

Installation
SKILL.md

Subagent-Driven Development

When to Use

  • Task has 2+ independent workstreams
  • Each workstream takes >10 minutes
  • Workstreams do not share mutable state

The Pattern

  1. Decompose - break into independent subtasks
  2. Spec each subagent - clear, self-contained instructions
  3. Launch in parallel - use exec with background:true
  4. Monitor - check progress, do not micromanage
  5. Integrate - run full test suite after all complete

Launch Pattern

Related skills
Installs
18
GitHub Stars
61
First Seen
Mar 21, 2026