subagent-driven-development

Dispatch per-task subagents to execute plan tasks with two-stage reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to execute complex implementation plans by dispatching fresh subagents for each task, ensuring isolated context and rapid iteration through two-stage reviews.

Core Features & Use Cases

  • Per-task subagent orchestration: assign independent subagents to tackle individual plan tasks with minimal context leakage.
  • Two-stage reviews: spec compliance review followed by code quality review to guarantee alignment and quality.
  • Workflow templates: standardized prompts for implementer, spec reviewer, and code quality reviewer to enforce best practices.

Quick Start

Start by structuring your plan and dispatching the first implementer subagent for Task 1.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate multi-task development workflows with isolated context per task?

Automate multi-task development by dispatching a fresh subagent for each individual plan task, ensuring isolated context. This approach prevents context leakage between tasks and enables fast iteration through structured, multi-step execution.

What is a two-stage code review workflow for spec compliance and code quality?

A two-stage code review workflow first checks spec compliance to verify alignment with requirements, then evaluates code quality. This sequential process guarantees that the implementation meets both functional specifications and structural standards.

How do I extract implementation plans and dispatch subagents for each task?

Extract implementation plans by structuring your multi-task project, then dispatch a dedicated implementer subagent for the first task. Each subagent operates with isolated context, executing its specific task independently.

Can I use subagent-driven development for sessions with multiple independent tasks?

Yes, subagent-driven development is designed specifically for sessions containing multiple independent tasks. It enforces isolated context per task by assigning dedicated subagents, ensuring rapid iteration without cross-task interference.

What's the best way to enforce standardized prompts for implementer and reviewer subagents?

Enforce standardized prompts by using workflow templates that define explicit instructions for the implementer, spec reviewer, and code quality reviewer. These templates drive best practices and include iterative fix loops for quality assurance.

Why does context leakage happen between tasks and how do per-task subagents prevent it?

Context leakage happens when shared session state bleeds across unrelated tasks, causing confusion. Per-task subagents prevent this by spinning up fresh, isolated contexts for each individual task, maintaining strict boundaries.