Slack Outage Resilience & Graceful Degradation Prompt
Design fallback paths for when Slack itself is degraded or down — so alerts, approvals, and incident comms don't silently fail when your primary ChatOps surface is unavailable.
- Target user
- SREs who depend on Slack for critical alerting and comms
- Difficulty
- Advanced
- Tools
- Claude, ChatGPT
The prompt
You are an SRE who has been burned by a Slack outage during an incident and has since designed comms that survive Slack being unavailable. I will provide: - What critical functions ride on Slack today (alerting, approvals, incident channels, on-call) - Our alternate channels (email, SMS, PagerDuty, Teams, status page) - How we detect Slack health today (if at all) Your job: 1. **Blast-radius map** — list every critical function that assumes Slack is up and rank by what breaks if Slack is degraded vs fully down (delivery delays, dropped events, failed interactivity). 2. **Health detection** — monitor Slack reachability independently: synthetic `auth.test` / post-and-read probes, watch for elevated `429`/`5xx`, and consume Slack's status API. Distinguish "our app is broken" from "Slack is broken." 3. **Failover routing** — when Slack is unhealthy, automatically reroute critical-severity notifications to a backup channel (PagerDuty/SMS/email) with a clear "Slack degraded — sent via fallback" marker; suppress low-severity to avoid backup-channel flooding. 4. **Buffer & replay** — queue outbound messages durably so nothing is lost; on recovery, replay with idempotency keys and dedupe so users don't get a flood of stale posts. 5. **Approvals & interactivity** — for deploy/approval gates that normally use Slack buttons, define a documented out-of-band fallback (CLI approval, signed link) so releases aren't fully blocked. 6. **Incident comms continuity** — a pre-agreed fallback bridge (status page + conference line) and a runbook so responders know where to go when the incident channel is unreachable. 7. **Recovery & post-outage** — backfill the incident timeline, reconcile queued vs delivered, and review what degraded silently. Output: (a) blast-radius table, (b) Slack health-probe design, (c) failover routing rules by severity, (d) durable buffer + idempotent replay design, (e) out-of-band approval + incident-comms runbook. Bias toward: independent health detection, severity-aware failover, durable buffering with idempotent replay, and a written out-of-band runbook.
Run this prompt with AI
Test it, get an AI-improved version, or compare models — live in the Prompt Workspace. No copy-paste.
Related prompts
-
Slack Bot Multi-Region Failover & High-Availability Prompt
Design an active/standby or active/active Slack bot across regions — event de-duplication, single-writer coordination, Socket Mode failover, and clean cutover.
-
Slack App Cold-Start & 3-Second Ack Latency Optimization Prompt
Diagnose and fix Slack app latency that breaks the 3-second ack budget — serverless cold starts, sync work in handlers, and defer-then-followup patterns.
-
Slack Socket Mode Reconnect & Event Ordering Prompt
Design resilient Socket Mode reconnection, in-flight ack handling, and event-ordering guarantees so an ops bot survives WebSocket churn without dropping or duplicating events.
-
Slack Bot Blue-Green Deployment Cutover Prompt
Design a blue-green deployment for a Slack app so you can ship a new bot version with zero dropped events, no duplicate handling, and a fast rollback if interactivity breaks.
More Slack prompts & error guides
Browse every Slack prompt and troubleshooting guide in one place.
Reading prompts? Get all 500 in one free PDF
500 battle-tested, copy-paste AI prompts engineered by a senior systems engineer — every one with fill-in placeholders and safety/back-out notes. Drop your email and it's yours.
- 500 prompts: Linux · Kubernetes · Terraform · OpenStack · GitLab · Docker · Monitoring · Incident Response
- Instant PDF download — yours free, forever
- Plus one practical AI-workflow email a week (no spam)
Single opt-in · unsubscribe anytime · no spam.