一键导入
dispatch-parallel-agents
Dispatch independent tasks to parallel subagents when 2+ problems can be solved without shared state or sequential dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatch independent tasks to parallel subagents when 2+ problems can be solved without shared state or sequential dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute a significant implementation unit (phase or major slice) using a gated subagent loop (blueprint -> gate -> execute -> digest) without creating new persistent artifacts.
End-to-end skill for SEO-optimized product descriptions: inventory analysis, generation, quality assurance, catalog update, and deployment. Use whenever the user wants to analyze, write, check, update, or deploy product descriptions — whether for a single product, a category, or an entire catalog. Triggers on: 'product description', 'Produktbeschreibung', 'SEO text', 'catalog text', 'update descriptions', 'which descriptions are missing', 'thin content', 'QA check', 'description quality', or when the user names a product category and wants texts for it. Also triggers on 'deploy' or 'commit' in the context of product descriptions.
Investigate bugs, test failures, and unexpected behavior through root-cause analysis before proposing fixes. Use when encountering any technical issue.
Intercepts GitHub URL fetches and redirects to the authenticated `gh` CLI. Use when Claude tries to access GitHub via WebFetch or curl/wget, when you see 404 errors on private repos, when hitting GitHub API rate limits, or when GitHub API responses are incomplete. Provides hooks that automatically suggest the correct `gh` CLI command for any GitHub URL access pattern.
| name | dispatch-parallel-agents |
| description | Dispatch independent tasks to parallel subagents when 2+ problems can be solved without shared state or sequential dependencies. |
| license | MIT |
| compatibility | {"opencode":">=0.1"} |
| metadata | {"category":"execution","phase":"implementation"} |
This skill parallelizes independent work across multiple subagents. Each agent gets a focused scope, isolated context, and a clear deliverable.
Use when:
Do not use when:
Primary (coordinator)
Subagents (workers)
Group tasks by what they affect. Each domain must be independent -- fixing one must not affect the others.
Example:
These are independent because they touch different files and different logic.
Each agent prompt must be:
Launch all agents in a single message with multiple Agent tool calls. This ensures true parallel execution.
When agents return: