subagent-driven-development

Dispatch fresh subagents to execute multi-step implementation plans with two-stage reviews.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/miles990/claude-starter-kit --skill subagent-driven-development-miles990
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/miles990/claude-starter-kit/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/miles990/claude-starter-kit --skill subagent-driven-development-miles990

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables executing complex implementation plans by dispatching fresh subagents for each task, ensuring isolated context and rapid iteration with built-in quality gates.

Core Features & Use Cases

  • Fresh per-task subagents with isolated context to prevent context pollution.
  • Two-stage review workflow: first verify spec compliance, then assess code quality.
  • Orchestrates plan execution within a single session, reducing handoffs and delays.

Quick Start

Start by loading your plan, then let the skill dispatch per-task subagents to implement and review each item in sequence. Example: "Execute plan feature-plan.md per-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 execute multi-step implementation plans without context pollution?

Executing multi-step implementation plans without context pollution requires dispatching a fresh, isolated subagent for each task. This approach ensures rapid iteration and prevents prior task contexts from corrupting subsequent code generation.

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

A two-stage review workflow first verifies strict spec compliance, then independently assesses code quality. This sequential isolation ensures the generated code meets functional requirements before undergoing structural and quality evaluations.

How do I automate task dispatch for independent plan items in a single session?

Automating task dispatch for independent plan items uses predefined prompt templates to orchestrate per-task subagents within a single session. This reduces manual handoffs and delays while maintaining isolated execution contexts.

When do I need isolated subagents for rapid code generation?

You need isolated subagents for rapid code generation when working through multi-step plans with largely independent tasks. This isolation prevents context bleed, allowing each task to execute cleanly without interference from prior steps.

Does dispatching fresh subagents per task work for complex plan execution?

Dispatching fresh subagents per task works for complex plan execution by orchestrating the entire sequence within a single session. It applies predefined templates to trigger isolated reviews and implementation gates before progressing.

What are the limitations of using subagents for plan execution and task dispatch?

The limitations of using subagents for plan execution include dependencies on largely independent tasks. If your multi-step plan requires tightly coupled, interdependent execution, the isolated subagent dispatch model may introduce synchronization friction.