Subagent-Driven Development
skill · v1.0.0
Execute implementation plans by spawning one subagent per independent task. Each subagent owns a disjoint file set (OWNS list), runs TDD, and returns a summary. Run code review between batches. Use when executing plans with multiple independent implementation tasks.
Tags: agentstddparalleldelivery
Invocation contract
Inputs
plan(string, required) — The implementation plan to execute, with tasks partitioned by ownership.
Outputs
batch_results(array) — Results from each batch of subagents including review findings.delivery_summary(string) — What was implemented, what passed review, what follow-ups remain.
Side effects
spawns subagentswrites files via subagentsmay create commits