subagent-driven-development

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

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill subagent-driven-development-mrtolkien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/mrtolkien/GHOST/tree/main/vendor/superpowers/subagent-driven-development
Command: npx skills add https://github.com/mrtolkien/GHOST --skill subagent-driven-development-mrtolkien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch fresh subagents to execute independent plan tasks within the current session, reducing coordination overhead and accelerating iteration.

Core Features & Use Cases

  • Fresh subagent per task to isolate context and accelerate execution.
  • Two-stage review after each task: spec compliance first, then code quality.
  • In-session orchestration of multi-task plans with automatic completion signaling.

Quick Start

Provide an implementation plan and let the system dispatch fresh subagents to execute tasks within the current session.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I use subagents to execute independent plan tasks within a single session?

To execute independent plan tasks using subagents, you provide an implementation plan and the system dispatches a fresh subagent for each task to isolate context and accelerate execution within the current session.

How does two-stage review work for task orchestration?

Two-stage review for task orchestration works by executing a spec compliance review first, followed immediately by a code quality review, ensuring each dispatched task meets requirements before signaling final completion.

What is the best way to handle multi-task implementation flows with iterative reviews?

The best way to handle multi-task implementation flows with iterative reviews is dispatching fresh subagents per task, which isolates execution context and enables automatic completion signaling for faster iteration.

Does subagent-driven plan execution reduce coordination overhead for independent tasks?

Subagent-driven plan execution reduces coordination overhead for independent tasks by dispatching fresh subagents within the current session, isolating task context to accelerate iteration without manual management.

When should I not use fresh subagents for multi-task plan execution?

You should not use fresh subagents for multi-task plan execution when tasks are highly interdependent, because this approach is designed for largely independent tasks that require isolated context and iterative reviews.

Do I need to provide a complete implementation plan to start dispatching subagents?

Yes, you need to provide an implementation plan to start dispatching subagents, as the system uses it to orchestrate multi-task execution, trigger two-stage reviews, and signal final completion automatically.