II.
Responsibility JSON
Structured · liveresponsibility:architecture-decision
Architecture Decision json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:architecture-decision",
"_kind": "Responsibility",
"_file": "domain/roles/responsibilities.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Architecture Decision",
"description": "Evaluating technology choices and system design trade-offs, then documenting decisions\nas Architecture Decision Records (ADRs). Ensuring architectural choices align with\nlong-term scalability, security, and operational goals of the organization.\n",
"cadence": "quarterly"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "role:software-engineer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:blockchain-engineer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:research-scientist",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:tech-lead",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:cto",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:architect",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:principal-engineer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:solutions-architect",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:systems-integration-engineer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "workflow:technical-debt-reduction",
"to": "responsibility:architecture-decision",
"kind": "triggers_responsibility"
},
{
"from": "workflow:api-design-review",
"to": "responsibility:architecture-decision",
"kind": "triggers_responsibility"
},
{
"from": "workflow:architecture-decision-record",
"to": "responsibility:architecture-decision",
"kind": "triggers_responsibility"
},
{
"from": "role:cloud-architect",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:planner",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:adr-writer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:staff-engineer-convergent",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:security-architect",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:distinguished-engineer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:data-architect",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "role:staff-engineer",
"to": "responsibility:architecture-decision",
"kind": "holds_responsibility"
},
{
"from": "workflow:M-and-A-tech-integration",
"to": "responsibility:architecture-decision",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}