subagent-driven-development

Execute implementation plans by dispatching subagents for spec and code quality reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thermiteau/claude-vps --skill subagent-driven-development-thermiteau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/thermiteau/claude-vps/tree/main/src/skills/subagents
Command: npx skills add https://github.com/thermiteau/claude-vps --skill subagent-driven-development-thermiteau

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of complex implementation plans by breaking them down into manageable, independent tasks, each handled by a dedicated subagent with a rigorous two-stage review process.

Core Features & Use Cases

  • Task Decomposition: Executes plans by dispatching a fresh subagent for each task.
  • Two-Stage Review: Implements a spec compliance review followed by a code quality review for every task.
  • Use Case: Ideal for complex feature development where an implementation plan exists, and tasks can be processed sequentially within a single session for rapid iteration and high-quality output.

Quick Start

Use the subagent-driven-development skill to execute the provided 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 using subagents for iterative development?

Iterative development with subagents executes implementation plans by dispatching a fresh subagent for each task, ensuring rapid iteration and high-quality output through a two-stage review process.

What is the two-stage review process for task execution in subagent-driven development?

The two-stage review process for subagent-driven development consists of a spec compliance review followed by a code quality review, applied to every task completed by an implementation subagent within a single session.

How do I decompose complex feature development into independent tasks for subagents?

Task decomposition for subagents involves breaking down a complex implementation plan into manageable, independent tasks, each handled sequentially by a dedicated subagent within a single session.

Can subagent-driven development handle spec compliance and code quality checks simultaneously?

Yes, subagent-driven development manages both spec compliance and code quality checks simultaneously by requiring separate subagents for implementation, spec review, and code quality assessment during task execution.

What are the limitations of using subagents for implementation plan execution in a single session?

A limitation of subagent-driven development is that tasks must be processed sequentially within a single session, meaning it is ideal for complex features but requires an existing implementation plan to function.

Do I need an existing implementation plan to use subagent-driven development?

Yes, you need an existing implementation plan to use subagent-driven development, as the Skill functions by taking a provided plan and dispatching independent subagents to execute each task sequentially.