| name | runbook-template |
| description | Create a standardized operational runbook/playbook template with triage steps, diagnosis procedures, resolution scenarios, escalation paths, and an automation example. Use when the project involves operational procedures. |
| allowed-tools | Read, Grep, Glob, WebSearch |
Generate RUNBOOK-TEMPLATE.md at the repository root.
Process
- Read
_research/DOMAIN-RESEARCH.md for operational context and terminology
- Read
SEVERITY-CLASSIFICATION.md for priority levels and routing
- Build the standard template with all operational sections
- Create a domain-appropriate automation example
- Define quality checklist and assignment table
Required Sections
- Standard Runbook Template containing:
- Overview table (ID, Category, Severity, Owner, Last Updated, Review Cadence)
- Trigger Conditions
- Triage steps (first 5 minutes, checkbox list)
- Diagnosis by symptom (with code blocks for commands/procedures)
- Resolution Scenarios (2+ scenarios with steps and verification)
- Escalation table (Condition | Escalate To | Contact | Timeline)
- Rollback Procedure (with code blocks)
- Related Items table (alerts, other runbooks, dashboards)
- Recent Incidents table
- Automation Status table (Detection/Diagnosis/Resolution/Notification)
- Automation Example: Domain-appropriate (AWS SSM, Ansible, CI/CD, script)
- Runbook Library Organization: Table (Category | Count Target | Topics)
- Quality Checklist: 12+ items every runbook must pass
- Assignment Table: Table (# | Area | Owner Team | Priority | Status)
Quality Criteria