subagent-driven-development

Orchestrate development plan execution with subagents for implementation and review.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill subagent-driven-development-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill subagent-driven-development-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of development plans by dispatching subagents for implementation and reviews, ensuring high quality and fast iteration without manual oversight.

Core Features & Use Cases

  • Automated Plan Execution: Dispatch fresh subagents for implementation and reviews, based on a predefined plan.
  • Two-Stage Review: Ensures both spec compliance and code quality through separate review stages.
  • Use Case: Ideal for tasks that require independent, high-quality implementations where spec and quality control are critical.

Quick Start

Execute the development plan 'docs/plans/auth-feature.md' using subagent-driven-development.

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 development plan execution using subagents?

Automated development plan execution dispatches fresh subagents for implementation and reviews, ensuring high quality and fast iteration without manual oversight. This skill handles task decomposition and orchestrates the workflow based on a predefined plan.

What is two-stage code review in development automation?

Two-stage review in development automation ensures both spec compliance and code quality through separate review stages. By dispatching independent subagents for each stage, it verifies that implementations meet predefined plans and maintain high coding standards.

How do I execute a development plan from a markdown file?

To execute a development plan from a markdown file, reference the file path such as 'docs/plans/auth-feature.md' when starting the subagent-driven workflow. The system reads the plan and dispatches subagents for implementation and subsequent reviews.

Do I need predefined development plans to use subagent orchestration?

Yes, a predefined development plan is required to use subagent orchestration. This skill requires a structured plan to decompose tasks, dispatch implementation subagents, and perform spec compliance and code quality reviews effectively.

When should I use subagent-driven development for code reviews?

Use subagent-driven development for code reviews when you need independent, high-quality implementations where spec and quality control are critical. It is ideal for tasks requiring automated compliance checks and systematic quality assurance without manual intervention.