跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Dispatching Parallel Agents

技能 已验证 活跃

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

目的

To significantly speed up debugging and development workflows by allowing multiple independent tasks to be investigated and resolved in parallel by dedicated agents.

功能

  • Parallel dispatch of agents for independent tasks
  • Clear identification of independent problem domains
  • Focused agent tasks with specific scope and goals
  • Verification step for integrating parallel fixes
  • Guidance on effective agent prompt structuring

使用场景

  • When multiple test files fail with different root causes.
  • When multiple subsystems are broken independently.
  • When each problem can be understood and fixed without context from others.
  • When agents would not interfere with each other due to lack of shared state.

非目标

  • Use when failures are related and fixing one might fix others.
  • Use when understanding the full system state is required.
  • Use when agents would interfere with each other by sharing state.
  • Use for exploratory debugging where the problem is not yet identified.

工作流

  1. Identify Independent Domains
  2. Create Focused Agent Tasks
  3. Dispatch in Parallel
  4. Review and Integrate

Trust

  • info:Issues Attention17 issues opened and 4 closed in the last 90 days, indicating a closure rate below 50% and moderate attention.

安装

npx skills add davila7/claude-code-templates

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
97 /100
2 days ago 分析

信任信号

最近提交2 days ago
星标27.2k
许可证MIT
状态
查看源代码