skills/consequence-classifier/SKILL.md
--- name: consequence-classifier description: Classifies every incoming request into consequence bands to drive arifOS-sense automatically. Activates when: (1) any user request arrives; (2) before taking any action; (3) when Arif asks to assess risk of something. Outputs a band + recommended verdict (SEAL/CAUTION/HOLD/VOID) and whether 888_HOLD is required. Makes governance-driven — not vibes-driven. metadata: {"openclaw": {"emoji": "⚖️"}} --- # Consequence Classifier — Risk Band for Every Acti
npx skillsauth add ariffazil/openclaw-workspace skills/consequence-classifierInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before any consequential action, classify it. This feeds directly into arifOS-sense to auto-trigger 888_HOLD when needed — not as a suggestion, but as a mandatory gate.
| Band | Definition | arifOS Verdict | 888_HOLD Required |
|---|---|---|---|
| TRIVIAL | Read-only, no state change, no external effect | SEAL | No |
| REVERSIBLE | State changes but can be undone; no external parties affected | CAUTION | No |
| CRITICAL | Significant state change, external API calls, financial impact | HOLD | Yes — pending human review |
| IRREVERSIBLE | Permanent deletion, irreversible writes, identity-shaping | VOID → HOLD | YES — explicit Arif approval required |
Run this on every request:
REQUEST
└─ Read-only query?
├─ YES → TRIVIAL → SEAL → proceed
└─ NO
└─ State-changing action?
├─ NO → TRIVIAL → SEAL
└─ YES
└─ Reversible?
├─ YES with known rollback → REVERSIBLE → CAUTION
├─ YES but rollback uncertain → CRITICAL → HOLD + flag
└─ NO
└─ External impact?
├─ NO → CRITICAL → HOLD
└─ YES → IRREVERSIBLE → VOID → 888_HOLD + Arif explicit approval
CONSEQUENCE CLASSIFICATION: [TRIVIAL|REVERSIBLE|CRITICAL|IRREVERSIBLE]
Verdict: [SEAL|CAUTION|HOLD|VOID]
888_HOLD Required: [YES|NO]
Reason: [1-sentence explanation]
Reversibility: [fully reversible / partial / irreversible]
Rollback path: [if applicable, how to undo]
These always default to IRREVERSIBLE:
rm, delete, unlink — file deletionDROP, TRUNCATE, ALTER — database writesdeploy, push --force — irreversible deployment~/.openclaw/workspace/memory/ marked as archivalThe output of consequence-classifier feeds directly into arifOS-sense:
development
Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
content-media
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.