subagent-driven-development

Orchestrate code implementation across subagents with a two-stage review process.

7|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/kzinmr/ai-topics --skill subagent-driven-development-kzinmr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/kzinmr/ai-topics/tree/main/config/hermes/skills/_overrides/subagent-driven-development
Command: npx skills add https://github.com/kzinmr/ai-topics --skill subagent-driven-development-kzinmr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenges of implementing and reviewing complex plans across multiple tasks, providing a systematic approach to code execution and quality assurance through subagents.

Core Features & Use Cases

  • Systematic Task Execution: Distributes tasks across subagents, each working on a separate piece of the implementation plan.
  • Two-Stage Review Process: Ensures tasks meet specification and quality standards before proceeding.
  • Task Granularity: Encourages breaking down tasks to a manageable size, ensuring focused work.
  • Red Flag Management: Lists common pitfalls to avoid in the implementation process.
  • Efficiency Tips: Offers guidelines for context management and integration with other skills.
  • Use Case: Perfect for managing large-scale software implementations, where multiple subagents work on distinct tasks while adhering to a predefined plan.

Quick Start

Deploy the subagent-driven-development skill to manage and review your implementation plan by executing the 'run-plan' command followed by the path to your plan file.

Frequently Asked Questions about subagent-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage code implementation across multiple subagents?▼

This Skill orchestrates code implementation across multiple subagents by distributing manageable tasks and applying a two-stage review process to ensure spec compliance and maintain high code quality.

What is the best way to review an implementation plan with subagents?▼

The best way to review an implementation plan with subagents is to use a two-stage review process that checks spec compliance and quality standards, ensuring issues are caught early during task execution.

How do I execute an implementation plan using subagent-driven development?▼

To execute an implementation plan, run the 'run-plan' command followed by the path to your plan file, which systematically distributes manageable tasks across subagents for focused code execution.

Can I use workflow orchestration for large-scale software implementations?▼

Yes, workflow orchestration is designed for large-scale software implementations where multiple subagents work concurrently on distinct tasks while adhering to a predefined implementation plan.

How do I break down tasks for subagent execution?▼

Break down tasks for subagent execution by ensuring task granularity is manageable, allowing each subagent to focus on a specific piece of the implementation plan while avoiding common red flags.

What are common pitfalls in subagent task management?▼

Common pitfalls in subagent task management include poor task granularity and context mismanagement, which can be mitigated by reviewing provided red flag lists and applying context efficiency tips.