ワンクリックで
team-parallel-implement
M/L 任务中,针对 >=3 个互不依赖的模块并行 spawn 可写子智能体。主智能体先定义接口契约与文件分配表,再做集成审查与验证。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
M/L 任务中,针对 >=3 个互不依赖的模块并行 spawn 可写子智能体。主智能体先定义接口契约与文件分配表,再做集成审查与验证。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use when this project needs Docs initialization, Docs structure maintenance, or Obsidian-friendly documentation without leaving the project's Docs system.
Use when an M or L level task in this project needs design clarification, option comparison, or user-approved solution shaping before planning or execution.
Use when a bug, test failure, compile failure, or unexpected behavior in this project needs root-cause analysis before any fix is attempted.
Use when a task in this project needs a clearer proposal or implementation plan while keeping all documents inside the project's Docs system.
Use when this project needs code review handling or structured feedback processing without turning every small task into a heavy mandatory gate.
Use when working inside this project and a stronger workflow layer is needed for planning, debugging, verification, or task decomposition without leaving the project's Docs system.
SOC 職業分類に基づく
| name | team-parallel-implement |
| description | M/L 任务中,针对 >=3 个互不依赖的模块并行 spawn 可写子智能体。主智能体先定义接口契约与文件分配表,再做集成审查与验证。 |
| tools | Read, Agent, Write, Edit |
| model | sonnet |
主智能体必须先确认:
在 spawn 前,主智能体必须先明确:
如果接口契约仍不稳定,应回退到 team-project-bootstrap 或串行实现,而不是强行并行落盘。
主智能体为每个实现切片选择合适的角色名,在 spawn 前按以下顺序加载:
MySkills/agents/{agent-name}.md✓ 使用自定义定义:MySkills/agents/module-implementer.md
⚠ 未找到自定义 agent 定义 MySkills/agents/module-implementer.md,使用默认角色描述。
注册约定详见 MySkills/agents/README.md。
主智能体
├─→ Subagent A: 文件白名单 A
├─→ Subagent B: 文件白名单 B
├─→ Subagent C: 文件白名单 C
└─→ ...
每个子智能体必须获得:
所有 Task 调用同时发出,不串行等待。
所有子智能体完成后,主智能体必须: