II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--incident-response
incident-response overview
Incident Response Process - Structured incident management framework covering detection, triage, investigation, mitigation, resolution, and post-incident analysis with defined roles, communication protocols, severity levels, and runbook execution to minimize MTTR and improve system reliability.
Attributes
displayName
incident-response
description
Incident Response Process - Structured incident management framework covering detection, triage, investigation,
mitigation, resolution, and post-incident analysis with defined roles, communication protocols, severity levels, and
runbook execution to minimize MTTR and improve system reliability.
libraryPath
library/specializations/devops-sre-platform/incident-response.js
specialization
devops-sre-platform
references
- - Google SRE Book - Managing Incidents: https://sre.google/sre-book/managing-incidents/ - PagerDuty Incident Response: https://response.pagerduty.com/ - Atlassian Incident Management: https://www.atlassian.com/incident-management - FireHydrant: https://firehydrant.io/blog/incident-response-process/ - Incident.io Best Practices: https://incident.io/guide/incident-response-process
example
const result = await orchestrate('specializations/devops-sre-platform/incident-response', {
incidentType: 'service-outage',
severity: 'SEV-1',
affectedServices: ['payment-api', 'checkout-service'],
alertSource: 'prometheus',
description: 'Payment API responding with 500 errors, affecting checkout flow',
onCallTeam: 'platform-team'
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:devops·DomainDevOps
lib_belongs_to_specialization1
- specialization:devops-sre-platform·Specialization
lib_covers_topic2
- topic:chaos-engineering·TopicChaos Engineering
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow2
- workflow:incident-response·Workflow
- workflow:post-mortem-review·WorkflowPost-Mortem Review
lib_involves_role2
- role:sre·Role
- role:incident-commander·RoleIncident Commander
lib_requires_skill_area2
- skill-area:incident-management·SkillAreaIncident Management
- skill-area:runbook-authoring·SkillAreaRunbook Authoring
Incoming edges
None.