Failure Mode Scanner
Goal
Surface the most likely and most damaging failure modes before action.
This skill does not replace full incident planning. It identifies where the plan can break and what deserves a guardrail, rollback, or monitor.
When To Use
- before risky implementation or rollout
- when hidden downside may be larger than visible upside
- when safety planning needs concrete failure paths
Scope Boundaries
In scope:
- identify likely failure modes
- rank by severity and plausibility
- connect failure modes to mitigations
Out of scope by default:
- exhaustive threat models
- full remediation runbooks
Workflow
- State the intended change or action.
- Identify key assumptions and dependencies.
- Name the likely failure modes.
- Rank by probability and impact.
- Map each serious mode to a mitigation, guardrail, or rollback need.
Output Contract
planned_actionfailure_modeshighest_risk_modesseverity_logicmitigations_neededrecommended_followupnext_step
Guardrails
- Do not fill the list with low-value hypotheticals.
- Prefer realistic operational failures over dramatic edge cases.
- Keep the scan decision-relevant.