subagent-driven-development

Orchestrate complex development plans by dispatching specialized subagents for implementation and two-stage review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the issue of context pollution and quality degradation in long-running agent tasks by delegating specific sub-tasks to fresh, focused subagents with a rigorous two-stage review process.

Core Features & Use Cases

  • Systematic Delegation: Breaks down large implementation plans into granular, manageable tasks.
  • Two-Stage Review: Ensures every task passes both a spec compliance check and a code quality review before moving forward.
  • Use Case: Use this when you have a complex feature implementation plan and want to ensure high-quality, test-driven code without the orchestrator losing track of the overall state.

Quick Start

Load the subagent-driven-development skill and execute the implementation plan located at docs/plans/feature-plan.md.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I manage context pollution when executing complex feature implementation plans?

Context pollution in complex implementation plans is managed by delegating granular sub-tasks to fresh, focused subagents, preventing the orchestrator from losing track of the overall state while maintaining code quality.

What is the best way to enforce strict spec compliance during multi-step coding workflows?

Strict spec compliance in multi-step coding workflows is enforced through a two-stage review process, ensuring every delegated task passes both a specification compliance check and a code quality review before moving forward.

How do I execute test-driven development across parallel subagents?

Test-driven development across parallel subagents is executed by dispatching specialized subagents for implementation and multi-stage review, applying automated test-driven development with iterative validation gates to ensure project consistency.

Does subagent-driven development require a pre-existing feature plan?

Yes, subagent-driven development requires a pre-existing implementation plan, such as a feature plan document, to break down large tasks into granular, manageable pieces for systematic delegation and execution.

Why does code quality degrade in long-running agent tasks?

Code quality degrades in long-running agent tasks due to context pollution, which is solved by delegating specific sub-tasks to fresh subagents with a rigorous two-stage review process to maintain high standards.