subagent-driven-development

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

Content Preview
---
name: subagent-driven-development
description: Use when executing implementation plans with independent tasks in the current session
---

# 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 th
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/subagent-driven-development.md \
  https://raw.githubusercontent.com/obra/superpowers/main/skills/subagent-driven-development/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/obra/superpowers

Then reference at skills/subagent-driven-development/SKILL.md

Related Skills