II.
LibraryProcess JSON
Structured · livelib-process:devops-sre-platform--incident-response
incident-response json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:devops-sre-platform--incident-response",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "incident-response",
"description": "Incident Response Process - Structured incident management framework covering detection, triage, investigation,\nmitigation, resolution, and post-incident analysis with defined roles, communication protocols, severity levels, and\nrunbook 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/\n- PagerDuty Incident Response: https://response.pagerduty.com/\n- Atlassian Incident Management: https://www.atlassian.com/incident-management\n- FireHydrant: https://firehydrant.io/blog/incident-response-process/\n- Incident.io Best Practices: https://incident.io/guide/incident-response-process"
],
"example": "const result = await orchestrate('specializations/devops-sre-platform/incident-response', {\n incidentType: 'service-outage',\n severity: 'SEV-1',\n affectedServices: ['payment-api', 'checkout-service'],\n alertSource: 'prometheus',\n description: 'Payment API responding with 500 errors, affecting checkout flow',\n onCallTeam: 'platform-team'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "skill-area:incident-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "skill-area:runbook-authoring",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "topic:chaos-engineering",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "role:incident-commander",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "workflow:incident-response",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "workflow:post-mortem-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--incident-response",
"to": "specialization:devops-sre-platform",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}