subagent-driven-development

Execute implementation plans by dispatching independent tasks to fresh subagents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans by breaking them down into independent tasks, each handled by a fresh subagent, and incorporating a rigorous two-stage review process to ensure both spec compliance and code quality.

Core Features & Use Cases

  • Automated Task Execution: Dispatches independent subagents for each task in an implementation plan.
  • Two-Stage Review: Implements a mandatory spec compliance review followed by a code quality review for each task.
  • Use Case: When you have a detailed feature plan, this Skill can autonomously create models, write API endpoints, and implement logic, ensuring each piece meets requirements and coding standards before moving to the next.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan found 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 automate implementation plan execution with independent subagents?

Automated implementation plan execution is achieved by dispatching independent tasks to fresh subagents, which sequentially handle code creation and logic implementation. Each task undergoes a mandatory two-stage review for spec compliance and code quality.

What is the best way to enforce spec compliance and code quality during automated development?

Enforcing spec compliance and code quality during automated development requires a two-stage review process. First, a subagent verifies spec compliance, then a subsequent review checks code quality before iteration continues.

How do I execute a feature plan that involves creating models and writing API endpoints autonomously?

Executing a feature plan autonomously involves breaking it down into independent tasks dispatched to fresh subagents. These subagents systematically create models, write API endpoints, and implement logic while undergoing mandatory reviews.

Can I use subagent-driven development for systematic task delegation in software engineering?

Subagent-driven development supports systematic task delegation in software engineering by dispatching independent tasks to fresh subagents. It ensures high-quality, fast iteration through a rigorous two-stage review process for each task.

When do I need a two-stage review process for code implementation?

A two-stage review process for code implementation is needed when executing detailed feature plans that require strict quality assurance. It ensures each independent task meets both spec compliance and code quality standards before proceeding.