II.
SkillArea JSON
Structured · liveskill-area:golden-path-design
Golden Path Design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:golden-path-design",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Golden Path Design",
"description": "Creating opinionated, paved-road templates for common development\nworkflows — service scaffolding, CI/CD templates, standard\nobservability, and compliance-by-default configurations.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:golden-path-design",
"to": "domain:platform-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:golden-path-design",
"to": "skill-area:internal-developer-platform",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": [
{
"from": "skill-area:internal-developer-platform",
"to": "skill-area:golden-path-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
]
}