Subagent Driven Development

Use when executing implementation plans with independent tasks in the current session

futurediffusion de8a730 616 B Updated

File contents

Subagent-Driven Development

Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.

The Process

  1. Dispatch implementer subagent
  2. Implementer implements, tests, commits
  3. Dispatch spec reviewer subagent
  4. Dispatch code quality reviewer subagent
  5. Mark task complete

Advantage

  • Fresh context per task
  • Review loops ensure fixes work
  • TDD by default

futurediffusion/claudebot/tree/main/skills/_AGENT_INTELLIGENCE_HUB/superpowers/subagent-driven-development commit de8a730cc2

Frequently asked questions

npx skillmds@latest add futurediffusion/subagent-driven-development