subagent-driven-development

Dispatch isolated subagents for parallel tasks with two-stage reviews.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bbohhu-prog/waxs --skill subagent-driven-development-bbohhu-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/bbohhu-prog/waxs/tree/main/.claude/skills/superpowers/subagent-driven-development
Command: npx skills add https://github.com/bbohhu-prog/waxs --skill subagent-driven-development-bbohhu-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-driven development enables executing a plan by dispatching fresh, isolated subagents for each task, with two-stage reviews after every step to improve quality and speed.

Core Features & Use Cases

  • Fresh subagent per task with isolated context to prevent cross-task leakage.
  • Two-stage review: first spec compliance, then code quality.
  • Parallel task handling within a single session without context contamination.

Quick Start

Dispatch a task to a dedicated subagent and run a two-stage review after each task to ensure spec compliance and code quality.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I prevent context leakage when running parallel coding tasks?

Isolated subagents prevent context leakage by giving each parallel task a fresh execution environment. This stops cross-task contamination, keeping independent coding tasks separate while maintaining rapid parallel processing within a single session.

What is two-stage review in automated software orchestration?

Two-stage review in automated software orchestration is a validation process that checks spec compliance first, then evaluates code quality. Running after every dispatched task, it enforces correctness and quality before integrating parallel subagent outputs.

How do I orchestrate independent subagents for fast software development?

Orchestrate independent subagents for fast software development by delegating tasks to specialized agents with isolated contexts. Execute independent tasks in parallel within a single session, followed by two-stage reviews to ensure rapid and reliable outcomes.

Can I run parallel subagent tasks without context contamination in a single session?

Yes, you can run parallel subagent tasks without context contamination in a single session. By dispatching a fresh, isolated subagent per task, you prevent cross-task leakage while achieving rapid, parallel execution for mostly independent assignments.

When should I use subagent-driven development for task automation?

Use subagent-driven development for task automation when your tasks are mostly independent and require rapid, parallel execution. It is ideal for workflows needing isolated contexts to prevent leakage and built-in two-stage reviews to enforce spec compliance and code quality.

What is the best way to enforce spec compliance and code quality in automated task execution?

The best way to enforce spec compliance and code quality in automated task execution is implementing a two-stage review process. After each subagent completes a task, run sequential reviews checking specification adherence first, then evaluating overall code quality.