subagent-driven-development

Dispatch fresh subagents to execute implementation plans with per-task reviews.

14|1|Updated Dec 29, 2011
One-click install
npx skills add https://github.com/doitian/dotfiles-public --skill subagent-driven-development-doitian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/doitian/dotfiles-public/tree/main/ai/workflows/superpowers/skills/subagent-driven-development
Command: npx skills add https://github.com/doitian/dotfiles-public --skill subagent-driven-development-doitian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates independent subagents to execute implementation plans within a single session, enabling rapid, structured task completion with built-in review gates.

Core Features & Use Cases

  • Fresh subagent per task to prevent context leakage.
  • Two-stage review process (spec compliance, then code quality) to ensure high quality.
  • Guided workflow templates for implementer, spec reviewer, and code reviewer prompts to maintain consistency.

Quick Start

Dispatch a per-task subagent to begin implementing a task from your plan and initiate the two-stage review workflow.

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 code review and task execution for independent development tasks?

Automate task execution and code review by dispatching fresh subagents per task. This workflow uses a two-stage review process for spec compliance and code quality to ensure structured completion without context leakage.

What is the best way to prevent context leakage when automating rapid development workflows?

Prevent context leakage in rapid development workflows by deploying a fresh subagent for each task. This isolates execution, ensuring independent tasks iterate quickly without contaminating the main session context.

How do I ensure spec compliance before merging code in an automated workflow?

Ensure spec compliance by applying a two-stage review process. A dedicated spec reviewer subagent evaluates the implementation against requirements before a final code quality review clears the task for a merge-ready state.

Can I use subagents to execute implementation plans within a single session?

Yes, you can execute implementation plans within a single session by dispatching and managing subagents. This approach enables rapid iteration for independent tasks while maintaining guided workflow templates for consistency.

Does test-driven development fit into a subagent-driven workflow?

Test-driven development fits well within a subagent-driven workflow. Independent tasks can iterate rapidly using fresh subagents, while the built-in code quality review validates test coverage before reaching the final merge-ready state.

When should I avoid using subagents for plan-driven development?

Avoid subagents for plan-driven development when tasks are highly dependent on each other. This workflow is designed for largely independent tasks requiring rapid iteration, so tightly coupled tasks may not benefit from isolated context execution.