subagent-driven-development

Coordinate software implementation tasks through delegated subagents and structured review workflows.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill subagent-driven-development-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/guccang/blogclaw/tree/main/cmd/hermes-agent/vendor/hermes_runtime/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/guccang/blogclaw --skill subagent-driven-development-guccang

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 delegated subagents, structured reviews, and validation loops instead of relying on a single execution path.

Core Features & Use Cases

  • Task Delegation Workflow: Breaks implementation plans into focused tasks and assigns fresh subagents with complete context for each unit of work.
  • Two-Stage Review Process: Adds specification compliance checks followed by code quality reviews to catch missing requirements and implementation issues.
  • Use Case: Apply this Skill when building software features that require parallelized work, disciplined reviews, test validation, and final integration checks before completion.

Quick Start

Ask the skill to execute the implementation plan for a feature by delegating each task to a subagent and running the required 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 coordinate multi-agent code delivery for complex feature implementation?

Multi-agent code delivery coordinates software implementation by delegating focused tasks to fresh subagents with complete context. It uses structured two-stage reviews for specification compliance and code quality, ensuring reliable engineering work through controlled iteration loops.

What is the best way to break down software implementation plans for parallelized work?

Breaking down implementation plans requires task decomposition into focused units assigned to delegated subagents. This approach enables parallelized work by providing each subagent with complete context, followed by specification checks and test validation to complete reliable engineering work.

How does a two-stage review process work for code validation and integration?

A two-stage review process applies specification compliance checks first to catch missing requirements, followed by code quality reviews to identify implementation issues. This structured workflow ensures test validation and final integration checks pass before completing feature development.

When do I need structured review workflows for feature development?

Structured review workflows are needed when building software features that require parallelized work, disciplined reviews, test validation, and final integration checks. They solve the challenge of executing complex implementation plans consistently without relying on a single execution path.

Does subagent delegation support test validation and final integration checks?

Subagent delegation supports test validation and final integration checks by assigning fresh subagents to focused tasks with complete context. The structured workflow applies specification checks and quality reviews through controlled iteration loops to complete reliable engineering work.