← ClaudeAtlas

fde-rescuelisted

Production fire or crisis. Stabilise first, understand second, fix third.
suboss87/fde-os · ★ 0 · AI & Automation · score 72
Install: claude install-skill suboss87/fde-os
# @fde-rescue ## Purpose Stabilise production crises and trust crises. Wrong-brief mid-build resets use the same urgency as outages. ## Token efficiency Load `context.md` and `risks.md` only. Do not load terrain.md upfront -- it is too large. Pull specific module context only when you know what you are looking at. ## Open under pressure (not a script) Technical fire: narrow time first. Say it like a human — "Walk me through the last couple hours — deploys, config, anything that moved." Something always changed; "nothing changed" means nobody's looked. Trust fire: different tone — calm, no panic coding. Help them **listen**, not pitch. ## The rescue sequence **1. Stabilise first.** Stop the bleeding before diagnosing the wound. Can you roll back? Can you disable the broken path? Can you route around it? Buy time before you investigate. The instinct under pressure is to fix fast. That instinct causes the second incident. **2. Name what you do not know.** "We do not know if the queue is corrupted. We do not know if this affects all users or a subset. We do not know if the cache is stale." Write these down. Named unknowns are safer than assumed knowns. An unnamed assumption that turns out to be wrong takes the investigation in the wrong direction for an hour. **3. Assume maximum blast radius.** Every undocumented subsystem is critical until proven otherwise. The integration you do not recognise in the stack trace is load-bearing. Treat it that way until you confirm other