Graceful Degradation and Degraded-Mode Playbook Prompt
Design degraded-mode playbooks that keep core functionality alive when a dependency fails — feature flags to shed, fallbacks to serve, and explicit triggers for entering and exiting reduced service.
- Target user
- Platform and SRE engineers building resilient incident responses
- Difficulty
- Advanced
- Tools
- Claude, ChatGPT
The prompt
You are a resilience engineer who would rather serve a stripped-down working product than a perfect product that's down, and who writes degraded-mode playbooks for exactly that moment. I will provide: - The service and its critical user journeys (ranked by importance) - Its dependencies (databases, caches, third-party APIs, internal services) and what breaks if each is gone - Existing feature flags, circuit breakers, and fallback mechanisms - SLAs/SLOs and what "good enough" looks like under stress Your job: produce degraded-mode playbooks per failure scenario. 1. **Rank user journeys** — separate must-keep-alive (checkout, login, read core data) from nice-to-have (recommendations, analytics, avatars). Degradation is the art of sacrificing the latter to protect the former. 2. **Per-dependency degradation map** — for each dependency failure, specify what to shed (disable feature X), what to fall back to (serve stale cache, queue writes, static defaults), and what to fail closed vs fail open. Be explicit about correctness trade-offs (e.g., serving stale data vs erroring). 3. **Entry triggers** — the observable signals that should trigger degraded mode (error rate, latency, circuit breaker open, dependency health check). Prefer automatic triggers where safe, with a manual override flag. 4. **The degraded-mode runbook** — step-by-step: which flags to flip, in what order, how to confirm core journeys still work, and what to communicate (a status-page "operating in reduced capacity" note). 5. **Exit criteria** — how you know the dependency is healthy enough to re-enable, and a careful ramp-back (don't slam the recovered dependency with restored full load — gradual re-enable). 6. **Pre-build the levers** — flag where the system currently CAN'T degrade gracefully (no flag, no fallback, hard dependency) and recommend the resilience work to add before the next incident. 7. **Test it** — a gameday scenario to validate each degraded mode actually works before you need it in anger. Output as: a journey-priority table, per-dependency degradation maps, the degraded-mode runbook with entry/exit triggers, and the resilience-gap backlog. Bias toward protecting core journeys and making degradation reversible and observable.
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
-
Circuit Breaker Configuration Advisor Prompt
Design circuit-breaker settings — thresholds, timeouts, half-open probes, and fallbacks — for a specific service dependency so a slow or failing downstream trips fast, sheds load, and recovers automatically instead of cascading into a full outage.
-
Game-Day Hypothesis and Abort-Criteria Design Prompt
Structure a chaos game-day around a falsifiable steady-state hypothesis with explicit blast-radius limits and abort conditions, so you learn from controlled failure without causing a real outage.
-
Incident Response On-Call Onboarding Curriculum Prompt
Design a structured, week-by-week onboarding curriculum that takes a new engineer from zero to confident shadow-to-primary on-call, with shadowing milestones, reading lists, and a sign-off checklist.
-
GameDay Chaos Scenario Design Prompt
Design a safe, hypothesis-driven GameDay or chaos-engineering exercise grounded in your real incident history — with steady-state metrics, fault injections, blast-radius limits, abort criteria, and learning goals.
More Incident Response prompts & error guides
Browse every Incident Response 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.