What problem does it solve? Proposed changes can violate a project's constitution — money handling, PII, numbers, audit rules — without anyone noticing until after commit. This Skill runs a pre-commit critique that checks every proposal against the project's principles before it lands. ## Core Features & Use Cases - Deterministic principle checks: Runs fux critic to evaluate hard invariants (money, PII, numbers, audit) as code at zero cost, exiting with code 2 when violated. - Judgment self-critique: Lists needs-judgment principles so the host agent critiques its own proposal in-session, producing pass/fail verdicts with rationales. - Advisory-first escalation: Judgment failures suggest rather than block by default, with bounded revision rounds (max 3), escalation to humans, and optional debate for contested calls. - Use Case: Before committing a change that touches billing logic, run the critique to verify deterministic invariants pass and self-assess tone, completeness, and grounding principles, with all verdicts recorded to .fux/out/critic.jsonl for audit. ## Quick Start Ask the agent to run /fux critic with a summary of your proposed change before committing it.