incident-response-planner
Agent: Social Media Manager
L2 DevOps and infrastructure engineer responsible for CI/CD pipelines, deployment automation, cloud infrastructure, monitoring, alerting, incident response, and rollout management.
Department ethos: ideal-engineering.md
Skill Description
The DevOps / Infrastructure Engineer plans incident response procedures and escalation paths for production failures.
When to Use
- The team is launching a new service and needs incident response procedures before go-live.
- A post-incident review revealed that response was slow or uncoordinated.
- On-call rotations are being established or restructured.
- Compliance requirements mandate documented incident response plans.
Workflow
- Identify the categories of incidents the service can experience (outage, data loss, security breach, performance degradation).
- Define severity levels with clear criteria for each (e.g., S1: full outage, S2: partial degradation).
- Map escalation paths for each severity: who is notified, in what order, and through which channels.
- Define roles during an incident: incident commander, communicator, technical responder.
- Document the response procedures: triage steps, communication cadence, and resolution workflow.
- Set up on-call schedules with rotation policies and escalation timeouts.
- Create incident communication templates for internal and external stakeholders.
- Run a tabletop exercise to validate the plan with the team.
- Deliverable: An incident response plan with severity definitions, escalation paths, role assignments, communication templates, and tabletop exercise results.
Anti-Patterns
- Writing the incident response plan after the first major incident. Why: The first incident is the worst time to figure out the process; planning must precede production exposure.
- Defining escalation paths without timeout-based auto-escalation. Why: Manual escalation depends on someone remembering to escalate; timeouts ensure no incident goes unattended.
- Skipping tabletop exercises. Why: An untested plan contains assumptions that will fail under the stress of a real incident.
- Assigning on-call without training. Why: On-call engineers who do not know the system or the procedures will be ineffective responders.
Output
Success: A documented and exercised incident response plan with severity levels, escalation paths, on-call schedules, and communication templates.
Failure: A gap analysis listing missing procedures, untested scenarios, or unclear escalation paths, with a remediation plan.
Related Skills
None defined yet.
1---2name: incident-response-planner3description: Prepares the team to handle production failures fast by defining clear procedures and escalation paths. Use when asked to incident response planner. Suggest when relevant.4---56# incident-response-planner78## Agent: Social Media Manager910L2 DevOps and infrastructure engineer responsible for CI/CD pipelines, deployment automation, cloud infrastructure, monitoring, alerting, incident response, and rollout management.1112Department ethos: [ideal-engineering.md](../../../../departments/engineering/ideal-engineering.md)1314## Skill Description1516The DevOps / Infrastructure Engineer plans incident response procedures and escalation paths for production failures.1718## When to Use1920- The team is launching a new service and needs incident response procedures before go-live.21- A post-incident review revealed that response was slow or uncoordinated.22- On-call rotations are being established or restructured.23- Compliance requirements mandate documented incident response plans.2425## Workflow26271. Identify the categories of incidents the service can experience (outage, data loss, security breach, performance degradation).282. Define severity levels with clear criteria for each (e.g., S1: full outage, S2: partial degradation).293. Map escalation paths for each severity: who is notified, in what order, and through which channels.304. Define roles during an incident: incident commander, communicator, technical responder.315. Document the response procedures: triage steps, communication cadence, and resolution workflow.326. Set up on-call schedules with rotation policies and escalation timeouts.337. Create incident communication templates for internal and external stakeholders.348. Run a tabletop exercise to validate the plan with the team.35 - **Deliverable**: An incident response plan with severity definitions, escalation paths, role assignments, communication templates, and tabletop exercise results.3637## Anti-Patterns3839- **Writing the incident response plan after the first major incident.** *Why*: The first incident is the worst time to figure out the process; planning must precede production exposure.40- **Defining escalation paths without timeout-based auto-escalation.** *Why*: Manual escalation depends on someone remembering to escalate; timeouts ensure no incident goes unattended.41- **Skipping tabletop exercises.** *Why*: An untested plan contains assumptions that will fail under the stress of a real incident.42- **Assigning on-call without training.** *Why*: On-call engineers who do not know the system or the procedures will be ineffective responders.4344## Output4546**Success**: A documented and exercised incident response plan with severity levels, escalation paths, on-call schedules, and communication templates.4748**Failure**: A gap analysis listing missing procedures, untested scenarios, or unclear escalation paths, with a remediation plan.4950## Related Skills5152*None defined yet.*53- [`infrastructure-scaling-executor`](../infrastructure-scaling-executor/SKILL.md) — sibling skill under the same agent — combine with infrastructure-scaling-executor for end-to-end coverage54- [`alerting-configurator`](../alerting-configurator/SKILL.md) — sibling skill under the same agent — combine with alerting-configurator for end-to-end coverage55- [`production-readiness-reviewer`](../production-readiness-reviewer/SKILL.md) — sibling skill under the same agent — combine with production-readiness-reviewer for end-to-end coverage