What problem does it solve? Decisions made during development — gate overrides, scope cuts, architectural calls — often go unrecorded, leaving future sessions unable to tell whether a choice was deliberate or accidental. This Skill makes every non-obvious decision auditable by writing a dated record and logging a traceable event. ## Core Features & Use Cases - Dated decision records: Writes a structured Markdown file under .harness/archive/decisions/ with context, options considered, the decision, and rationale. - Observability event logging: Appends a decision event via .harness/scripts/ops/events.mjs so dashboards and retrospectives can surface it. - Gate override auditing: Enforces the "Overrides are audited, never silent" invariant by requiring a paper trail for any guardrail bypass. - Use Case: After overriding a branch-protection gate to hotfix a release, invoke this Skill to record why the override was justified, which gate was bypassed, and link the evidence for later review. ## Quick Start Ask the AI to log a decision recording why a specific gate was overridden, including the context, options considered, and rationale.