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
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.