subagent-driven-development

Execute implementation plans by orchestrating subagents through two-stage reviews.

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

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 with a rigorous two-stage review process.

Core Features & Use Cases

  • Task Delegation: Automatically dispatches subagents to implement specific tasks from a predefined plan.
  • 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 the implementation into small, manageable tasks, ensuring each one is tested, reviewed for spec compliance, and verified for code quality before moving to the next.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at docs/plans/feature-plan.md by dispatching subagents for each task.

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 complex coding tasks without degrading code quality?

To automate complex coding tasks without degrading quality, delegate implementation steps to specialized subagents that execute predefined plans with mandatory spec compliance and code quality reviews.

What is subagent-driven development for test-driven workflows?

Subagent-driven development is a workflow method that dispatches fresh, specialized subagents to implement tasks, enforcing test-driven development and a two-stage review process to prevent context pollution.

How do I execute a software implementation plan using task delegation?

Execute a software implementation plan by dispatching subagents for each specific task, requiring terminal and file system access to manage automated testing, reviews, and version control commits.

Does subagent-driven development require terminal and file system access?

Yes, subagent-driven development requires terminal and file system access to manage task delegation, run automated testing, and handle version control commits during the implementation process.

When should I use a two-stage review process for software implementation?

Use a two-stage review process for software implementation when building complex features requiring high spec compliance, ensuring every task passes both spec compliance and code quality checks before proceeding.