subagent-driven-development

Dispatch fresh subagents per task with two-stage reviews.

14|2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/pyinx/ceo-skills-plugin --skill subagent-driven-development-pyinx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/pyinx/ceo-skills-plugin/tree/main/skills/subagent-driven-dev
Command: npx skills add https://github.com/pyinx/ceo-skills-plugin --skill subagent-driven-development-pyinx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates task execution by dispatching fresh subagents per task, paired with a two-stage review process to ensure specification compliance and high code quality.

Core Features & Use Cases

  • Fresh subagent per task for isolated context and fast iteration.
  • Two-stage review after each task: specification compliance followed by code quality.
  • Supports parallel execution paths through plan-driven task dispatch and final consolidation.

Quick Start

Dispatch an implementer subagent for each task in your plan and apply a two-stage review after every task.

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 for task orchestration?

It works by dispatching a fresh subagent for each task in your plan, followed by a two-stage review process. The first stage checks specification compliance, and the second evaluates code quality to ensure high standards.

How do I orchestrate multi-task plans with isolated context using subagents?

You orchestrate multi-task plans by dispatching a fresh implementer subagent for each task. This isolates the context per task, enabling quick iteration and preventing interference across the broader workflow.

How does the two-stage review process work for code quality and spec compliance?

The two-stage review process executes after every dispatched task. It first verifies specification compliance to ensure requirements are met, then assesses code quality to maintain high standards across the independent subagent outputs.

Can I use subagent task dispatch for parallel execution paths in a single session?

Yes, subagent task dispatch supports parallel execution paths within a single session. It uses plan-driven task dispatch followed by final consolidation to manage multi-task plans effectively.

When should I use a fresh subagent per task instead of a single agent?

Use a fresh subagent per task when working with multi-task plans where quick iteration and context isolation matter. This standardized workflow prevents context pollution and maintains spec compliance across independent tasks.