subagent-driven-development

Execute implementation plans with subagents and two-stage reviews.

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

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 using subagents, facilitating a systematic, high-quality development workflow with two-stage reviews.

Core Features & Use Cases

  • Subagent Execution: Dispatches subagents for each task with a two-stage review (spec compliance then quality check).
  • Task Granularity: Supports tasks as small as 2-5 minutes, preventing scope creep and enabling quick iteration.
  • Code Review and Integration: Provides two-stage review processes and integration with other skills for code quality and compliance.

Quick Start

Run the subagent-driven-development skill with a specified implementation plan.

Run the skill to execute the implementation plan for the given feature.

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 my development workflow with subagent-driven task execution?

Automating a development workflow with subagent-driven task execution involves dispatching subagents for each task using a two-stage review system. This ensures spec compliance and code quality by breaking down implementation plans into granular tasks.

What is the two-stage review process for code quality in a subagent development workflow?

The two-stage review process for code quality first checks spec compliance, then performs a quality check. This systematic approach delegates tasks to subagents, ensuring implementation plans are executed with high quality and strict adherence to specifications.

How do I manage task granularity to prevent scope creep in automated development workflows?

Managing task granularity to prevent scope creep involves breaking implementation plans into small, 2-5 minute tasks. This enables quick iteration and allows subagents to systematically execute and review each specific task without expanding the scope.

Does subagent-driven development work with TDD and code review skills?

Subagent-driven development does work with TDD and code review skills. It provides integration points for these processes, utilizing Python libraries to enhance code compliance and quality checks within the systematic execution workflow.

Can I use subagents to execute implementation plans for very small tasks?

You can use subagents to execute implementation plans for very small tasks, specifically supporting tasks as small as 2-5 minutes. This granularity prevents scope creep and enables quick iteration during the development workflow.

What are the limitations of using subagents for development workflow management?

A limitation of using subagents for development workflow management is the strict requirement for a predefined implementation plan. Without this initial plan, the two-stage review system cannot systematically dispatch tasks or ensure spec compliance.