subagent-driven-development

Dispatch fresh subagents per task and enforce two-stage reviews.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill subagent-driven-development-bordenet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/engineering/subagent-driven-development
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill subagent-driven-development-bordenet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

## What problem does it solve? Orchestrates implementation plans by dispatching independent subagents per task and enforcing a two-stage review process to ensure spec compliance and code quality before merging changes.

## Core Features & Use Cases

  • Distributes work to specialized subagents for each task, enabling isolated context and parallelism where appropriate.
  • Enforces spec-compliance review first, then code-quality review after each subtask.
  • Performs integration checkpoints at the end to ensure cohesive final results before finishing the development branch.

### Quick Start Dispatch fresh subagents per task to implement the plan, then run spec compliance and code quality reviews after each task followed by a final integration check.

Frequently Asked Questions about subagent-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate subagents to execute a development plan with code reviews?

Subagent orchestration dispatches fresh subagents per task to implement plans and enforces spec-compliance and code-quality reviews after each subtask. A final integration checkpoint ensures cohesive results before finishing the development branch.

What is the best way to ensure spec compliance when dispatching parallel subagents?

Spec compliance is enforced by running a dedicated review stage immediately after each subagent completes its task. This two-stage review process checks specifications first, followed by code quality, before any integration occurs.

Can I use parallel dispatch for subtasks within a single development session?

Yes, parallel dispatch is applicable to tasks that can be decomposed into independent subtasks within a single session. This allows isolated context and staged execution with coordination across subagents.

How does a two-stage review process work for subagent task execution?

A two-stage review process runs spec-compliance review first, then code-quality review after each subtask is completed. This ensures each subagent's output meets requirements before proceeding to the final integration checkpoint.

Do I need external dependencies to run integration checkpoints on a development branch?

No external dependencies are required to run integration checkpoints. The orchestration process performs integration checks internally to ensure cohesive final results before finishing the development branch.

When should I use subagent-driven development over a single continuous implementation?

Subagent-driven development is ideal when a task can be decomposed into independent subtasks requiring isolated context and parallel execution. It provides structured reviews and integration checkpoints that a single continuous implementation lacks.