subagent-driven-development

Dispatches subagents to execute implementation plan tasks with two-stage reviews.

13|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/tassiovale/claude-code-kit --skill subagent-driven-development-tassiovale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/tassiovale/claude-code-kit/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/tassiovale/claude-code-kit --skill subagent-driven-development-tassiovale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of executing complex implementation plans with independent tasks, ensuring high-quality, fast iteration without context pollution.

Core Features & Use Cases

  • Subagent Dispatch: Assigns fresh subagents for each task, maintaining isolated context.
  • Two-Stage Review: Conducts spec compliance and code quality reviews post-task.
  • Continuous Execution: Executes tasks without human intervention, only stopping for unresolvable issues or plan errors.

Quick Start

Dispatch the 'subagent-driven-development' skill to execute your 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 execute an implementation plan with parallel tasks without context pollution?

Executing an implementation plan with parallel tasks without context pollution is achieved by dispatching fresh subagents for each task, maintaining isolated context throughout the workflow.

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

A two-stage review process for code quality and spec compliance conducts automated reviews post-task to verify implementation against specifications and enforce code quality standards.

How does subagent dispatch handle continuous task execution in the same session?

Subagent dispatch handles continuous task execution in the same session by executing tasks without human intervention, only stopping for unresolvable issues or plan errors.

Do I need TDD and plan management skills to use subagent-driven development?

Yes, TDD and plan management skills are required as prerequisites to use subagent-driven development, ensuring tasks are properly structured and test-driven before dispatch.

When should I not use subagents for implementation plan execution?

You should not use subagents for implementation plan execution when tasks are highly interdependent or lack clear specifications, as isolated context prevents cross-task knowledge sharing.