subagent-driven-development

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

Updated May 19, 2026
One-click install
npx skills add https://github.com/swissonid/pi-superpowers --skill subagent-driven-development-swissonid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/swissonid/pi-superpowers/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/swissonid/pi-superpowers --skill subagent-driven-development-swissonid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute plans by dispatching a fresh subagent per task and applying two-stage reviews to ensure spec compliance and code quality.

Core Features & Use Cases

  • Fresh subagent per task with isolated contexts to prevent cross-task drift
  • Two-stage review: spec compliance followed by code quality
  • Deterministic, guarded execution flow with clear status handling and rescheduling

Quick Start

Dispatch a plan with independent tasks and let a new subagent handle each task to completion.

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 implementation plans with isolated context per task?

Automating implementation plans with isolated context involves dispatching a fresh subagent per task to prevent cross-task drift. This approach ensures each task operates within its own context boundary before undergoing a two-stage review.

How does two-stage code review work for spec compliance?

Two-stage code review for spec compliance works by first verifying that the implementation meets the specification, then enforcing code quality standards. This sequential process ensures functional accuracy before evaluating structural quality.

Why do I need fresh subagents for task-by-task code generation?

You need fresh subagents for task-by-task code generation to prevent cross-task context drift. Isolating the context for each task ensures deterministic execution and maintains strict spec compliance across independent tasks.

Can I use subagent orchestration for independent tasks in a plan?

Yes, you can use subagent orchestration for independent tasks within a plan. The system relies on coordinated agents to provide a deterministic workflow with clear status handling and retry loops for each task.

What is the best way to enforce spec compliance before code quality review?

The best way to enforce spec compliance before code quality review is through a deterministic, guarded execution flow. This workflow applies a two-stage review process to ensure specifications are met prior to evaluating code quality.