subagent-driven-development

Automate implementation plan execution with subagent delegation and two-stage review.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/whichguy/hermes-skills-marketplace --skill subagent-driven-development-whichguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/whichguy/hermes-skills-marketplace/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/whichguy/hermes-skills-marketplace --skill subagent-driven-development-whichguy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates the execution of implementation plans by delegating tasks to subagents with a two-stage review process, ensuring high-quality, fast iteration.

Core Features & Use Cases

  • Task Execution: Distribute tasks to subagents for implementation.
  • Spec Compliance Review: Verify implementation against the original specification.
  • Code Quality Review: Assess the code for quality and adherence to project conventions.
  • Use Case: Ideal for projects where tasks are mostly independent and quality assurance is crucial, such as software development workflows.

Quick Start

To execute a plan with subagent-driven-development, read the plan file and create a todo list. For each task, dispatch an implementer subagent, followed by spec and quality reviewers.

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 implementation plan execution with subagent task delegation?

You can automate implementation plan execution by reading a structured plan file, creating a todo list, and dispatching implementer subagents for each task. This ensures systematic task execution and fast iteration in software development workflows.

What is a two-stage review process for code quality and spec compliance?

A two-stage review process verifies implementation against the original specification first, then assesses the code for quality and project conventions. This mechanism ensures high-quality output by separating functional spec compliance from code quality review.

How do I ensure spec compliance when delegating software development tasks to subagents?

To ensure spec compliance when delegating tasks to subagents, dispatch an implementer subagent to execute the task, followed by a dedicated spec reviewer subagent. This verifies the implementation matches the original specification before proceeding.

Can I use subagent-driven development for projects with mostly independent tasks?

Yes, subagent-driven development is ideal for projects where tasks are mostly independent and quality assurance is crucial. It distributes independent tasks to subagents for implementation and subjects them to a two-stage review.

What do I need to set up before executing a plan with subagent-driven development?

You need a structured plan file and a set of subagents configured for task execution and review. The skill uses these prerequisites to create a todo list, dispatch implementer subagents, and trigger the two-stage review process.

When should I not use subagent task delegation for software development workflows?

You should avoid subagent task delegation when tasks have heavy interdependencies or when a structured plan file is unavailable. The approach relies on systematic task delegation and independent execution to ensure high-quality iteration.