Governed Delegation
/install governed-delegation
Governed Delegation
Canonical model-routing source:
docs/MODEL_ROUTING_POLICY.mdIf this file conflicts with routing doctrine, the canonical policy doc wins.
Use this skill when a task may require subagents or governed delegation.
This is the canonical front door for delegation-envelope policy in configuration/governance work. Use it to answer one narrow question well:
If delegation is needed, what execution envelope is allowed?
Do not use this skill as a substitute for:
- live runtime inspection
- persisted config inspection
- config mutation/apply workflows
Goal
Keep the split clean:
- GPT decides whether delegation is needed, how to decompose the work, and whether deterministic execution is better
- governed delegation decides the allowed execution envelope
- OpenClaw runtime performs the actual spawn/execution through supported surfaces
Do not patch OpenClaw core for this. Do not depend on dist internals. Prefer add-on boundaries.
Default rule
Before delegating, classify the task on four axes:
taskClass:A|B|C|Ddeterministic:true|falsecriticalWrite:true|falserequiresDeepReasoning:true|false
Then use the helper:
node skills/governed-delegation/scripts/request.js '{...json...}'
For Class C/D or other fail-closed work, include frontDoor explicitly (for example orchestrator:orchestrators/reflect/orchestrator.md). The helper now rejects strict requests when the requested front door does not match canonical policy.
Policy intent
- GPT for ambiguity, policy interpretation, arbitration, deep synthesis, and critical governance review
- CODEX for bounded implementation, deterministic transforms, verification, backup/apply/validate routines
- MINIMAX only for bounded low-risk read-only work
- fail closed for Class C/D and other unsafe downgrade cases
When to use
Use this skill when:
- an orchestrator needs subagents
- a cron/delegated task needs model-tier guardrails
- a task mixes planning and implementation and you need a safe split
- a critical write or durable memory/governance task must not silently degrade to a weak model
Use it after deciding that delegation is actually on the table. For ordinary questions like "what is live right now?", "what does the saved config say?", or "apply this config change safely", start with the appropriate inspection/mutation surface instead.
Output contract
The helper should produce a decision containing:
- chosen model
- failClosed true/false
- policy source
- runner type
- optional auditable spawn request envelope
Minimal workflow
- Decide if delegation is actually needed
- Classify task risk/type
- Ask governed-delegation helper for decision
- If safe, pass the resulting request to the supported runtime/tool surface
- If not safe, refuse or escalate instead of degrading
Canonical config/governance split
- live runtime state → inspect runtime/session/gateway state directly
- saved config state → inspect persisted config/schema directly
- safe mutation → use supported config patch/apply/restart flows
- delegation policy → use this skill
If plain GPT or a direct deterministic runner is enough, do not add delegation. This skill reduces unsafe delegation — it is not a reason to turn everything into a subagent workflow.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install governed-delegation - 安装完成后,直接呼叫该 Skill 的名称或使用
/governed-delegation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Governed Delegation 是什么?
Policy-guided governed delegation for subagent use. Use when deciding whether to delegate, which model tier is allowed, whether execution must fail closed, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Governed Delegation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install governed-delegation」即可一键安装,无需额外配置。
Governed Delegation 是免费的吗?
是的,Governed Delegation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Governed Delegation 支持哪些平台?
Governed Delegation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Governed Delegation?
由 Joao Driessen(@joaodriessen)开发并维护,当前版本 v1.0.0。