ideogram-incident-runbook
Installation
SKILL.md
Ideogram Incident Runbook
Overview
Rapid incident response for Ideogram API outages, auth failures, rate limiting, and degraded generation quality. Covers triage, immediate remediation, fallback activation, and postmortem process.
Severity Levels
| Level | Definition | Response Time | Example |
|---|---|---|---|
| P1 | API unreachable or all requests failing | < 15 min | 401 on valid key, 500 on all requests |
| P2 | Degraded quality or performance | < 1 hour | P95 latency > 30s, high 429 rate |
| P3 | Minor impact, workaround exists | < 4 hours | Occasional safety rejections, slow downloads |
| P4 | No user impact | Next business day | Monitoring gaps, stale cache |
Quick Triage (Run These First)
set -euo pipefail
echo "=== IDEOGRAM TRIAGE ==="
Related skills