subagent-driven-development

Group plan tasks into parallel and sequential sets for subagent dispatch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill organizes a plan's tasks by independence, enabling parallel execution of independent tasks while preserving sequential execution for dependent ones, with per-task two-step reviews.

Core Features & Use Cases

  • Classifies tasks into parallel and sequential groups based on dependencies.
  • Dispatches independent tasks to parallel subagents and executes per-task two-step reviews, then runs dependent tasks in order.
  • Supports a final integration review to ensure overall plan consistency after all tasks complete.

Quick Start

Provide your plan document; the agent will group tasks into parallel and sequential sets, dispatch independent tasks to parallel subagents, perform per-task reviews, then execute dependent tasks in order.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I run parallel subagents for independent tasks in a development plan?

To run parallel subagents, you provide a plan document and the system automatically classifies tasks into independent and dependent groups, dispatching independent tasks to parallel subagents while keeping dependent tasks sequential.

What is the best way to handle code review in a parallel multi-agent workflow?

Code review in a parallel multi-agent workflow is handled through per-task two-stage reviews, running spec and quality checks for each task, followed by a final integration pass to ensure overall plan consistency.

How does task dependency classification work for plan-driven workflows?

Task dependency classification works by analyzing a provided plan document and splitting tasks into independent groups for concurrent dispatch and dependent groups for sequential execution based on their relationships.

Can I use parallel dispatch for plan execution without losing sequential task integrity?

Yes, you can use parallel dispatch without losing sequential integrity because the system executes dependent tasks in order only after independent tasks and their per-task reviews are complete.

When do I need a final integration review for parallel task execution?

You need a final integration review for parallel task execution after all independent and dependent tasks complete, ensuring overall plan consistency and verifying the final code review integration using the project's review cycle.

Do I need a specific framework to enable parallel subagents for developer tools?

No specific framework is required to enable parallel subagents; the system operates as an advanced automation workflow tool that directly processes your plan document to manage parallel and sequential execution.