From ai-agents
将多个独立问题域分配给并行子代理同时处理。每个独立问题域一个代理。触发短语:"并行"、"parallel"、"同时处理"。
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-agents:dispatching-parallel-agentsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
当面对多个相互独立的任务时,为每个任务派遣一个独立的子代理并行执行。
当面对多个相互独立的任务时,为每个任务派遣一个独立的子代理并行执行。
分析所有待处理的任务,将它们划分为独立的问题域。独立性判断标准:
为每个子代理准备独立的上下文包:
使用 Agent 工具同时派遣多个子代理。每个子代理的 prompt 包含:
关键:在单个回复中发起所有 Agent 调用,确保真正的并行执行。
所有子代理完成后:
npx claudepluginhub stringke/ai-agents --plugin ai-agentsDispatches parallel subagents for 2+ independent tasks without file or state conflicts or dependencies. Triggers on 'run these in parallel', plans with separate domains, includes prompt templates and verification.
Dispatches parallel subagents for 2+ independent tasks with no shared state. Use when tasks are well-defined and have no sequential dependency.
Dispatches parallel agents or subagents for 2+ independent tasks without shared state, like multiple test failures or broken subsystems. Chooses team/subagent mode via env vars.