II.
SkillArea JSON
Structured · liveskill-area:cross-team-coordination
Cross-Team Coordination json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:cross-team-coordination",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-leadership.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cross-Team Coordination",
"description": "Managing dependencies, communication, and alignment between multiple engineering\nteams or platform consumers - dependency tracking, RFC and RFC-adjacent processes,\nshared on-call coverage, and resolving conflicting priorities across group\nboundaries. Essential for platform organizations where many teams share\ninfrastructure and must release or deprecate safely.\n",
"domains": [
"domain:software-engineering",
"domain:platform-engineering"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:cross-team-coordination",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:cross-team-coordination",
"to": "domain:platform-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:stakeholder-management",
"to": "skill-area:cross-team-coordination",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "lib-agent:project-management--program-manager",
"to": "skill-area:cross-team-coordination",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:project-management--dependency-mapper",
"to": "skill-area:cross-team-coordination",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "role:distinguished-engineer",
"to": "skill-area:cross-team-coordination",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:chief-product-officer",
"to": "skill-area:cross-team-coordination",
"kind": "requires_expertise",
"attributes": {}
}
]
}