← 返回
未分类 中文

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...
基于策略的受控委托,用于子代理。用于决定是否委托、允许的模型层级以及执行是否必须失败关闭等。
joaodriessen joaodriessen 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 419
下载
💾 0
安装
1
版本
#latest

概述

Governed Delegation

> Canonical model-routing source: docs/MODEL_ROUTING_POLICY.md

>

> If 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|D
  • deterministic: true|false
  • criticalWrite: true|false
  • requiresDeepReasoning: 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

  1. Decide if delegation is actually needed
  2. Classify task risk/type
  3. Ask governed-delegation helper for decision
  4. If safe, pass the resulting request to the supported runtime/tool surface
  5. 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 343,986
data-analysis

Fitbit Connector

joaodriessen
OpenClaw的Fitbit数据连接器,提供紧凑的认证/获取/存储/质量工具,OpenClaw承担所有教练推理。
★ 0 📥 449
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,163 📥 934,773