subagent-driven-development

Execute implementation plans by dispatching fresh subagents for each independent task.

154|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/haojing8312/WorkClaw --skill subagent-driven-development-haojing8312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/haojing8312/WorkClaw/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/haojing8312/WorkClaw --skill subagent-driven-development-haojing8312

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need for manual, error‑prone implementation of multi‑task plans by automatically dispatching fresh subagents for each independent task and enforcing rigorous two‑stage reviews.

Core Features & Use Cases

  • Fresh subagent per task – isolates context to avoid contamination.
  • Two‑stage review – first a spec compliance check, then a code quality assessment.
  • Full workflow orchestration – reads a plan, extracts tasks, creates TodoWrite entries, and coordinates implementer, spec reviewer, and code quality reviewer subagents.
  • Applicable scenarios – executing detailed implementation plans with independent tasks within the same session, especially when high code quality and spec fidelity are required.

Quick Start

Ask the subagent-driven-development skill to execute your current implementation plan.

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 plan implementation with subagent orchestration?

Subagent orchestration automates multi-task plan implementation by dispatching fresh subagents for each independent task and enforcing two-stage reviews. It coordinates implementer, spec reviewer, and code quality reviewer subagents to ensure high-quality code delivery.

What is the best way to ensure spec compliance during automated code generation?

To ensure spec compliance during automated code generation, use a two-stage review process that first checks the implementation against the original specification and then assesses overall code quality. This isolates context and prevents contamination across tasks.

How do I execute independent development tasks within the same session?

You can execute independent development tasks within the same session by using a skill that reads your implementation plan, extracts tasks into TodoWrite entries, and coordinates fresh subagents to complete them sequentially with dual reviews.

Why use fresh subagents for each independent task in task orchestration?

Using fresh subagents for each independent task in task orchestration isolates context to avoid contamination. This approach ensures that previous task contexts do not interfere with subsequent implementations, maintaining high code quality and spec fidelity.

Can I use subagent-driven development for plans with dependent tasks?

Subagent-driven development is designed for executing detailed implementation plans with independent tasks within the same session. It is not intended for plans where tasks have strict dependencies and require sequential context sharing.

Does subagent-driven development require manual setup for code quality review?

Subagent-driven development does not require manual setup for code quality review. It provides full workflow orchestration that automatically coordinates implementer, spec reviewer, and code quality reviewer subagents for each task.