返回顶部
g

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, or when building an auditable spawn request for critical or deterministic work.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
86
下载量
0
收藏
概述
安装方式
版本历史

governed-delegation

# 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 governed-delegation-1775942746 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 governed-delegation-1775942746 技能

通过命令行安装

skillhub install governed-delegation-1775942746

下载 Zip 包

⬇ 下载 governed-delegation v1.0.0

文件大小: 3.27 KB | 发布时间: 2026-4-12 10:08

v1.0.0 最新 2026-4-12 10:08
governed-delegation v1.0.0

- Introduces a governance skill for policy-guided, auditable delegation decisions.
- Provides a structured helper to determine allowed execution envelope before delegating tasks.
- Standardizes task classification on risk and type axes (taskClass, deterministic, criticalWrite, requiresDeepReasoning).
- Enforces separation between task decomposition (GPT), policy (governed delegation), and execution (OpenClaw runtime).
- Strongly discourages unsafe delegation and mandates “fail closed” for critical or high-risk operations.
- Clarifies when to use the skill versus other configuration, inspection, or mutation workflows.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部