subagent-driven-development

Dispatch fresh subagents per task with isolated context and two-stage reviews.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill subagent-driven-development-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/superpowers-skills/subagent-driven-development
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill subagent-driven-development-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans by dispatching fresh subagents per task with isolated context and two-stage reviews, preventing cross-task context leakage and accelerating iterative feedback loops.

Core Features & Use Cases

  • Dispatch implementer subagents per task with isolated context
  • Two-stage review after each task: spec compliance, then code quality
  • Self-review and automated handoffs between tasks
  • Suitable for running multi-task plans within a single session

Quick Start

Dispatch an implementer subagent per task and begin the two-stage review loop.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I execute implementation plans with isolated context using subagents?

To execute implementation plans with isolated context, this Skill dispatches a fresh subagent per task, preventing cross-task context leakage and enforcing per-task isolation for safer iterative sessions.

What is the best way to run multi-task plans in parallel without context leakage?

Running multi-task plans in parallel without context leakage is achieved by dispatching dedicated subagents. Each task gets isolated context, preventing interference during parallel execution.

How do you enforce code quality reviews during automated workflow execution?

To enforce code quality reviews during automated workflow execution, the system applies a two-stage review loop after each task: checking spec compliance first, then code quality before handoffs.

Can I run sequential task execution with controlled handoffs between subagents?

Yes, you can run sequential task execution with controlled handoffs between subagents. The Skill orchestrates staged reviews and manages self-review and automated handoffs between tasks to ensure traceability.

Does parallel execution of tasks require fresh subagents for each iteration?

Parallel execution of tasks requires fresh subagents for each iteration to maintain per-task isolation. This approach accelerates iterative feedback loops by preventing cross-task context bleed.

Why does cross-task context leakage happen in iterative development sessions?

Cross-task context leakage happens in iterative development sessions when a single context window accumulates overlapping task data. Dispatching fresh subagents per task isolates context and prevents this bleed.