sp-subagent-driven-development

Execute development plans with subagents and two-stage spec and code quality reviews.

1|Updated May 2, 2026
One-click install
npx skills add https://github.com/dushyantkhosla/agent-skills --skill sp-subagent-driven-development-dushyantkhosla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-subagent-driven-development
Source: https://github.com/dushyantkhosla/agent-skills/tree/main/skills/sp-subagent-driven-development
Command: npx skills add https://github.com/dushyantkhosla/agent-skills --skill sp-subagent-driven-development-dushyantkhosla

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of managing complex task execution, ensuring high-quality and efficient outcomes by using subagents and automated reviews.

Core Features & Use Cases

  • Subagent-Driven Execution: Dispatch subagents per task to maintain focused execution without context pollution.
  • Two-Stage Review: Conducts a spec compliance review and a code quality review after each task.
  • Lightweight Mode: Provides a streamlined process for simple tasks with a single review stage.

Quick Start

Start executing your plan using subagent-driven development: 'activate sp-subagent-driven-development <plan_path>'.

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 execute a development plan using subagents without context pollution?

Subagent-driven execution dispatches isolated subagents for each task within a development plan, ensuring focused task execution without context pollution while managing task workflow and review escalation.

What is two-stage automated review in subagent-driven development?

Two-stage automated review validates each completed task by running a spec compliance review followed by a code quality review, utilizing dedicated review subagents for validation and escalation handling.

How do I set up task-specific actions for subagent-driven development?

You must implement custom subagent scripts for task-specific actions before execution. These scripts define the automated actions each subagent takes when dispatched to handle its assigned task within the plan.

Can I use a lightweight review process for simple development tasks?

Yes, lightweight mode provides a streamlined process for simple tasks by conducting a single review stage instead of the full two-stage spec and code quality review process.

Does subagent-driven development require external dependencies to run?

No, it requires no external dependencies, but you must provide a valid plan path and implement the necessary subagent scripts to handle task execution and review validation internally.