subagent-driven-development

Delegate software tasks to fresh subagents with two-stage review.

Updated May 12, 2026
One-click install
npx skills add https://github.com/hungthinh04/Hermes_AI_Agent --skill subagent-driven-development-hungthinh04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/hungthinh04/Hermes_AI_Agent/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/hungthinh04/Hermes_AI_Agent --skill subagent-driven-development-hungthinh04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you execute implementation plans reliably by splitting work into small tasks, delegating each task to a fresh subagent, and reviewing the result before moving on.

Core Features & Use Cases

  • Fresh subagent per task: Keeps context clean and reduces confusion across independent coding tasks.
  • Two-stage review: Checks spec compliance first, then code quality, so issues are caught early.
  • Plan execution workflow: Supports step-by-step implementation, TDD-oriented work, and final integration review for larger features.
  • Use case: A developer with a feature plan can use this Skill to assign each task, verify it matches the original requirements, and confirm the code is robust before continuing.

Quick Start

Use the subagent-driven-development skill to execute your implementation plan by delegating each task to a fresh subagent and reviewing it for spec compliance and code quality.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I execute implementation plans reliably without losing context across coding tasks?

Subagent-driven development executes implementation plans by delegating each coding task to a fresh subagent, keeping context clean and reducing confusion across independent tasks.

What is the two-stage review process for delegated code tasks?

The two-stage review checks spec compliance first to verify requirements are met, then evaluates code quality, ensuring issues are caught early before moving to the next task.

Can I use subagent delegation for iterative bug fixes and refactoring?

Yes, subagent delegation supports software engineering workflows including iterative bug fixes, refactors, and TDD-oriented work by passing explicit task context to each fresh subagent.

How do I delegate TDD workflow tasks to subagents for step-by-step implementation?

You provide the implementation plan, and the skill delegates each task to a fresh subagent with explicit context, then validates the result through spec compliance and code quality reviews.

Does subagent-driven development require dependencies to run code review workflows?

No dependencies are required. The skill operates independently to break features into independent tasks and applies structured two-stage validation loops for spec compliance and code quality.