subagent-driven-development

Dispatch each task to a fresh sub-agent and review specification compliance then code quality.

78|6|Updated May 19, 2026
One-click install
npx skills add https://github.com/liu5540/reasonix-skill-powers --skill subagent-driven-development-liu5540
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/liu5540/reasonix-skill-powers/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/liu5540/reasonix-skill-powers --skill subagent-driven-development-liu5540

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过为每个任务分派一个全新的子代理来执行计划,每个任务完成后进行两阶段审查:先审查规格合规性,再审查代码质量。

Core Features & Use Cases

  • 每个任务一个独立子代理,避免上下文污染,提高专注度与可追溯性。
  • 两阶段审查:先进行规格合规性审查,若通过再进行代码质量审查,确保实现符合预期。
  • 支持在同一会话中快速迭代,且各子代理之间互相独立,避免冲突与干扰。

Quick Start

将计划文本提供给主代理,按步骤分派实现与审查子代理,直到任务全部完成并完成分支收尾。

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 dispatch to sub-agents within a single session?

To automate task dispatch to sub-agents, you provide a plan text to the main agent, which systematically distributes each self-contained task to a fresh sub-agent for isolated execution within a single session. This approach enables rapid iteration and prevents context pollution.

What is the two-stage review process for sub-agent code generation?

The two-stage review process for sub-agent code generation first evaluates specification compliance to ensure the implementation meets requirements, and then, if passed, conducts a code quality review to enforce end-to-end quality standards after each task is completed.

How do I prevent context contamination when delegating multiple development tasks?

You prevent context contamination when delegating multiple development tasks by assigning each task to a dedicated, fresh sub-agent. This task-level dispatch ensures sub-agents remain independent, avoiding conflicts and maintaining high focus and traceability.

Can I execute iterative development plans with isolated sub-agents in one session?

Yes, you can execute iterative development plans with isolated sub-agents in one session by applying this workflow. It supports rapid iteration by dispatching tasks to independent sub-agents, followed by two-stage reviews and branch finalization steps.

When should I use a sub-agent driven workflow for task automation?

You should use a sub-agent driven workflow for task automation when your tasks are self-contained and require in-session execution. It is ideal for plans needing rapid iteration, strict specification compliance, and code quality enforcement without context interference.

How do I finalize tasks after sub-agent execution and review?

To finalize tasks after sub-agent execution and review, the main agent enforces a finishing step using dedicated sub-agents. This finalization ensures end-to-end quality is maintained after all two-stage reviews and iterative executions are complete.