在任何创造性工作之前必须使用此技能——创建功能、构建组件、添加功能或修改行为。在实现之前先探索用户意图、需求和设计。
dispatching-parallel-agents
dispatching-parallel-agents is an open-source integrations skill for Claude Code and compatible agents, published by jnMetaCode. Its author describes it as: “当面对 2 个以上可以独立进行、无共享状态或顺序依赖的任务时使用”. The project has 7.7k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add jnMetaCode/superpowers-zh`.
What dispatching-parallel-agents does
你将任务委派给具有隔离上下文的专用智能体。通过精心设计它们的指令和上下文,确保它们专注并成功完成任务。它们不应继承你的会话上下文或历史记录——你要精确构造它们所需的一切。这样也能为你自己保留用于协调工作的上下文。
Installation
Add dispatching-parallel-agents to your agent with:
/plugin marketplace add jnMetaCode/superpowers-zh Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for dispatching-parallel-agents is organised into these sections:
- 概述
- 何时使用
- 模式
- 1. 识别独立的问题域
- 2. 创建聚焦的智能体任务
- 3. 并行分派
- 4. 审查与集成
- 智能体提示词结构
- 常见错误
- 不适用的场景
- 实际案例
- 验证
When to use it
Reach for dispatching-parallel-agents when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in jnMetaCode/superpowers-zh, an established project with 7,721 GitHub stars
- Actively maintained (recent commits)
Things to check
- Sparse description in metadata — read the repository for full details
Topics
Frequently asked questions
- What does dispatching-parallel-agents do?
- 当面对 2 个以上可以独立进行、无共享状态或顺序依赖的任务时使用
- How do I install dispatching-parallel-agents?
- Run /plugin marketplace add jnMetaCode/superpowers-zh in your agent, then reload your skills. Review the source at https://github.com/jnMetaCode/superpowers-zh before installing.
- Is dispatching-parallel-agents free to use?
- Yes. dispatching-parallel-agents is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does dispatching-parallel-agents come from?
- dispatching-parallel-agents ships inside jnMetaCode/superpowers-zh, a repository that contains 21 catalogued skills in total. The repository's 7,721 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →中文 review 沟通参考——话术模板、分级标注(必须修复/建议修改/仅供参考)、国内团队常见反模式应对。仅在用户显式 /chinese-code-review 时调用,不要根据上下文自动触发。
中文 commit 与 changelog 配置参考——Conventional Commits 中文适配、commitlint/husky/commitizen 中文模板、conventional-changelog 中文配置。仅在用户显式 /chinese-commit-conventions 时调用,不要根据上下文自动触发。
当你有一份书面实现计划需要在单独的会话中执行,并设有审查检查点时使用
当实现完成、所有测试通过、需要决定如何集成这份工作时使用