Kill switch
Stops runaway automation in seconds.
- Owner: Ops / Reliability
- Effort: 1 day
A one-sprint adoption guide that delivers enforceable safeguards without slowing delivery. This takes ~1 sprint and reduces worst-case failure risk.
Why fast path
These mechanisms, plus a receipt schema and release gate, reduce incident recovery time while satisfying core standards obligations.
Jump to
Key sections
Mechanisms
Each mechanism delivers immediate risk reduction with minimal setup.
Stops runaway automation in seconds.
Prevents silent governance drift and preserves rationale.
Prevents contestability regressions and shortens recovery time.
Receipt schema
This payload is the minimum proof that a decision happened and can be contested.
{
"schema_version": "1.0.0",
"receipt_id": "RCP-2026-0842",
"issued_at": "2026-04-11T18:12:09Z",
"owner": { "name": "Risk Operations", "role": "System owner" },
"action": { "class": "WRITE", "description": "Eligibility update", "reversible": true },
"clocks": { "ack": { "hours": 2 }, "review": { "hours": 24 }, "remedy": { "hours": 72 } },
"appeal_path": { "url": "/appeals/eligibility", "channel": "in-product form" }
}
Validate against the canonical receipt schema so tooling can parse your receipts automatically.
Sprint deliverables
These three artifacts make fast-path adoption enforceable.
Implement the canonical receipt payload and validate it in CI.
Receipt schemaShip at least one end-to-end scenario with receipts, clocks, and remedies.
See exampleCopy the release gate checklist into your deployment template.
Open bindingPublish the machine-readable governance profile for CI validation.
Open specEffort
Use this grid in a kickoff meeting to assign the first sprint of work.
| Mechanism | Owner | Effort | Risk reduced |
|---|---|---|---|
| Kill switch | Ops / Reliability | 1 day | Stops runaway automation in seconds. |
| Decision log with dissent | Product / Policy | 2 days | Prevents silent governance drift and preserves rationale. |
| In-product appeal path | Support / Trust | 2 days | Prevents contestability regressions and shortens recovery time. |
Next steps
Make fast-path work auditable by adding evidence packs and binding vectors.
Referenced by
Cross-links keep adoption artifacts aligned across the system.
Used in examples
Required by bindings
Verified by evidence packs
Search IDs: STD-01 v1.0, STD-02 v0.9, STD-01.1.1, STD-02.2.1, MEC-01, MEC-05, MEC-06, VAL-01, VAL-02, VAL-03.