Agent Skills: subagent-driven-development

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

UncategorizedID: a5c-ai/babysitter/subagent-driven-development

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/library/methodologies/superpowers/skills/subagent-driven-development

Skill Files

Browse the full folder contents for subagent-driven-development.

Download Skill

Loading file tree…

library/methodologies/superpowers/skills/subagent-driven-development/SKILL.md

Skill Metadata

Name
subagent-driven-development
Description
Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent per task.
  • 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