subagent-driven-development

Installation
SKILL.md

Execute

→ Have an implementation plan with independent tasks? → Fresh subagent per task + two-stage review.

  1. Read plan, extract all tasks, create TodoWrite
  2. Per task: dispatch implementer → answer questions → implementer completes
  3. Review stage 1 (spec compliance) → fix gaps → re-review until ✅
  4. Review stage 2 (code quality) → fix issues → re-review until ✅
  5. Mark complete, update checkpoint, drift check → next task → All tasks done: dispatch final code reviewer → finishing-a-development-branch.

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.

Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work.

Core principle: Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration

When to Use

Installs
15
GitHub Stars
567
First Seen
May 7, 2026
subagent-driven-development — ganyuanran/aegis