subagent-driven-development

Dispatch specialized subagents for independent development tasks with two-stage reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps streamline the execution of plans with independent tasks by using specialized subagents for each task, ensuring high-quality, fast iteration and parallel execution.

Core Features & Use Cases

  • Subagent Dispatch: Assign fresh subagents per task, isolated from session context.
  • Two-Stage Review: Spec compliance followed by code quality review.
  • Use Case: Ideal for complex development workflows where tasks can be broken down into independent units of work, such as code implementation, testing, and review.

Quick Start

Dispatch a subagent for task implementation 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
How do I execute independent development tasks in parallel using subagents?

Parallel task execution is achieved by dispatching fresh subagents for each independent task, isolating them from the main session context. This allows specialized agents to implement code concurrently within a development workflow.

What is a two-stage code review process for subagent development workflows?

A two-stage code review first checks spec compliance to ensure the task meets requirements, then evaluates code quality. This review process ensures high-quality iteration when using specialized subagents.

How does subagent dispatch handle context management during task execution?

Subagent dispatch manages context by assigning fresh subagents per task, isolated from the session context. This requires task decomposition into independent units of work to ensure specialized agents execute without context overlap.

When should I use subagent-driven development for my development workflow?

Use subagent-driven development when your workflow involves complex plans that can be broken down into independent tasks, such as code implementation and testing, to ensure fast iteration and parallel execution.

Does subagent dispatch work without dependencies for code review?

Yes, subagent dispatch operates without external dependencies. It relies on internal scripts and references to handle spec compliance and code quality reviews during task execution.