subagent-driven-development

Dispatch a fresh subagent per task and run two-stage spec and code-quality reviews.

4|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/zenchantlive/Turtlez --skill subagent-driven-development-zenchantlive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/zenchantlive/Turtlez/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/zenchantlive/Turtlez --skill subagent-driven-development-zenchantlive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables end-to-end plan execution within a single session by dispatching a fresh subagent per task and enforcing a two-stage review process after each task: spec compliance first, then code quality.

Core Features & Use Cases

  • Fresh subagent per task to keep context isolated and reduce cross-task interference.
  • Two-stage review workflow: spec compliance review followed by code quality review for each task.
  • In-session orchestration of multi-task plans with automatic progress tracking and rework loops.
  • Suitable for implementing features from a formal plan, performing complex, parallelizable workflows, and iterative refinement.

Quick Start

Dispatch a fresh subagent for each task from your plan and run a two-stage review (spec compliance first, then code quality) after every task.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I manage plan execution by dispatching a subagent per task?

To manage plan execution, this skill dispatches a fresh subagent for each task to keep context isolated and reduce cross-task interference. It coordinates independent task execution within a single session while maintaining transparent progress tracking.

What is a two-stage review workflow for automated code generation?

A two-stage review workflow verifies task progress through spec compliance first, then code quality. This automated review mechanism ensures the output meets functional specifications before evaluating the structural integrity of the code itself.

How do I automate task dispatch and iterative refinement in a single session?

You automate task dispatch and iterative refinement by orchestrating multi-task plans with automatic progress tracking and rework loops. The system dispatches a fresh subagent per task and enforces reviews after each completion.

How do subagents keep context clean during complex parallelizable workflows?

Subagents keep context clean by isolating each task within a fresh execution environment. This per-task isolation prevents cross-task interference and maintains transparent progress throughout the end-to-end plan execution.

Does automated spec compliance review work with TDD planning?

Yes, automated spec compliance review works with TDD planning by verifying that task outputs meet formal specifications before running code quality checks. This iterative refinement supports complex, parallelizable workflows.

When should I not use autonomous subagents for task orchestration?

You should avoid using autonomous subagents for task orchestration when tasks have heavy interdependencies that prevent isolated execution, as the system relies on per-task isolation and independent execution within a single session.