subagent-driven-development

Spawn dedicated subagents for isolated tasks with two-stage reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to execute complex plans by splitting work into isolated subagents that handle individual tasks, improving focus and speed while maintaining high quality via structured two-stage reviews.

Core Features & Use Cases

  • Per-task subagent dispatch: Each task spawns a dedicated subagent to avoid cross-task context leakage.
  • Two-stage reviews: Compliance review followed by code quality review ensure requirements are met before completion.
  • Fast iteration in a single session: Parallel task handling with isolated contexts accelerates delivery.
  • Real-world use case: When implementing a feature with multiple independent subtasks, assign a subagent per task and route outcomes through the review pipeline.

Quick Start

Start by creating a plan and then dispatch per-task subagents to execute each item, followed by the two-stage review process.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I isolate independent coding tasks to prevent context leakage in a single session?

Subagent-driven development isolates independent coding tasks by spawning dedicated subagents for each task within a single session. This approach prevents cross-task context leakage, enabling rapid iteration while preserving overall plan integrity through separated execution environments.

What is the two-stage code review workflow for automated task dispatch?

A two-stage code review workflow enforces a spec and compliance review followed by a code quality review. Operator prompts coordinate per-task implementers, spec-reviewers, and code-quality-reviewers to ensure requirements are met before task completion.

How do I set up a coding workflow to dispatch subagents for rapid task execution?

Start by creating a development plan, then dispatch per-task subagents to execute each isolated item. Route the outcomes through the two-stage review pipeline using operator prompts to coordinate implementers and reviewers for fast iteration.

Can I use subagent task dispatch for tightly coupled feature implementation?

Subagent task dispatch applies when tasks are largely decoupled and require isolated exploration. It is not suited for tightly coupled features, as it relies on independent subtasks to maintain focus and speed without cross-task interference.

What's the best way to parallelize independent coding subtasks while maintaining code quality?

Parallelize independent subtasks by assigning a dedicated subagent per task and routing outcomes through a two-stage review process. This compliance and code-quality review pipeline ensures high quality is maintained during fast, single-session delivery.