subagent-driven-development

Delegate each task to a fresh subagent and apply two-stage reviews.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/cruldra/skills --skill subagent-driven-development-cruldra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/cruldra/skills/tree/main/archived/subagent-driven-development
Command: npx skills add https://github.com/cruldra/skills --skill subagent-driven-development-cruldra

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 prevent context pollution when automating independent coding tasks?

Subagent orchestration prevents context pollution by assigning each task to a fresh subagent for independent execution, ensuring isolated task contexts and structured prompts throughout the workflow.

What is the best way to enforce code review and quality assurance in an automated workflow?

The best way to enforce quality assurance in an automated workflow is applying a two-stage review after every task to validate both specification consistency and code quality before completion.

How do I set up a workflow for isolated subagent task delegation?

Set up isolated subagent task delegation by assigning new subagents to execute tasks independently, then applying a two-stage review to validate specifications and code quality with auditable completion reporting.

Does subagent-driven development work for rapid iteration with independent tasks?

Subagent-driven development works for rapid iteration with independent tasks by providing a clear delegation, self-review, and submission loop that ensures isolated execution and structured quality validation.

When should I not use fresh subagents for task orchestration?

You should not use fresh subagents for task orchestration when tasks are highly interdependent and require shared context, as this approach relies on isolated task contexts and independent execution to function correctly.