subagent-driven-development

Execute implementation plans by orchestrating subagents through a two-stage review workflow.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/zeronx798/demo-hermes-agent --skill subagent-driven-development-zeronx798
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/zeronx798/demo-hermes-agent/tree/main/optional-skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/zeronx798/demo-hermes-agent --skill subagent-driven-development-zeronx798

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of context pollution and quality degradation in complex software projects by delegating tasks to specialized, fresh subagents that operate within a strict two-stage review process.

Core Features & Use Cases

  • Isolated Execution: Dispatches a fresh subagent for every individual task to ensure a clean context and prevent state accumulation.
  • Two-Stage Review: Enforces a mandatory spec compliance review followed by a code quality review for every task.
  • Use Case: When building a new feature, use this skill to break down an implementation plan into small, manageable tasks that are automatically implemented, tested, and reviewed by subagents.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at docs/plans/feature-plan.md by following the defined two-stage review process.

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 complex software implementation plans without context pollution?

You can execute complex implementation plans by dispatching fresh, isolated subagents for each task, ensuring a clean context and preventing state accumulation throughout the development workflow.

What is the two-stage review process for subagent-driven development?

The two-stage review process enforces a mandatory spec compliance review followed by a code quality review for every task, ensuring systematic verification and strict TDD compliance.

How do I delegate parallel implementation tasks to subagents?

You can delegate parallel implementation tasks by breaking down an implementation plan into small, manageable tasks that are automatically implemented, tested, and reviewed by specialized subagents.

Can I use subagent delegation for TDD compliance and quality verification?

Yes, subagent delegation is designed for complex development tasks requiring high code quality and TDD compliance, managing todo lists and performing iterative reviews to ensure spec adherence.

Does subagent-driven development work for complex features requiring systematic verification?

Yes, it applies to complex development tasks requiring high code quality and systematic verification, orchestrating specialized subagents through a structured workflow to prevent quality degradation.

When should I avoid using subagents for implementation workflows?

You should avoid using subagents for simple implementation tasks that do not require strict two-stage review workflows, high code quality enforcement, or systematic TDD compliance verification.