Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent per task.
Scanned 5/30/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill subagent-driven-development --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Subagent Driven Development?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-subagent-driven-development)More formats (shields.io, HTML) on the badges page.
---
name: subagent-driven-development
description: Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent per task.
---
# Subagent-Driven Development
## Overview
Execute plan by dispatching fresh subagent per task with two-stage review: spec compliance first, then code quality.
**Core principle:** Fresh subagent per task + two-stage review = high quality, fast iteration.
## When to Use
- Have implementation plan with mostly independent tasks
- Want to stay in current session
- Want automatic review checkpoints
## Two-Stage Review
1. **Spec Compliance** - Did they build what was requested? (nothing more, nothing less)
2. **Code Quality** - Is it well-built? (clean, tested, maintainable)
Spec MUST pass before quality review begins.
## Red Flags
- Never skip either review stage
- Never proceed with unfixed issues
- Never dispatch multiple implementation subagents in parallel
- Never let implementer self-review replace actual review
## Agents Used
- `agents/implementer/` - Fresh subagent per task
- `agents/spec-reviewer/` - Verifies spec compliance
- `agents/code-quality-reviewer/` - Verifies code quality
- `agents/code-reviewer/` - Final review of entire implementation
## Tool Use
Invoke via babysitter process: `methodologies/superpowers/subagent-driven-development`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!