subagent-driven-development

Orchestrate independent subagents to execute plan tasks with isolated context.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill subagent-driven-development-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/superpowers/subagent-driven-development
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill subagent-driven-development-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-driven development helps teams orchestrate complex plans by distributing work to independent, isolated agents, reducing context leakage and speeding iteration.

Core Features & Use Cases

  • Fresh subagent per task with isolated context to prevent cross-task contamination.
  • Two-stage reviews after each task (spec compliance first, then code quality) to ensure quality.
  • Structured prompts and workflows that scale to large plans and parallel tasks.

Quick Start

Dispatch a fresh subagent per task to execute the plan with two-stage reviews.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I delegate complex project tasks to subagents with isolated context?

Subagent-driven development orchestrates independent subagents to execute project plan tasks with isolated context, preventing cross-task contamination. It applies to complex plans with many parallel tasks across different components, requiring staged reviews and clear handoffs.

What is the best way to manage parallel development tasks across different components?

Managing parallel development tasks with subagent-driven development reduces context leakage by giving each task a fresh subagent. This approach scales to large plans and parallel tasks, ensuring clear handoffs and structured workflows across components.

How do I implement two-stage code reviews for automated development workflows?

You implement two-stage code reviews by running spec compliance checks first, then code quality checks after each subagent completes a task. This structured workflow ensures quality control across parallel tasks in complex project plans.

When do I need subagent task decomposition for my development plan?

You need subagent task decomposition when your project plan involves many parallel tasks across different components requiring staged reviews and clear handoffs. It orchestrates complex plans by distributing work to independent, isolated subagents to reduce context leakage.

Does subagent-driven development work for large plans with parallel tasks?

Yes, subagent-driven development works for large plans with parallel tasks by using structured prompts and workflows that scale. It dispatches a fresh subagent per task with isolated context to prevent cross-task contamination during implementation.

Why does context leakage happen when running multiple development tasks in a single agent?

Context leakage happens when multiple tasks share the same context window in a single agent. Subagent-driven development prevents this by dispatching a fresh subagent per task with isolated context, reducing cross-task contamination and speeding iteration.