subagent-driven-development

Dispatch fresh subagents per task with built-in code-review gates.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/ShunmeiCho/dotclaude --skill subagent-driven-development-shunmeicho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ShunmeiCho/dotclaude/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/ShunmeiCho/dotclaude --skill subagent-driven-development-shunmeicho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In complex development plans, teams frequently juggle multiple independent tasks or issues in a single session. This skill orchestrates those efforts by launching a fresh subagent for each task and performing code-review style validation between tasks, reducing context pollution and accelerating high-quality iteration.

Core Features & Use Cases

  • Fresh subagent per task: each task runs in isolation to prevent cross-task state leakage.
  • Built-in review gates: after each task or batch, a code-review-like assessment validates changes before progressing.
  • Flexible execution modes: supports sequential and parallel task execution for related or independent work.
  • Real-world use case: debugging a multi-module feature by assigning independent tasks to subagents and then consolidating results after reviews.

Quick Start

To start using this skill, define your implementation plan with discrete tasks, then trigger the orchestration so that a new subagent is created for each task and each result is reviewed before proceeding.

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 for multiple independent development tasks?

To orchestrate subagents for multiple independent development tasks, you define a plan with discrete issues and trigger the skill to launch a fresh subagent for each task, ensuring sequential or parallel execution with built-in code-review gates between tasks.

What is the best way to prevent context pollution when handling multiple issues in a single session?

The best way to prevent context pollution across multiple issues is to run each task in isolation using a fresh subagent, which stops cross-task state leakage and maintains context integrity throughout the development session.

How does automated code review work between dispatched subagent tasks?

Automated code review works between dispatched subagent tasks by enforcing structured quality gates where a code-review-like assessment validates changes after each task or batch before progressing to the next iteration.

Can I execute both sequential and parallel task dispatch for complex feature debugging?

Yes, you can execute both sequential and parallel task dispatch for complex feature debugging, allowing you to assign independent modules to subagents and consolidate results after automated reviews are completed.

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

You should use subagent-driven development for task iteration when you have a complex implementation plan with 3 or more independent issues or sessions requiring strict isolation and automated quality validation handoffs.

Does subagent-driven development require any external dependencies or components to run?

No, subagent-driven development requires no external dependencies or components to run, operating entirely as a standalone orchestration mechanism for task dispatch and automated review feedback loops.