subagent-driven-development

Delegate coding tasks to subagents with spec compliance and code quality reviews.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Rheasilvia/hermes-desktop --skill subagent-driven-development-rheasilvia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Rheasilvia/hermes-desktop/tree/main/optional-skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/Rheasilvia/hermes-desktop --skill subagent-driven-development-rheasilvia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the issue of context degradation and task confusion in long-running AI workflows by enforcing a strict, modular, and review-heavy execution process for complex development plans.

Core Features & Use Cases

  • Modular Delegation: Dispatches fresh, focused subagents for individual tasks to prevent context pollution.
  • Two-Stage Review: Implements mandatory spec compliance and code quality gates for every task.
  • Use Case: Use this when you have a multi-step feature implementation plan and need to ensure that every sub-task is independently verified for both functional requirements and code quality before final integration.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located in 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 prevent context degradation in multi-step AI coding workflows?▼

Prevent context degradation in multi-step AI coding workflows by dispatching fresh, focused subagents for individual tasks. This modular delegation enforces strict isolation, preventing context pollution and task confusion during long-running development plans.

How do I enforce code review and spec compliance for delegated coding tasks?▼

Enforce code review and spec compliance for delegated coding tasks using a mandatory two-stage validation protocol. Every subagent task must pass through both a functional spec compliance gate and a code quality review gate before final integration.

What is the best way to execute complex software implementation plans systematically?▼

The best way to execute complex software implementation plans systematically is orchestrating multi-step delegation to specialized subagents. This requires a structured todo list and applies strict two-stage validation to verify each task independently.

Do I need a structured todo list to use subagent-driven development?▼

Yes, you need a structured todo list to use subagent-driven development. The orchestration process requires a structured todo list to systematically delegate individual tasks and apply the mandatory two-stage validation protocol for each step.

When should I not use subagent delegation for feature implementation?▼

You should not use subagent delegation for feature implementation when your project lacks a structured multi-step plan or does not require systematic verification through spec compliance and code quality review gates for individual tasks.