subagent-driven-development

Orchestrates plan tasks by dispatching implementer subagents with two-stage review gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates plan execution by dispatching implementer subagents per task and enforcing two-review gates (spec compliance then code quality) within the same session, enabling rapid, task-by-task progress while preserving governance.

Core Features & Use Cases

  • Orchestrates plan tasks by spawning dedicated implementer subagents for each chunk or task
  • Enforces two-review gates: spec-compliance review, then code-quality review
  • Integrates with repo's plan, JJ-workspaces, and specification-driven-tdd; supports TypeScript/JavaScript workflows; keeps work in-session for reduced handoffs and faster iterations
  • Use Case: When a plan is approved and tasks can be parallelized, run each chunk with a fresh subagent and verify via staged reviews

Quick Start

Dispatch the next approved plan task to a fresh implementer subagent and monitor two-review gates in this session.

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 plan execution using subagents within a single session?

Subagent task orchestration works by dispatching a fresh implementer subagent for each task or chunk within a single session. Progress is gated through spec-compliance and code-quality reviews, enforcing specification-driven-tdd to ensure plan execution accuracy.

What is subagent-driven development for code review and plan execution?

Subagent-driven development coordinates plan execution by spawning dedicated implementer subagents per task. It enforces two-review gates, spec compliance then code quality, within the same session to enable rapid task-by-task progress while preserving governance.

Does subagent orchestration work with specification-driven TDD and JavaScript testing?

Yes, subagent orchestration enforces specification-driven-tdd and uses approved JavaScript/TypeScript testing guidance for relevant tasks. It integrates with repo plans and workspaces to support TypeScript and JavaScript workflows within a single session.

What's the best way to parallelize approved plan tasks with fresh subagents?

The best way to parallelize approved plan tasks is to run each chunk with a fresh implementer subagent. This approach keeps work in-session for reduced handoffs and faster iterations, verifying progress via two staged review gates.

Why use two-review gates for spec compliance and code quality in subagent orchestration?

Two-review gates preserve governance during rapid plan execution. The first gate checks spec compliance, and the second reviews code quality, ensuring each implementer subagent's output meets required standards before task progression.

Can I use subagent task orchestration for TypeScript workflows without extra handoffs?

Yes, subagent task orchestration supports TypeScript workflows without extra handoffs. The process keeps work within a single session, dispatching fresh implementer subagents per task and applying approved JavaScript/TypeScript testing guidance.