subagent-driven-development

Execute multi-step development plans by delegating tasks to specialized subagents.

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

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 during complex, multi-step development tasks by enforcing a strict, subagent-based execution workflow.

Core Features & Use Cases

  • Systematic Delegation: Dispatches specialized subagents for implementation, spec compliance, and code quality review.
  • Two-Stage Review: Ensures every task passes both a specification check and a code quality audit before moving forward.
  • Use Case: When building a new feature, use this skill to break the implementation into small, manageable tasks, ensuring each one is independently verified and tested before final integration.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan defined in docs/plans/feature-plan.md by following the 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 multi-step development plans without context pollution?

To execute multi-step development plans without context pollution, delegate individual tasks to specialized subagents. This enforces a strict workflow where implementation, spec compliance, and code quality review run in isolated subagent contexts.

How do I automate spec compliance verification and code quality reviews?

Automate spec compliance verification and code quality reviews using a two-stage subagent process. Dispatch isolated subagents to independently check specification adherence and audit code quality before final integration proceeds.

What is the best way to break down complex feature implementation into manageable tasks?

Breaking down complex feature implementation requires systematic delegation. Dispatch specialized subagents for each small task, ensuring every step is independently verified and tested through a two-stage review process before final integration.

Does subagent-driven development work for automated TDD and refactoring workflows?

Yes, subagent-driven development works for automated TDD and refactoring workflows. It dispatches specialized subagents to execute implementation tasks, satisfying strict requirements for automated TDD and systematic code quality review.

Why does code quality degrade during complex multi-step development tasks?

Code quality degrades during complex multi-step development tasks due to context pollution. Enforcing a strict, subagent-based execution workflow isolates implementation and review tasks, preventing quality degradation.

Can I use this subagent delegation workflow for bug fixing?

Yes, you can use this subagent delegation workflow for bug fixing. It applies to complex bug fixing workflows by delegating isolated tasks to specialized subagents, ensuring strict adherence to specifications and automated TDD.