dispatching-parallel-agents

Installation
SKILL.md

派发并行智能体

概述

当你有多个不相关故障(不同测试文件、不同子系统、不同 bug)时,顺序调查会浪费时间。每个调查相互独立,可以并行进行。

核心原则: 为每个独立问题域派发一个智能体。让它们并发工作。

开始时宣布:「我正在使用 dispatching-parallel-agents 技能派发并行智能体处理独立问题域。」

何时使用

digraph when_to_use {
    "Multiple failures?" [shape=diamond];
    "Are they independent?" [shape=diamond];
    "Single agent investigates all" [shape=box];
    "One agent per problem domain" [shape=box];
    "Can they work in parallel?" [shape=diamond];
Related skills

More from zixun-github/aisdlc

Installs
104
GitHub Stars
8
First Seen
Feb 25, 2026