ref-delegabilitylisted
Install: claude install-skill natb1/commons.systems
# Delegability Evaluation Reference
`.claude/docs/delegability.md` is the single source of truth for the delegability
contract. This skill is the entry point a delegability-assessor (#2370 structural
role) loads before classifying an intention node. Everything that defines categories,
formulas, field shapes, and invariants lives in that doc — this skill points at it;
it does not restate it.
## When to use
Invoke when deciding who should own an intention node (human / AI / procedure) and
whether to push ownership down the human → AI → procedure continuum. The #2370
delegability-assessor role loads this skill before each classification; the resulting
output object is consumed downstream by the dialectic engine.
## The contract
Read `.claude/docs/delegability.md` before classifying. If the doc cannot be read,
state so explicitly — do not proceed from memory.
Apply the steps in order:
1. Run the [CAN classifier](../../docs/delegability.md#can-classifier-feasibility) —
test `a` first, then `b`, else `c`. Emit a `can_category` and a mandatory
`rationale` naming which test decided it. If `can_category == c`, set
`roi_verdict: "n/a"` and `roi_rationale: null`, then skip step 2 and proceed to
step 3.
2. When `can_category` ≠ `c`, run
[SHOULD economics](../../docs/delegability.md#should-economics-push-down-roi) —
evaluate the ROI inequality and emit `roi_verdict` (`push_down` or `decline`) plus
`roi_rationale`.
3. Check the consistency / veto layer. A push-d