subagent-driven-dev

Dispatch specialized agents for implementation, review, and testing tasks.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/TheFJK/UberDev --skill subagent-driven-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-dev
Source: https://github.com/TheFJK/UberDev/tree/main/plugins/uberdev/skills/subagent-driven-dev
Command: npx skills add https://github.com/TheFJK/UberDev --skill subagent-driven-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenges of executing complex, multi-step tasks in software development by automating task dispatch and management through specialized subagents.

Core Features & Use Cases

  • Subagent Management: Dispatches specialized agents for task-specific implementation, review, and testing.
  • Parallel Execution: Executes tasks in parallel within a single feature branch worktree.
  • Review and Quality Control: Implements a two-stage review process (spec compliance and code quality) for each task.
  • Use Case: Ideal for managing complex development tasks, like implementing a new feature or fixing a large-scale bug, with the need for thorough task decomposition and review.

Quick Start

Use the subagent-driven-dev skill to execute an implementation plan 'plan.yml'.

Frequently Asked Questions about subagent-driven-dev

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

FAQPage Schema
How do I automate complex software development tasks with subagents?

Automating complex development tasks with subagents involves dispatching specialized agents for implementation, review, and testing. This Skill orchestrates execution by managing task dispatch, parallel execution, and a two-stage quality control process.

What is subagent-driven development orchestration?

Subagent-driven development orchestration is a process that coordinates specialized agents to execute multi-step software tasks. It manages task-specific implementation, specification review, code quality checks, and pre-merge testing within a single feature branch worktree.

How do I execute parallel development tasks in a feature branch worktree?

To execute parallel development tasks in a feature branch worktree, this Skill dispatches multiple subagents simultaneously. It manages the parallel execution of tasks while maintaining a structured two-stage review process for each dispatched agent.

Do I need an orchestrator framework for task automation with subagents?

Yes, an orchestrator framework is required for task automation with subagents. This Skill requires access to an external orchestrator framework to handle underlying task management and agent dispatch operations.

What is the best way to implement a two-stage code review and spec compliance check?

The best way to implement a two-stage code review and spec compliance check is using subagent orchestration. This approach dispatches specialized agents sequentially to verify specification compliance first, then evaluate code quality before pre-merge testing.

Can I use subagent task dispatch for large-scale bug fixing?

Yes, you can use subagent task dispatch for large-scale bug fixing. It is ideal for complex scenarios requiring thorough task decomposition, allowing specialized agents to handle implementation, review, and testing in parallel.