Skip to content
Automation
Skill

/subagent-driven-development

Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent per task.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill subagent-driven-development --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/subagent-driven-development

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent per task.

SKILL.md

subagent-driven-development.SKILL.md
name: subagent-driven-development
description: Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent per task.
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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`

Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.