From ai-agents
将多个独立问题域分配给并行子代理同时处理。每个独立问题域一个代理。触发短语:"并行"、"parallel"、"同时处理"。
npx claudepluginhub stringke/ai-agents --plugin ai-agentsThis skill is limited to using the following tools:
当面对多个相互独立的任务时,为每个任务派遣一个独立的子代理并行执行。
Dispatches 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. Guides listing tasks, crafting self-contained prompts, merging results, verifying changes, and requesting code review.
Executes parallel subagents with Task tool and run_in_background for independent tasks like multi-file changes, dynamic spawning, or concurrent operations.
Share bugs, ideas, or general feedback.
当面对多个相互独立的任务时,为每个任务派遣一个独立的子代理并行执行。
分析所有待处理的任务,将它们划分为独立的问题域。独立性判断标准:
为每个子代理准备独立的上下文包:
使用 Agent 工具同时派遣多个子代理。每个子代理的 prompt 包含:
关键:在单个回复中发起所有 Agent 调用,确保真正的并行执行。
所有子代理完成后: