subagent-driven-development

Dispatch fresh subagents per independent task with two-stage reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ederheisler/agent-skills --skill subagent-driven-development-ederheisler
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ederheisler/agent-skills/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/ederheisler/agent-skills --skill subagent-driven-development-ederheisler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to execute implementation plans within a single session by dispatching a fresh subagent per mostly independent task, coupled with a deterministic two-stage review process (spec compliance followed by code quality).

Core Features & Use Cases

  • Per-task subagent dispatch with isolated context
  • Two-stage reviews: spec compliance, then code quality
  • Automated prompts and handoffs for reproducible workflows

Quick Start

Initiate a plan and let the system assign a fresh subagent per independent task to run with a two-stage review.

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 implementation plans in a single session?▼

To orchestrate subagents for implementation plans, dispatch a fresh subagent per mostly independent task within your current session, utilizing automated prompts and structured handoffs for reproducible workflows.

What is the two-stage review process for subagent-driven development?▼

The two-stage review process evaluates subagent output by first checking spec compliance, followed by an assessment of code quality, ensuring structured and deterministic task validation.

When should I use subagent dispatch for task automation?▼

Use subagent dispatch for tasks that are largely independent, require fast iteration, and benefit from structured reviews, ensuring isolated context and efficient execution within the session.

Can I use subagent orchestration for tightly coupled or ambiguous tasks?▼

Subagent orchestration is not suitable for tightly coupled or ambiguous tasks, as the workflow relies on assigning fresh subagents to mostly independent tasks requiring fast iteration.

How do I handle questions and answers during subagent task execution?▼

During subagent task execution, the workflow includes structured questions and answers handling, allowing for managed communication and context isolation between the central execution flow and dispatched subagents.

Do I need prompt templates to automate subagent handoffs?▼

Prompt templates are required to automate handoffs and provide reproducible workflows, ensuring structured communication and consistent two-stage reviews across dispatched subagents.