subagent-driven-development

Dispatch fresh subagents to execute independent tasks with two-stage reviews.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/wedsamuel1230/electronic-mcp-server --skill subagent-driven-development-wedsamuel1230
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/wedsamuel1230/electronic-mcp-server/tree/main/.github/skills/subagent-driven-development
Command: npx skills add https://github.com/wedsamuel1230/electronic-mcp-server --skill subagent-driven-development-wedsamuel1230

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the execution of multi-task plans by dispatching fresh subagents for each task, enabling isolated work, rapid iteration, and automated reviews within a single session.

Core Features & Use Cases

  • Two-stage review workflow: spec compliance followed by code quality review for every task.
  • Fresh subagent per task: keeps context clean and avoids cross-task contamination.
  • Plan-to-action automation: supports executing independent tasks from a single running session.
  • Use Case: When you have a plan with five parallel tasks, this Skill assigns a new subagent for each task and coordinates reviews until all tasks are complete.

Quick Start

Start with a plan containing multiple independent tasks and watch subagents execute each task 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 execute multiple independent tasks from a single implementation plan?▼

Executing independent tasks from a single implementation plan requires dispatching a fresh subagent for each task, enabling isolated work and parallel progress within a single session. This approach applies task orchestration to activate each task individually.

What is a two-stage review workflow for plan execution?▼

A two-stage review workflow for plan execution applies spec compliance review followed by code quality review for every task. This structured process ensures prompt-driven validation through implementer execution and self-review before finalization.

How do I prevent context contamination when automating parallel implementation tasks?▼

Preventing context contamination when automating parallel tasks involves assigning a fresh subagent per task. Keeping context clean ensures isolated work and rapid iteration without cross-task contamination during multi-task plan execution.

Does task orchestration work for plans with five parallel independent tasks?▼

Task orchestration works for plans with five parallel independent tasks by coordinating automatic review loops within a single running session. It assigns a new subagent for each task and manages reviews until all tasks are complete.

What is the best way to automate prompt-driven workflows for complex plans?▼

Automating prompt-driven workflows for complex plans is best achieved through subagent-driven development. This mechanism dispatches fresh subagents to handle per-task implementer execution and coordinates two-stage reviews until completion.

When should I not use fresh subagents for task orchestration?▼

You should not use fresh subagents for task orchestration when your implementation plan lacks multiple independent tasks. This approach is designed specifically for multi-task plans requiring isolated work and two-stage reviews within a single session.