subagent-driven-development

Orchestrates subagents to execute implementation plans task-by-task with two-stage spec and quality reviews.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill subagent-driven-development-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/subagent-driven-development
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill subagent-driven-development-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-driven development enables executing complex plans by dispatching a fresh subagent for each task within the same session, with two-stage reviews to ensure spec compliance and code quality.

Core Features & Use Cases

  • Fresh subagent per task with isolated context
  • Two-stage review: spec compliance first, then code quality
  • In-session orchestration for rapid iteration
  • Per-task self-review and structured handoffs to reviewers

Quick Start

Provide a plan file and let the system dispatch per-task subagents to begin work.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate execution of a development plan with many independent tasks?

Automating plan execution is handled by dispatching a fresh subagent for each discrete task within a single session. This approach enables rapid iteration by isolating context and using structured handoffs between implementation and review stages.

What is subagent-driven development and how does it work?

Subagent-driven development is an orchestration process that automates implementation plans by assigning a fresh subagent to each task. It enforces per-task self-review and two-stage reviewer prompts to ensure spec compliance and code quality before advancing.

How do I enforce code review and spec compliance during automated task dispatch?

Automated task dispatch enforces code review and spec compliance using a two-stage review loop. After a subagent completes a task and performs a self-review, structured reviewer prompts check spec compliance first, then evaluate code quality before a controlled handoff.

Can I orchestrate independent subagents to handle rapid iteration in a single session?

Yes, in-session orchestration allows a single session to run independent subagents for rapid iteration. The system manages controlled handoffs between subagents, ensuring structured task decomposition and isolated context for each dispatched unit of work.

When should I use subagent orchestration for task decomposition instead of a single agent?

Subagent orchestration is ideal for plans with many independent tasks requiring structured review loops. It isolates context per task, preventing context bloat and enabling faster, structured execution compared to a single agent handling the entire plan.

Does subagent-driven development require external dependencies for workflow automation?

Subagent-driven development requires no external dependencies to automate workflow execution. It operates entirely within the session to manage task decomposition, dispatch subagents, and execute two-stage reviews for spec and quality validation.