subagent-driven-development

Delegate coding tasks to subagents and coordinate review workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of executing complex implementation plans consistently by coordinating focused subagents and structured review loops instead of relying on a single execution pass.

Core Features & Use Cases

  • Task Delegation Workflow: Dispatches fresh subagents for individual implementation tasks with complete context and clear objectives.
  • Two-Stage Review Process: Adds separate specification compliance and code quality reviews to catch missing requirements and engineering issues.
  • Use Case: Apply this Skill when implementing a multi-step software feature where independent tasks, validation checkpoints, and reliable delivery quality are required.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan in docs/plans/feature-plan.md with implementation and review stages.

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 a multi-step software implementation plan reliably?

Executing a multi-step software implementation plan reliably involves delegating individual coding tasks to specialized subagents and coordinating structured review workflows to ensure quality. This approach uses separate validation checkpoints for specification compliance and code quality.

What is subagent-driven development for feature implementation?

Subagent-driven development is a workflow pattern that executes software implementation plans by dispatching fresh subagents for independent coding tasks with complete context, followed by two-stage reviews for specification compliance and code quality.

How do I set up task delegation for independent coding tasks?

Task delegation for independent coding tasks requires providing fresh subagents with complete context and clear objectives from a structured implementation plan, then coordinating two-stage review workflows to validate specification compliance and code quality.

Can I use this workflow for multi-step feature development with review checkpoints?

Yes, this workflow is designed for multi-step software feature development where independent tasks require validation checkpoints. It coordinates focused subagents and structured review loops to deliver reliable implementations.

What's the best way to validate code quality and specification compliance during implementation?

The best way to validate code quality and specification compliance during implementation is applying a two-stage review process with separate checks for missing requirements and engineering issues, ensuring reliable delivery through iterative fixes.

When should I not use subagent delegation for software engineering tasks?

You should avoid subagent delegation for software engineering tasks that cannot be broken into independent implementation steps or lack structured validation checkpoints, as the workflow relies on iterative fixes and two-stage reviews to deliver reliable results.