subagent-driven-development

Delegate development tasks to subagents with isolated contexts and review checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables efficient execution of development workflows by dividing tasks into subagent-based tasks, each with review checkpoints, ensuring high-quality, fast iteration without context pollution.

Core Features & Use Cases

  • Subagent Task Delegation: Assign tasks to specialized subagents with isolated contexts to maintain focus and avoid context pollution.
  • Task Review: Conduct reviews after each task for spec compliance and code quality, with a broad final review.
  • Use Case: For large-scale projects with multiple tasks and dependencies, use this Skill to ensure that each task is completed to a high standard and the project progresses smoothly.

Quick Start

Use the subagent-driven-development skill to execute the development plan 'feature-plan.md'.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
What is subagent-driven development and how does it manage complex workflows?

Subagent-driven development is a workflow approach that decomposes complex software tasks into isolated subagent contexts. It manages complexity by assigning specialized tasks to individual subagents, preventing context pollution while maintaining focused execution across large-scale projects.

How do I execute a development plan using subagent task delegation?

To execute a development plan, you provide a plan file like 'feature-plan.md' to initiate the subagent-driven development workflow. The system then delegates tasks to specialized subagents with isolated contexts and conducts code reviews after each task for spec compliance and iterative improvement.

How does task review and quality assurance work in a subagent development workflow?

Quality assurance in a subagent development workflow involves conducting task reviews after each delegated assignment for spec compliance and code quality. It concludes with a broad final review, ensuring high-quality output and iterative improvement throughout the development process.

Can I use subagent task delegation for large-scale projects with multiple dependencies?

Yes, subagent task delegation is designed for large-scale projects with multiple tasks and dependencies. It ensures each task is completed to a high standard by using isolated contexts and review checkpoints, allowing complex software projects to progress smoothly without context loss.

When should I avoid using subagent-driven development for software engineering tasks?

You should avoid subagent-driven development for simple, single-step tasks that do not require task decomposition or multiple subagent invocations. The overhead of context management and review protocols is best suited for complex software development scenarios requiring strict quality assurance.