II.
Role JSON
Structured · liverole:adr-writer
ADR Writer (Bot) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:adr-writer",
"_kind": "Role",
"_file": "role/roles/roles-agentic-bots.yaml",
"_cluster": "role",
"attributes": {
"displayName": "ADR Writer (Bot)",
"isAgentic": true,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Agentic role that drafts ADRs from design discussions and PR threads.\n"
},
"outgoingEdges": [
{
"from": "role:adr-writer",
"to": "responsibility:adr-curation",
"kind": "holds_responsibility"
},
{
"from": "role:adr-writer",
"to": "responsibility:documentation",
"kind": "holds_responsibility"
},
{
"from": "role:adr-writer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:adr-writer",
"to": "skill-area:adr-writing",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:adr-writer",
"to": "skill-area:c4-modeling",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:adr-writer",
"to": "skill-area:reference-docs",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "lib-agent:decision-intelligence--decision-archivist",
"to": "role:adr-writer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "responsibility:adr-curation",
"to": "role:adr-writer",
"kind": "held_by",
"attributes": {}
}
]
}