subagent-driven-development

Dispatch specialized subagents for task execution and two-stage quality reviews.

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

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 specific tasks to fresh, focused subagents with a rigorous two-stage review process.

Core Features & Use Cases

  • Task Delegation: Automatically dispatches specialized subagents for implementation, spec compliance, and code quality reviews.
  • Systematic Review: Enforces a mandatory two-stage review (spec compliance followed by code quality) to ensure high-quality, bug-free code.
  • Use Case: When building a new feature, use this skill to break down the implementation plan into small, manageable tasks, ensuring each piece of code is tested, reviewed, and verified before moving to the next.

Quick Start

Execute the subagent-driven-development skill to implement the tasks defined in the current project plan file.

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 and maintain spec compliance in complex software projects?

Automated code review in complex software projects is handled by dispatching specialized subagents to execute a mandatory two-stage process, verifying spec compliance before assessing code quality. This delegation prevents context pollution and ensures high consistency.

What is the best way to enforce test-driven development workflows using subagents?

Test-driven development workflows using subagents are enforced by breaking down implementation plans into isolated tasks. Fresh subagents execute these tasks while the system mandates automated testing and spec compliance verification before moving to the next stage.

How do I delegate implementation tasks to subagents without degrading code quality?

Delegating implementation tasks to subagents without degrading code quality is achieved by using fresh, focused agents for isolated task execution. A systematic two-stage review verifies spec compliance and code quality, ensuring bug-free outputs.

Does subagent-driven development work for managing isolated task execution in large coding plans?

Subagent-driven development works for managing isolated task execution in large coding plans by orchestrating specialized subagents. It breaks down complex projects into manageable tasks, ensuring automated testing and rigorous adherence to implementation plans.

Why does context pollution occur in complex coding projects and how can subagent delegation prevent it?

Context pollution occurs when a single agent handles too many tasks, degrading quality. Subagent delegation prevents this by dispatching fresh, focused subagents for specific implementation and review tasks, maintaining high consistency throughout the workflow.

When should I not use autonomous subagents for software implementation?

You should not use autonomous subagents for software implementation when a project lacks a defined implementation plan file or does not require rigorous multi-stage quality reviews, automated testing, and strict spec compliance verification.