一键导入
team-topology-analysis
Evaluate whether a proposed agent graph supports safe handoffs and useful parallel work
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evaluate whether a proposed agent graph supports safe handoffs and useful parallel work
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Team Topology Analysis |
| description | Evaluate whether a proposed agent graph supports safe handoffs and useful parallel work |
Use this skill to judge whether a proposed team graph is clean, bottlenecked, or over-coordinated.
.codex/agents/discovery/role-designer.mdA -> B -> C
Good for strict stage-by-stage work. Risk: one blocked node stalls the chain.
Coordinator -> specialists
Good for coordinator-driven parallel work. Risk: the coordinator becomes a bottleneck.
Coordinator -> stage group -> review -> stage group
Usually the best default for non-trivial teams.
spawn_agentsend_inputwait happens only at real synchronization boundaries前端、後端、QA 三個角色都要直接改同一份 API schema。
拓撲有衝突;應指定單一 schema owner,其他角色只讀或透過 reviewer/coordinator 提出變更。
Canonical validation checklist for generated team structures, executed by a fresh-context verifier
Entry point that makes this session adopt the Team Architect workflow to run the full team design process
Start the A-Team Codex coordinator workflow for designing or restructuring teams
Rewrite generated prompts to be sharper, shorter, and more executable without changing meaning
Apply Codex-native prompt patterns for agents, skills, rules, and project instructions
Validate that a generated Codex team is structurally complete and internally consistent