II.
SkillArea JSON
Structured · liveskill-area:runbook-authoring
Runbook Authoring json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:runbook-authoring",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-operations.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Runbook Authoring",
"description": "Writing clear, actionable operational runbooks that guide on-call engineers\nthrough diagnosis and remediation steps for known failure modes. Covers\nprocedure structure, alert linkage, decision trees, automation integration,\nand continuous runbook maintenance to reflect current system reality in\nSRE and operations practices.\n",
"domains": [
"domain:devops",
"specialization:sre"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:runbook-authoring",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:runbook-authoring",
"to": "specialization:sre",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:runbook-automation",
"to": "skill-area:runbook-authoring",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:incident-management",
"to": "skill-area:runbook-authoring",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "stack-profile:disaster-recovery",
"to": "skill-area:runbook-authoring",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:incident-management-platform",
"to": "skill-area:runbook-authoring",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:runbook-automation",
"to": "skill-area:runbook-authoring",
"kind": "requires_skill_area"
},
{
"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--oncall-setup",
"to": "skill-area:runbook-authoring",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "workflow:on-call-handoff",
"to": "skill-area:runbook-authoring",
"kind": "requires_skill_area",
"attributes": {}
}
]
}