بنقرة واحدة
team-parallel-analyze
L 级任务前期或需跨多份文档/模块时,并行 spawn 只读子智能体分别分析切片后由主智能体统一汇总。适合多文档分析、跨模块摸底、风险盘点。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
L 级任务前期或需跨多份文档/模块时,并行 spawn 只读子智能体分别分析切片后由主智能体统一汇总。适合多文档分析、跨模块摸底、风险盘点。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| name | team-parallel-analyze |
| description | L 级任务前期或需跨多份文档/模块时,并行 spawn 只读子智能体分别分析切片后由主智能体统一汇总。适合多文档分析、跨模块摸底、风险盘点。 |
| tools | Read, Agent |
| model | sonnet |
主智能体必须先确认:
为每个子智能体明确:
切片之间应尽量互不依赖,避免一个子智能体等待另一个子智能体的中间结论。
主智能体为每个分析切片选择合适的角色名,优先复用现有自定义 agent(如 tech-lead、doc-engineer、pm)。在 spawn 前按以下顺序加载:
MySkills/agents/{agent-name}.md✓ 使用自定义定义:MySkills/agents/tech-lead.md
⚠ 未找到自定义 agent 定义 MySkills/agents/tech-lead.md,使用默认角色描述。
注册约定详见 MySkills/agents/README.md。
主智能体
├─→ Subagent A: 分析切片 A
├─→ Subagent B: 分析切片 B
├─→ Subagent C: 分析切片 C
└─→ ...
每个子智能体只负责自己的切片,输出必须包含:
所有 Task 调用同时发出,不串行等待。
主智能体负责:
推荐汇总格式:
## 并行分析汇总
### 切片 A
- 关键发现:
- 风险点:
### 切片 B
- 关键发现:
- 风险点:
### 汇总结论
- ...
### 待确认问题
- ...