Fail Safe
Protect people from costly mistakes while keeping ordinary work moving.
What it is
Section titled âWhat it isâFail Safe is prevention: it designs a risky action so that a mistake either canât happen or can be undone before it costs anythingâsafer defaults that make the destructive path harder to reach by accident, clear statements of consequence before the point of no return, preserved input if something goes wrong, and confirmation reserved for the moments that are genuinely irreversible. It sits on the opposite side of the timeline from Graceful Recovery, which is what a product does after failure has already happenedâan outage, a failed request, a lost connection. Fail Safe is about the tap before the mistake; Graceful Recovery is about the error after it. Confusing the two produces a common bug: reaching for a confirmation dialog (Fail Safeâs tool) to handle a system outage (Graceful Recoveryâs job), which just adds a click to an already-bad moment without fixing anything.
Undo on a deleted email, a âyouâre about to charge this card $400â summary before checkout, and a draft that survives a crashed tab are all Fail Safe. A generic âSomething went wrong, try againâ toast after a failed API call is not Fail Safe at allâitâs Graceful Recoveryâs territory, and reaching for a confirmation dialog there wonât help.
Why it works
Section titled âWhy it worksâThe mechanism is protective friction, the deliberate half of Frictionâs allocation rule: most friction should be removed from a userâs path to value, but friction placed on purpose at a point of real risk protects people from a mistake they canât take back, and lets them explore the rest of the product with real confidence instead of low-grade anxiety about what might break. That confidence is the actual product: a user who trusts that an accidental tap wonât destroy their work moves faster and tries more, not lessâthe opposite of what over-cautious teams assume protective friction costs them.
The failure mode this prevents is a mental-model mismatch at the worst possible momentâa user who believed âarchiveâ meant recoverable discovering it meant deleted, which reads as betrayal rather than an edge case, because the product broke a promise the user didnât know was only in their own head, and it does lasting damage to Calibrated Trust. But Fail Safe fails the other way just as easily: confirm every action, including the reversible and low-stakes ones, and people stop reading the dialogs and start clicking through on autopilotâso the one confirmation that actually mattered gets dismissed with the same reflex as the nine that didnât.
When to use it
Section titled âWhen to use itâ- Before irreversible, high-impact, or hard-to-correct actions such as deleting data, sending money, or publishing externally
- In forms, imports, settings, and admin workflows where mistakes can damage work or access
- When interrupted work, network failures, or validation errors could lose user input
- When a user needs confidence to explore an unfamiliar feature
- Prefer undo, soft deletion, drafts, and version history when they are technically possible
- Use specific confirmations only for consequential actions; state what will happen and what cannot be undone
- Preserve entered information and show an actionable fix when validation fails (user-side preventionânot system outage recovery)
- Use Intentional Friction only where evidence shows a pause prevents a meaningful mistake
- Test safeguards with keyboard, screen-reader, slow-network, and interrupted-session paths
Donât
Section titled âDonâtâ- Add confirmation dialogs to every action until people dismiss them on autopilot
- Hide serious consequences behind vague labels such as âContinueâ or a generic warning icon
- Use Fail Safe language for system outages or failed requestsâthat is Graceful Recovery
- Block ordinary work with Intentional Friction that has no evidence of preventing a meaningful mistake
Founder Tip
Section titled âFounder TipâFor every risky action, ask first: âCan we make this reversible?â A good undo is often kinder and more effective than a warning.
Make It Yours
Section titled âMake It Yoursâ-
Rank the risks
- Which actions can cost money, expose data, delete work, or create an external commitment?
- Which mistakes are common slips, and which come from an unclear mental model?
-
Choose the lightest effective safeguard
- Can a safer default, constraint, preview, or undo prevent harm without interruption?
- If confirmation is necessary, what exact consequence must the person understand?
-
Design undo and prevention, not just warnings
- When validation fails, is the userâs original input retained and editable?
- If the system itself fails after the action, that is Graceful Recoveryânot more confirmations
-
Measure confidence and harm
- Where do accidental actions, reversals, support requests, or abandoned workflows occur?
- Did the safeguard prevent costly mistakes without creating new completion friction?
Related concepts
Section titled âRelated conceptsâFurther reading
Section titled âFurther readingâ- 10 Usability Heuristics for User Interface Design â canonical principles for error prevention, recovery, and user control.
- Error-Message Guidelines â explains how to write clear, constructive recovery guidance.
- Recover from Validation Errors â accessible, practical guidance for retaining input and fixing errors.
- Interruption Pages â shows when a serious-action warning is justified and when it is not.
Agent skill
Section titled âAgent skillâ- Primary command:
/productfeeling statesâ design risky actions with undo, previews, and proportionate confirmation - Related commands:
/productfeeling trust,/productfeeling friction,/productfeeling anti-patterns - When the agent should load this TTP: âdestructive actionâ, âconfirmation dialogâ, âundoâ, âprevent mistakeâ, âirreversible actionâ
- Companion handoff: Impeccable â confirmation, preview, undo, and validation recovery UI; RedTeam â when safeguards may block legitimate exit or privacy choices
- Feeling north star this TTP serves: confident exploration without costly slips
- Anti-goals: confirmation fatigue, vague warnings, blocking ordinary work, mistaking prevention for outage recovery
- Reference path:
skill/reference/states.md