Incident Classification
Severity levels and criteria for this incident type.
Free Process Template
Response procedures for [incident type]
Use this template to response procedures for [incident type].
| Field | Details |
|---|---|
| Category | Process |
| Owner | [Team or owner] |
| Version | [Version number] |
| Effective Date | [Date] |
| Review Cycle | [Monthly / Quarterly / Annual / Event-based] |
| Status | [Draft / In Review / Approved] |
Severity levels and criteria for this incident type.
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
How the incident is detected (alerts, monitoring, user reports).
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
First 15 minutes: triage steps, who to page, initial containment.
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
Diagnostic commands, log locations, and what to look for.
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
Steps to restore service with rollback procedures.
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
Stakeholder notification templates and escalation paths.
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
Post-mortem process and follow-up tasks. Use Markdown with code blocks. Write for an on-call engineer under pressure.
| Item | Details | Owner | Status |
|---|---|---|---|
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
| [Item or requirement] | [Describe the relevant detail, evidence, or decision] | [Owner] | [Open / Complete] |
[Add context, assumptions, exceptions, evidence links, screenshots, calculations, or reviewer comments.]
Document review conclusions, approvals, unresolved items, and next review date.
| Role | Name | Date | Notes |
|---|---|---|---|
| Preparer | [Name] | [Date] | [Notes] |
| Reviewer | [Name] | [Date] | [Notes] |
| Approver | [Name] | [Date] | [Notes] |
Template Structure
Use this process template as a starting point, then customize each section to match your internal workflow, evidence, and signoff needs.
Severity levels and criteria for this incident type.
How the incident is detected (alerts, monitoring, user reports).
First 15 minutes: triage steps, who to page, initial containment.
Diagnostic commands, log locations, and what to look for.
Steps to restore service with rollback procedures.
Stakeholder notification templates and escalation paths.
Post-mortem process and follow-up tasks. Use Markdown with code blocks. Write for an on-call engineer under pressure.
Write an Incident Response Runbook for a specific incident type. Structure with:
Severity levels and criteria for this incident type.
How the incident is detected (alerts, monitoring, user reports).
First 15 minutes: triage steps, who to page, initial containment.
Diagnostic commands, log locations, and what to look for.
Steps to restore service with rollback procedures.
Stakeholder notification templates and escalation paths.
Post-mortem process and follow-up tasks.
Use Markdown with code blocks. Write for an on-call engineer under pressure.
| Severity | Criteria |
|---|---|
| SEV-1 | p99 > 10s, error rate > 5% |
| SEV-2 | p99 > 5s or error rate > 2% |
| SEV-3 | p99 > 2s, no errors |
https://app.datadoghq.com/dashboard/api-healthkubectl exec -it deploy/api-server -- curl localhost:8080/healthz
/pd trigger platform-lead# Check slow query log
kubectl logs deploy/api-server --since=15m | grep "SLOW_QUERY"
# Check database connections
psql -c "SELECT count(*), state FROM pg_stat_activity GROUP BY state;"
# Check pod resource usage
kubectl top pods -l app=api-server
kubectl rollout restart deploy/api-serverSELECT pg_cancel_backend(PID);kubectl scale deploy/api-server --replicas=8Record a walkthrough, training session, or process demonstration. Docsie AI turns it into structured documentation using this template as the starting framework.
Use the template manually, or let Docsie generate the first draft from source footage.
Process for implementing [change] with rollback
Daily procedures for [system] maintenance
Security procedures for [threat] detection and response
Step-by-step process for [task]
Template FAQ
Common questions about using and generating a incident Response Runbook.
Q: What is a incident Response Runbook?
A: A incident Response Runbook is a structured document for response procedures for [incident type].
Q: Can I download this incident Response Runbook as Word or PDF?
A: Yes. This page includes free downloads in DOCX, PDF, and Markdown formats so you can edit, share, or import the template into your documentation system.
Q: Can Docsie generate this from a video?
A: Yes. Upload a process walkthrough, training recording, or screen capture to Docsie, then use this template structure to generate a first draft automatically.