Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:

thread-orchestration

// 大任务的主动拆解与多 thread 并行编排。 Use when: 任务涉及 2+ 个独立可交付子任务,需要不同猫参与、不同 thread 并行推进。 Not for: 单一任务(直接做)、已有 thread 之间的被动协调(用 cross-thread-sync)、单 session 内 subagent 并行(CLI 内置能力)。 Output: 子 thread 创建 + 选猫 + 各 thread 交付 + 主 thread 汇聚报告。

$ git log --oneline --stat
stars:865
forks:314
updated:2026年5月28日 06:25
SKILL.md
readonly