subagent-driven-development

Dispatch fresh subagents per task and enforce two-stage spec and code reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes implementation plans by dispatching a fresh subagent per task and enforcing a two-stage review (spec compliance and code quality) to ensure consistent outcomes.

Core Features & Use Cases

  • Fresh per-task subagents to prevent cross-task context leakage and accelerate iteration
  • Two-stage review workflow: spec compliance followed by code quality
  • Structured task orchestration for independent plan items with clear lifecycle and rollback paths

Quick Start

Provide an implementation plan file and let the system dispatch subagents to execute tasks.

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 task delegation to prevent context leakage between implementation steps?

Automate task delegation by dispatching a fresh subagent per task, which isolates execution and prevents cross-task context leakage while accelerating iteration. This structured orchestration ensures independent plan items are executed cleanly.

What is a two-stage code review workflow for plan execution?

A two-stage code review workflow enforces spec compliance first, followed by code quality assessment. This verifies that subagent outputs meet the original implementation plan requirements before evaluating the code structure itself.

How do I execute an implementation plan with independent tasks using parallel processing?

Execute implementation plans with independent tasks by dispatching isolated subagents for each item, enabling parallel reviews and structured task orchestration with clear lifecycle management and rollback paths.

Can I use subagent orchestration for plans with dependent tasks?

Subagent orchestration applies to plans with independent tasks. It dispatches a fresh subagent per task and supports per-task delegation, but is designed for isolated execution rather than tightly coupled dependent workflows.

What's the best way to verify spec compliance before final integration of automated code reviews?

Verify spec compliance by applying a two-stage review workflow during subagent orchestration, checking spec compliance first and code quality second, culminating in a final integration review before merging outputs.