subagent-driven-development

Dispatch subagents to execute development tasks with two-stage reviews.

9|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/AetherCore-Dev/ag402 --skill subagent-driven-development-aethercore-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/AetherCore-Dev/ag402/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/AetherCore-Dev/ag402 --skill subagent-driven-development-aethercore-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of complex development plans by breaking them down into independent tasks, each handled by a dedicated subagent, ensuring efficient and high-quality code implementation.

Core Features & Use Cases

  • Task Decomposition: Automatically breaks down a plan into discrete, manageable tasks.
  • Subagent Dispatch: Assigns each task to specialized subagents (implementer, spec reviewer, quality reviewer).
  • Two-Stage Review: Enforces rigorous spec compliance and code quality checks after each task.
  • Use Case: When you have a detailed feature plan with multiple independent coding tasks, this Skill can autonomously execute each task, get it reviewed, and ensure it meets specifications before moving to the next, significantly speeding up the development cycle.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at /path/to/your/plan.md.

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 complex development plan execution with multiple coding tasks?

Automate complex development plan execution by breaking the plan into discrete tasks and dispatching independent subagents for each task to ensure efficient and high-quality code implementation.

How does subagent dispatch work for task management in agile development?

Subagent dispatch works by assigning each decomposed development task to specialized subagents, functioning as implementer, spec reviewer, and quality reviewer within a single session.

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

The two-stage review process enforces rigorous spec compliance and code quality checks after each task is executed by a subagent, ensuring specifications are met before moving to the next task.

Can I use git worktrees with subagent-driven development for iterative features?

Yes, subagent-driven development integrates with git worktrees and plan writing superpowers to provide a seamless workflow for complex features requiring iterative development and review.

What are the limitations of automating code review with subagents in a single session?

Automating code review with subagents is limited to managing task execution, context, and status reporting within a single session, requiring a detailed feature plan with independent coding tasks to function correctly.

Do I need a detailed plan file to start subagent-driven development?

Yes, you need a detailed feature plan located at a specific file path, such as a markdown file, to start subagent-driven development and autonomously execute each coding task.