Generate a structured incident runbook from a service description. Covers detection, triage, resolution, and post-mortem.
Write an incident runbook for the following service:
Service Name: {{service_name}} Service Description: {{service_description}} Owner Team: {{team}} Severity Levels Used: {{severity_levels}} (e.g., P1/P2/P3 or Critical/High/Medium) Monitoring Tools: {{monitoring_tools}} On-Call Rotation: {{oncall_info}}
Runbook Sections:
1. Overview
2. Detection
3. Triage Checklist (severity-gated)
4. Common Failure Modes (3–5 scenarios): For each: symptom → likely cause → resolution steps
5. Escalation Path
6. Mitigation Options
7. Post-Incident
{{service_name}}stringrequiredName of the service{{service_description}}stringrequiredWhat the service does{{team}}stringrequiredOwning team name{{severity_levels}}stringSeverity classification used{{monitoring_tools}}stringMonitoring tools in use{{oncall_info}}stringrequiredOn-call rotation details