sp-subagent-driven-development

Dispatch fresh subagents per task with two-stage spec and code reviews.

4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/AlphaComposite/openclaw-superpowers-port --skill sp-subagent-driven-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-subagent-driven-development
Source: https://github.com/AlphaComposite/openclaw-superpowers-port/tree/main/skills/sp-subagent-driven-development
Command: npx skills add https://github.com/AlphaComposite/openclaw-superpowers-port --skill sp-subagent-driven-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end development by dispatching a fresh subagent per task with two-stage reviews.

Core Features & Use Cases

  • Fresh-subagent per task: isolates context and prevents cross-task leakage.
  • Two-stage reviews: spec compliance first, code-quality review second to ensure alignment and quality.
  • Parallel and sequential planning: supports both, with automatic task orchestration and guards.

Quick Start

Provide a development plan and allow the system to dispatch a fresh subagent for each task with two-stage reviews.

Frequently Asked Questions about sp-subagent-driven-development

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

FAQPage Schema
How do I automate task dispatch and code review for multi-task development plans?

Automated task dispatch assigns a fresh subagent to each independent task, enforcing isolation and preventing cross-task leakage. It applies two-stage reviews, checking spec compliance first, then code quality, to orchestrate end-to-end development.

Why should I isolate subagents per task during automated development?

Isolating subagents per task prevents cross-task context leakage and maintains clean execution environments. By dispatching a fresh subagent for each task, the system ensures rapid iteration and accurate spec compliance and code-quality reviews.

How do I set up isolated git worktrees for subagent-driven development?

Subagent-driven development requires an isolated worktree setup to separate task execution environments. You must configure prompts to guide the implementer, spec reviewer, and code reviewer before providing a development plan for automatic orchestration.

Can I execute both parallel and sequential task dispatch with automated subagent orchestration?

Automated subagent orchestration supports both parallel and sequential task planning. The system applies automatic task orchestration and guards to manage independent tasks, ensuring isolated execution and staged reviews across the development plan.

What is the difference between spec compliance review and code-quality review in automated development?

Spec compliance review checks task alignment with the development plan first, while code-quality review evaluates the implementation standards second. This two-stage review process ensures subagent-driven development achieves both accurate spec fulfillment and high-quality code.