subagent-driven-development

Dispatch subagents to execute implementation plans with two-stage reviews.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/J03Fr0st/maestro --skill subagent-driven-development-j03fr0st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/J03Fr0st/maestro/tree/main/.github/skills/subagent-driven-development
Command: npx skills add https://github.com/J03Fr0st/maestro --skill subagent-driven-development-j03fr0st

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the implementation of complex plans by breaking them down into manageable tasks, each handled by a dedicated subagent with rigorous review stages, ensuring high-quality code and adherence to specifications.

Core Features & Use Cases

  • Task Decomposition: Executes implementation plans by dispatching independent subagents for each task.
  • Two-Stage Review: Implements a robust review process including spec compliance and code quality checks after each task.
  • Use Case: When implementing a new feature defined in a detailed plan, this Skill ensures each part of the feature is built correctly, tested thoroughly, and reviewed by specialized agents before moving to the next, leading to faster and more reliable development cycles.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at docs/plans/feature-plan.md.

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 during feature implementation?

Automated code review during feature implementation is handled by a two-stage subagent process that checks spec compliance and code quality after each task is dispatched, ensuring high standards before iteration.

What is subagent-driven development for agile workflows?

Subagent-driven development is an iterative execution method where independent subagents handle decomposed plan tasks, followed by automated reviews for spec compliance and code quality to accelerate agile cycles.

How do I execute an implementation plan located in a markdown file?

You can execute an implementation plan by pointing the skill to your plan file path, such as docs/plans/feature-plan.md, which then orchestrates independent subagents to build and review each task.

Does subagent task decomposition work without external dependencies?

Yes, subagent task decomposition works without external dependencies, breaking down complex plans into manageable tasks handled by dedicated subagents with rigorous internal review stages.

When should I use subagents for iterative development?

Use subagents for iterative development when implementing complex features defined in detailed plans, ensuring each part is built correctly, tested thoroughly, and reviewed by specialized agents before proceeding.