一键导入
orchestration-governance
Governance skill for orchestrating CrewAI specialists with strict ownership, skill boundaries, and execution permissions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Governance skill for orchestrating CrewAI specialists with strict ownership, skill boundaries, and execution permissions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when selecting CrewAI built-in tools, composing agent toolchains, or creating production-ready custom tools with BaseTool or @tool, including schema validation, dependency management, caching, async support, and testing.
This skill should be used when designing CrewAI Flows with typed state management, deterministic routing, and event-driven orchestration. Use it for flow architecture, state transitions, control primitives, and production deployment.
This skill should be used when designing CrewAI crews with YAML-first architecture. Use it to create crews, configure agents and tasks, select processes, and generate validation-ready outputs.
| name | orchestration-governance |
| version | 5.0.0 |
| description | Governance skill for orchestrating CrewAI specialists with strict ownership, skill boundaries, and execution permissions. |
Route user requests to the correct specialist, enforce skill boundaries, and validate outputs before returning results.
| Specialist | Primary purpose | Allowed skills | Permission profile |
|---|---|---|---|
| builder | Build crews, agents, tasks, tools, memory | core-build, tools-expert | normal write/edit |
| flow | Flows, state-management, routing, orchestration, decorators | flows | normal write/edit |
| auditor | Investigation, auditing, validation | core-build, flows, tools-expert | read-only |
| docs | Documentation authoring and maintenance | core-build, flows | write/edit only *.md; bash read-only |
/crew init -> builder/crew inspect -> auditor/crew fix -> auditor first, then builder/flow for implementation when needed/crew evolve -> flow/crew docs -> docsWrite plain-language delegation with:
Auditor executes read-only analysis and returns:
Auditor does not patch files.
references/subagent-directory.mdreferences/delegation-patterns.mdreferences/questioning-guide.mdassets/delegation-template.md