subagent-driven-development

Dispatch fresh subagents to execute plan tasks with two-stage reviews.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/ultramaxoAI/UltramaxoAI --skill subagent-driven-development-ultramaxoai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ultramaxoAI/UltramaxoAI/tree/main/.agent/skills/subagent-driven-development
Command: npx skills add https://github.com/ultramaxoAI/UltramaxoAI --skill subagent-driven-development-ultramaxoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-Driven Development solves the challenge of executing complex implementation plans with many tasks by dispatching a fresh subagent for each task, ensuring isolation and reducing context pollution.

Core Features & Use Cases

  • Fresh subagents per task to guarantee clean context and parallel-safe execution.
  • Two-stage review workflow after every task: spec compliance review first, then code quality review to ensure correctness and maintainability.
  • In-session orchestration, enabling fast iteration without human-in-the-loop between tasks.
  • Template-driven prompts (implementer, spec-reviewer, code-quality-reviewer) to standardize how tasks are executed and reviewed.

Quick Start

Initiate a plan by dispatching a fresh subagent for each task and begin the two-stage review workflow.

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 a multi-task implementation plan without context pollution?▼

To execute a multi-task implementation plan without context pollution, dispatch a fresh subagent for each task. This isolation ensures parallel-safe execution and maintains clean context throughout the workflow.

What is the best way to automate code reviews for independent tasks in a single session?▼

The best way to automate code reviews for independent tasks is using a two-stage review workflow. A fresh spec reviewer checks compliance first, followed by a code-quality reviewer, ensuring correctness without human-in-the-loop delays.

Can I run fast iteration on independent tasks without human-in-the-loop between each step?▼

Yes, you can run fast iteration on independent tasks without human-in-the-loop intervention. In-session orchestration dispatches fresh subagents sequentially, executing tasks and triggering automated reviews continuously.

How does a template-driven subagent workflow standardize task execution?▼

A template-driven subagent workflow standardizes task execution by applying predefined prompts for implementers, spec reviewers, and code-quality reviewers. This enforces a structured process, guaranteeing consistent and high-quality delivery.

When should I not use fresh subagents for task dispatch?▼

You should not use fresh subagents for task dispatch if your implementation plan lacks independent tasks. The orchestration workflow relies on task isolation to prevent context pollution and enable parallel-safe execution.

Does subagent-driven development require specific dependencies to orchestrate plans?▼

Subagent-driven development requires no specific dependencies to orchestrate plans. It operates as a standalone workflow, dispatching fresh subagents to execute tasks and perform two-stage reviews within a single session.