一键导入
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 调用同时发出,不串行等待。
所有子智能体完成后,主智能体必须: