II.
Responsibility JSON
Structured · liveresponsibility:incident-response-coordination
Incident response coordination json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:incident-response-coordination",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Incident response coordination",
"cadence": "on-demand",
"description": "Coordinate cross-team incident response — establish communication\nchannels, delegate workstreams, manage stakeholder updates, and\ndrive resolution.\n"
},
"outgoingEdges": [
{
"from": "responsibility:incident-response-coordination",
"to": "role:incident-commander",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:incident-response-coordination",
"to": "role:sre",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:incident-response-coordination",
"to": "role:engineering-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:incident-response-coordination",
"to": "skill-area:incident-response",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "responsibility:incident-response-coordination",
"to": "skill-area:incident-management",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-pagerduty",
"to": "responsibility:incident-response-coordination",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "PagerDuty incident and schedule access directly supports response coordination."
}
},
{
"from": "workflow:post-mortem",
"to": "responsibility:incident-response-coordination",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}