Judge whether a situation belongs in the Decision Log
decision_log_guidanceDetermines if a decision should be logged based on escalation, cross-cutting resolution, multiple ticket impact, architectural override, or session confinement. Returns logging guidance and entry template when applicable.
Instructions
Encode the Decision-Log 'when to use it' rules. Set whichever apply: escalation_fired, gate_resolved_cross_cutting, affects_multiple_tickets, override_architectural, confined_to_one_session. Returns { should_log, reason, entry_template? }; when should_log is true the Context/Trigger/Decision/Rationale/Affects skeleton is returned. A decision confined to one session does not need an entry — the session notes suffice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escalation_fired | No | ||
| override_architectural | No | ||
| confined_to_one_session | No | ||
| affects_multiple_tickets | No | ||
| gate_resolved_cross_cutting | No |