subagent-driven-development

Delegate plan tasks to isolated subagents with two-stage review.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill subagent-driven-development-changzhou-xj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ChangZhou-xj/zxj_skill/tree/main/software-development/subagent-driven-development
Command: npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill subagent-driven-development-changzhou-xj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-driven development enables executing implementation plans by dispatching dedicated subagents per task and enforcing a two-stage review, delivering high-quality results with rapid iteration.

Core Features & Use Cases

  • Fresh subagent per task to avoid context bleed and ensure isolation
  • Two-stage review (spec compliance and code quality) to catch issues early
  • Plan-driven execution: implementers read a full plan and work per task
  • Deterministic workflow: per-task context, reproducible results, and clear responsibility
  • Use Case: rapidly implement feature plans with independent tasks that require quick iteration

Quick Start

Provide an implementation plan and let the system delegate each task to a fresh subagent, applying the two-stage review workflow.

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 an implementation plan with autonomous subagents?

To execute an implementation plan with autonomous subagents, provide the full plan to the system, which delegates each task to a fresh subagent and enforces a two-stage review for spec compliance and code quality before proceeding.

What is two-stage review in subagent-driven development?

Two-stage review in subagent-driven development is a validation mechanism that checks spec compliance and code quality sequentially for each delegated task, catching issues early to ensure high-quality results before proceeding.

How do I prevent context bleed when delegating independent implementation tasks?

To prevent context bleed when delegating independent implementation tasks, assign a fresh subagent per task, ensuring per-task isolation, deterministic context, and clear responsibility throughout the workflow.

Can I use subagent orchestration for tightly coupled feature tasks?

Subagent orchestration is designed for plan-driven tasks that are largely independent; it is not suitable for tightly coupled feature tasks because per-task isolation and fresh subagents assume minimal cross-task dependency.

What's the best way to verify code quality during automated plan execution?

The best way to verify code quality during automated plan execution is applying a deterministic workflow that dispatches dedicated subagents per task and enforces multi-stage validation covering both spec compliance and code quality.

Do I need to provide a full implementation plan before starting subagent delegation?

Yes, you need to provide a full implementation plan before starting subagent delegation, because the workflow requires implementers to read the complete plan and execute per-task instructions in isolation.