subagent-dev

Dispatch fresh subagents for each task with two-stage review.

45|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill subagent-dev-yudefine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-dev
Source: https://github.com/YuDefine/nuxt-supabase-starter/tree/main/.claude/skills/subagent-dev
Command: npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill subagent-dev-yudefine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate plan execution by dispatching fresh subagents for each task and applying a two-stage review after every task to ensure quality and speed.

Core Features & Use Cases

  • Dispatch implementer subagent for each task with full context
  • Two-stage review flow: spec compliance then code quality review
  • End-to-end task tracking, status updates, and self-review prompts
  • Templates and guidance for consistent prompts and escalations

Quick Start

Dispatch an implementer subagent for each task in your plan and follow the two-stage review flow to complete tasks.

Frequently Asked Questions about subagent-dev

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

FAQPage Schema
How do I automate multi-step software development plans with subagent orchestration?

Subagent orchestration automates multi-step software development plans by dispatching a fresh subagent for each decomposed task and applying a two-stage review to ensure quality and speed. It requires explicit prompts and a task-tracking loop for implementers and reviewers.

What is the two-stage review process for code quality and spec compliance?

The two-stage review process evaluates completed tasks sequentially: first checking spec compliance to verify requirements, then applying a code-quality review to ensure implementation standards. This structured workflow guarantees both functional correctness and code maintainability.

Does subagent workflow automation work for complex tasks that can be decomposed into independent units?

Yes, subagent workflow automation is designed specifically for complex, multi-step software development plans where tasks can be decomposed into independent units. It dispatches fresh subagents with full context for each isolated task.

How do I track task status and manage escalations during plan execution?

You track task status and manage escalations using the Skill's end-to-end task-tracking loop. It provides status updates, self-review prompts, and templates that guide consistent prompts and escalations for implementers, spec reviewers, and code-quality reviewers.

What are the limitations of using subagent orchestration for software engineering workflows?

A limitation of subagent orchestration is that it requires complex, multi-step plans with tasks decomposable into independent units. It also demands explicit prompts and clear acceptance criteria to function properly, making it unsuitable for tightly coupled, non-decomposable code changes.