Постмортем инцидента по стандарту OI-3

★ 7.1 · vibe-coding

spike-consumer-forked is a Claude Code skill that builds an incident post-mortem report as the forked arm of the OI-3 spike harness. It follows exactly six steps: reading the incident data file, extracting four required facts (incident ID, primary error code, peak latency, affected service name), and sourcing a readability standard by invoking the spike-guidance-forked skill via a context fork. Using that standard, it drafts a five-section report (Summary, Impact, Root cause, Resolution, Follow-up actions), runs a self-check against the standard, then writes the artifact to `<TRIALS_DIR>/<TRIAL_ID>.md` with a structured completion token. The skill is intended to be invoked only by the spike harness, with a TRIAL_ID and a data path supplied at invocation time.