subagent-driven-development

Execute implementation plans by deploying subagents for task implementation and two-stage review.

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

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 deploying subagents for task implementation, followed by a two-stage review process, ensuring high-quality, fast iteration.

Core Features & Use Cases

  • Automated Task Execution: Deploy fresh subagents for each task in the plan, ensuring no context pollution.
  • Two-Stage Review: Implementer subagents followed by spec and quality reviewers to ensure compliance and code quality.
  • Use Case: Ideal for implementing software features where each task is independent and quality is critical.

Quick Start

Use the subagent-driven-development skill to execute the 'feature-plan.md' implementation plan.

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 for independent software tasks?

You can automate implementation plan execution by deploying fresh subagents for each individual task, ensuring no context pollution. This approach executes tasks independently and deploys a two-stage review to maintain software quality.

What is two-stage code review in automated task execution?

Two-stage code review in automated task execution involves deployer subagents implementing tasks, followed by spec and quality reviewers. This mechanism ensures both specification compliance and high code quality during software development workflows.

How do I prevent context pollution when executing multiple software development tasks?

To prevent context pollution during software development, deploy fresh subagents for each task in the implementation plan. This ensures each task executes independently without carrying over context from previous executions.

When should I use subagents for software feature implementation?

You should use subagents for software feature implementation when tasks are independent and quality is critical. This approach supports automated task execution and systematic review to ensure high-quality, fast iteration.

Does automated task execution support quality assurance workflows?

Automated task execution supports quality assurance workflows through a two-stage review process. Spec and quality reviewers systematically check the implementer subagents' output to ensure compliance and code quality.

What are the limitations of using subagents for implementation plan execution?

The limitation of subagent-driven implementation plan execution is that it is ideal only for plans where each task is independent. Tasks requiring shared context or heavy interdependencies may not suit this automated execution approach.