Skip to main content
Back to registry

subagent-driven-development

obra/superpowers

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

Installs19
Install command
npx skills add https://github.com/obra/superpowers --skill subagent-driven-development
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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 vs. Executing Plans (parallel session): Use the least powerful model that can handle each role to conserve cost and increase speed. Mechanical implementation tasks (isolated functions, clear specs, 1-2 files): use a fast, cheap model.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does subagent-driven-development do?

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

Is subagent-driven-development good?

subagent-driven-development does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does subagent-driven-development work with?

subagent-driven-development currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to subagent-driven-development?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install subagent-driven-development?

npx skills add https://github.com/obra/superpowers --skill subagent-driven-development

Related skills

More from obra/superpowers

Related skills

Alternatives in Software Engineering