II.
Role JSON
Structured · liverole:site-supervisor
Site Supervisor json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:site-supervisor",
"_kind": "Role",
"_file": "role/roles/roles-expanded-4.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Site Supervisor",
"isAgentic": false,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Oversees day-to-day construction site operations — coordinates trades,\nenforces safety protocols, monitors quality of workmanship, tracks\nschedule adherence, and manages material deliveries. Serves as the\nprimary field contact for the project management team.\n"
},
"outgoingEdges": [
{
"from": "role:site-supervisor",
"to": "responsibility:building-code-compliance",
"kind": "holds_responsibility"
},
{
"from": "role:site-supervisor",
"to": "responsibility:fire-safety-compliance",
"kind": "holds_responsibility"
},
{
"from": "role:site-supervisor",
"to": "domain:construction",
"kind": "applies_to",
"attributes": {}
},
{
"from": "role:site-supervisor",
"to": "domain:residential-construction",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "responsibility:building-code-compliance",
"to": "role:site-supervisor",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:fire-safety-compliance",
"to": "role:site-supervisor",
"kind": "held_by",
"attributes": {}
},
{
"from": "workflow:construction-inspection",
"to": "role:site-supervisor",
"kind": "involves_role",
"attributes": {}
}
]
}