subagent-driven-development

Originally fromobra/superpowers
Installation
SKILL.md

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.

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

When to Use

Use when:

  • Have implementation plan
  • Tasks are mostly independent
  • Want to stay in current session
  • Want fast iteration with review checkpoints

vs. Executing Plans (parallel session):

  • Same session (no context switch)
  • Fresh subagent per task (no context pollution)
Related skills
Installs
39
Repository
eyadsibai/ltk
GitHub Stars
4
First Seen
Jan 28, 2026