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.mdSkill 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/superpowersThen reference at skills/subagent-driven-development/SKILL.md
Related Skills
Subagent-Driven Development
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
subagent-driven-developmentsubagentdriven development
by Jesse Vincent (community) · obra-superpowers-skills
superpowers
Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.
pluginpluginmarketplacesuperpowers
by Anthropic · anthropic-official-plugins
plugin-dev/agent-development
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
skillplugin-devagent-development
by Anthropic · anthropic-official-plugins
Requesting Code Review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
requesting-code-reviewrequesting code review
by Jesse Vincent (community) · obra-superpowers-skills