subagent-driven-development

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

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

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 output through a two-stage review process.

Core Features & Use Cases

  • Task Execution: Dispatches fresh subagents for each task, maintaining independence and reducing context pollution.
  • Two-Stage Review: Ensures both spec compliance and code quality are met through separate reviews.
  • Use Case: Ideal for development workflows where tasks are independent and require rigorous quality control.

Quick Start

Execute the development plan using the subagent-driven-development skill.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
What is subagent-driven development and how does it work?

Subagent-driven development automates task execution by dispatching independent subagents for each task, reducing context pollution. It follows a two-stage review process to verify both spec compliance and code quality, ensuring rigorous quality assurance throughout the development workflow.

How do I automate implementation plan execution with independent subagents?

To automate implementation plan execution, the skill dispatches fresh subagents for each task and requires specific prompt templates to guide them. It integrates with your development workflow to sequentially execute tasks and perform a two-stage review for spec compliance and code quality.

Does this subagent review process check both spec compliance and code quality?

Yes, the two-stage review process explicitly checks both spec compliance and code quality separately. By separating these reviews, the workflow ensures that the executed tasks meet the original implementation plan requirements while maintaining high code standards.

What's the best way to maintain context independence when executing complex development workflows?

The best way to maintain context independence is dispatching fresh subagents for each task, which prevents context pollution. This approach ensures that independent tasks in an implementation plan are executed without interference from previous task contexts.

When should I not use a two-stage subagent review process for task execution?

You should not use this two-stage subagent review process for tasks that are not independent or lack a decomposed implementation plan. The workflow requires specific prompt templates and is designed specifically for independent tasks needing rigorous quality control.