decision_gate
Validate a proposed decision against solvability, scope, validity, and worth; halt immediately if any criteria fail to force reframing before work begins.
Instructions
Run the Consensus Hardening Protocol R0 gate on a proposed decision: is it solvable, scoped, valid, and worth making at all? Any FATAL answer returns HALT — stop and reframe before doing the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | Is the current state accurately understood? | |
| scoped | Yes | Is the scope explicitly bounded? | |
| solvable | Yes | Can this problem actually be solved? | |
| worth_it | Yes | Do the stakes justify the work? |