← 返回 Skills 市场
221
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install superpowers-dispatching-parallel-agents
功能描述
Dispatch independent tasks to focused agents working concurrently on isolated problems without shared state or sequential dependencies for faster resolution.
安全使用建议
This skill is an instruction-only pattern for coordinating parallel developer agents and is internally consistent. Before using it: limit the agent's repository scope and avoid giving it unrelated secrets; on first runs, require human review of proposed changes (the SKILL.md already recommends reviewing summaries and running the full test suite); apply it only to truly independent problems (shared-state bugs should be handled sequentially); and consider running agent edits in a branch or sandbox so you can review/CI-test changes before merging.
功能分析
Type: OpenClaw Skill
Name: superpowers-dispatching-parallel-agents
Version: 1.0.0
The skill bundle provides architectural guidance and prompt templates for an AI agent to delegate independent tasks to sub-agents in parallel. It contains no executable code or suspicious instructions, focusing entirely on improving task efficiency and isolation through a 'dispatching' pattern described in SKILL.md.
能力评估
Purpose & Capability
Name and description match the SKILL.md content: the document describes how to spawn focused subagents to tackle independent test/code problems in parallel. There are no declarations (env, binaries, or installs) that are out of line with a coordination/prompting pattern.
Instruction Scope
Instructions tell agents to read specific test files, identify root causes, and make focused fixes — this is appropriate for a developer troubleshooting pattern. Note: the skill explicitly instructs agents to read and change project files (tests/production code) when tasked, so users should be aware agents following this may modify repository contents; the SKILL.md includes constraints (e.g., 'Do NOT change production code') which help limit scope.
Install Mechanism
No install spec and no code files — lowest-risk model: nothing is written to disk or fetched at install time.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for secrets or unrelated service tokens.
Persistence & Privilege
always:false and default agent invocation are used. This is standard for skills; it does not request elevated or persistent platform privileges and does not modify other skills or global configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install superpowers-dispatching-parallel-agents - 安装完成后,直接呼叫该 Skill 的名称或使用
/superpowers-dispatching-parallel-agents触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
superpowers-dispatching-parallel-agents 1.0.0
- Initial release.
- Provides a pattern for delegating independent, unrelated tasks to specialized agents running in parallel.
- Includes step-by-step guidance on identifying independent domains, creating focused agent tasks, dispatching agents, and integrating results.
- Offers recommended agent prompt structures and highlights common mistakes.
- Documents the benefits of parallel dispatch, with a real-world usage example and post-dispatch verification steps.
元数据
常见问题
Superpowers Dispatching Parallel Agents 是什么?
Dispatch independent tasks to focused agents working concurrently on isolated problems without shared state or sequential dependencies for faster resolution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 Superpowers Dispatching Parallel Agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install superpowers-dispatching-parallel-agents」即可一键安装,无需额外配置。
Superpowers Dispatching Parallel Agents 是免费的吗?
是的,Superpowers Dispatching Parallel Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Superpowers Dispatching Parallel Agents 支持哪些平台?
Superpowers Dispatching Parallel Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Superpowers Dispatching Parallel Agents?
由 demo112(@demo112)开发并维护,当前版本 v1.0.0。
推荐 Skills