From agentops
Performs retrospective causal analysis on verdict evidence. Useful for testing causal hypotheses about incidents and distinguishing correlation from cause.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentops:postmortemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Purpose:** Answer an explicit retrospective causal question using the
Purpose: Answer an explicit retrospective causal question using the already-validated outcome and evidence.
A fix is proven when the mechanism is demonstrated, not when symptoms stop. Promoting a claim from correlation to cause requires all three:
Symptom disappearance after a change satisfies none of these on its own: the change and the recovery may share an unobserved cause, or the symptom may be intermittent. The named failure mode is post-hoc fix attribution — "we changed X and the failure stopped, therefore X was the cause." Claims backed only by symptom cessation stay in the report as correlations with the untested alternatives listed, and the suggested experiment is the discrimination that would settle them. Stop condition: every supported causal claim in the report carries all three elements with citations; anything less is filed under correlations or unknowns, never silently promoted.
.agents/postmortem/.YYYY-MM-DD-postmortem-<topic>.md.bash skills/postmortem/scripts/validate.sh.Executable behavior is in postmortem.feature.
npx claudepluginhub boshu2/agentops --plugin agentopsSystematically investigates causal relationships to identify true root causes rather than correlations or symptoms. Tests competing explanations and designs interventions addressing underlying drivers.
Guides rigorous post-mortem analysis of failures without blame. Uses the 5 Whys technique to find root causes and concrete fixes.
Writing comprehensive postmortems: timeline, root cause, prevention, action items.