FREESKILL v1.0UPDATED 2026-08
Correction of Errors
A Correction of Errors document connects impact, evidence, response, cause, and prevention without inventing a root cause or turning a person into one.
Incident reviews become unreliable when a hypothesis hardens into fact, the timeline mixes timezones, or corrective actions have no trace back to the analysis.
This playbook drafts or audits a COE with confirmed, disputed, and unknown evidence kept separate. The causal chain stops at the first unsupported link, then assigns the investigation and verification needed to move it forward.
Five whys is a prompt, not a quota. Stop where the evidence stops.
SIGNALS YOU NEED THIS
A root cause is named before the incident timeline is stable.
The review blames an operator but does not examine the system around the action.
Corrective actions are vague, unowned, or disconnected from a finding.
Set the incident and impact boundary
INCIDENT Scheduled west-region reports did not run. Start: August 4, 09:10 MT Restored: August 4, 12:05 MT Customer scope: Unknown Document owner: Operations lead
Reconstruct detection and response
TIMELINE, MT 09:10 Reports stopped. 10:40 Analyst detected the failure. 11:52 Worker restart began. 12:05 Processing restored.
Trace cause only as far as evidence allows
CAUSAL CHAIN Reports were delayed because the scheduled worker stopped. Why the worker stopped: Evidence needed. INVESTIGATION Owner: Owner needed Due: Date needed Evidence: worker logs and runtime state
Connect actions to findings and closure proof
ACTION Add temporary worker-stoppage detection. Finding: failure was detected manually after 90 minutes. Owner: Owner needed Due: Date needed Verification: controlled alert test Status: open
correction-of-errors/
├── SKILL.md ← draft and audit modes
├── meta.yaml ← version, sources, test prompts, changelog
├── LICENSE.md ← MIT
├── assets/
│ ├── correction-of-errors-template.md ← incident document
│ └── coe-audit-scorecard.md ← causal and action audit
└── references/
└── root-cause-guide.md ← evidence-backed why chains"Run a COE on this incident."
Claude Code