subagent-driven-development

Dispatch subagents to implement plan tasks with dual review gates.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/rondevz/phant --skill subagent-driven-development-rondevz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/rondevz/phant/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/rondevz/phant --skill subagent-driven-development-rondevz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates execution of an approved implementation plan by dispatching a dedicated subagent for each task, with post-task reviews to ensure alignment with requirements.

Core Features & Use Cases

  • Per-task subagent orchestration: Dispatches a focused implementer subagent for every task and aggregates results.
  • Two review gates per task: Enforces spec compliance and code quality reviews before task progression.
  • End-to-end task completion: Provides a structured workflow from plan reading to final end-to-end review and results presentation.

Quick Start

Orchestrate plan execution by dispatching one implementer subagent per task, enforcing two review gates, and reporting results after each task completes.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I orchestrate subagents for automated development workflow execution?

To orchestrate subagent-driven development, you coordinate automated task execution by dispatching a dedicated implementer subagent for each decomposed task and aggregating the results after formal reviews.

What is the best way to enforce code reviews during automated task orchestration?

Enforcing code reviews during automated task orchestration requires dual review gates, specifically checking spec compliance and code quality before allowing any task progression to the next stage.

Can I use subagent orchestration for complex development plans requiring task decomposition?

Yes, subagent orchestration supports complex development plans by decomposing tasks into distinct sub-tasks, dispatching a single focused subagent per task, and enforcing structured reviews after each completion.

Does automated subagent task execution commit code changes automatically?

Automated subagent task execution does not commit code changes automatically; it enforces a strict workflow with dual review gates and will not commit changes unless explicitly requested by the user.

What are the limitations of using a single subagent per task in development workflows?

Using a single subagent per task limits parallel execution within individual tasks but ensures focused implementation, requiring formal spec compliance and code quality reviews before moving to subsequent tasks.

Why does my automated task workflow require two review gates before progression?

Automated task workflows require two review gates to ensure strict alignment with requirements, verifying both spec compliance and code quality before allowing a subagent's task to progress to completion.