subagent-driven-development

Orchestrate per-task subagents to execute implementation plans with two-stage reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JasonVene/CC_MainDev --skill subagent-driven-development-jasonvene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/JasonVene/CC_MainDev/tree/main/_archive/imports/downloads/superpowers-main/skills/subagent-driven-development
Command: npx skills add https://github.com/JasonVene/CC_MainDev --skill subagent-driven-development-jasonvene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate per-task subagents to execute implementation plans within a single session.

Core Features & Use Cases

  • Per-task subagents for independent task execution with isolated context
  • Two-stage review: spec compliance first, then code quality
  • Self-review and automatic task completion tracking

Quick Start

Initiate a subagent-driven run by dispatching per-task subagents with a two-stage review workflow in the current session.

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 for development tasks in a single session?

You orchestrate subagents by dispatching per-task subagents to execute implementation plans within a single session, ensuring isolated context and sequential reviews for mostly independent tasks.

What is the two-stage code review workflow for subagent task execution?

The two-stage code review workflow checks spec compliance first, then evaluates code quality, ensuring per-task subagents meet implementation requirements before assessing the overall code structure.

When should I use per-task subagents in my development process?

Use per-task subagents when your implementation plans contain mostly independent tasks that benefit from isolated context, sequential reviews, and automatic task completion tracking.

How do I track task completion during subagent-driven development?

Task completion is tracked automatically through self-review mechanisms built into the subagent-driven development process, ensuring each dispatched task is verified before moving forward.

Does subagent-driven development work for dependent implementation tasks?

Subagent-driven development applies primarily to plans with mostly independent tasks; highly dependent tasks may not benefit from the isolated context and sequential review workflow this approach provides.