一键导入
parallel-launch
Use when the request has multiple independent sub-tasks, cross-domain research, or parallelizable file or module work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the request has multiple independent sub-tasks, cross-domain research, or parallelizable file or module work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Demolish bloated code and re-derive it clean, cutting every surface the rebuilt contract does not name. Use for a repo-wide bloat sweep, when patching a subsystem has stopped paying, or when the user says "this whole module is bloated", "rewrite this properly", or "break it and rebuild".
Use when the user says "deslop", "remove debug code", "find placeholders or stub code", or "remove dead code".
Dispatch compress operations. Use when the user says "tidy" or names a file, diff, memory, workspace, git stack, or doc to tidy.
Reduce internal duplication, dead code, and ceremony. Use when you spot dead fields, redundant wrappers, or speculative abstractions in code you are already editing.
Use when modernizing APIs, removing compat shims, killing feature flags, or rewriting a subsystem cleanly.
Use when the user says "simplify this diff", or asks for a compression pass over a change-set.
| name | parallel-launch |
| description | Use when the request has multiple independent sub-tasks, cross-domain research, or parallelizable file or module work. |
Decompose the given task into independent agent groups and execute them in broad parallel.
Analyze the task and identify independent concerns that can run concurrently.
Design agent groups for each independent concern:
Launch all independent agents in a single tool call.
Compose results once all agents complete:
Review composed output by dispatching a review agent to verify:
Report to user only after review passes.