II.
Workflow JSON
Structured · liveworkflow:architecture-review-board
Architecture Review Board json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:architecture-review-board",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-4.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Architecture Review Board",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "bi-weekly",
"complexity": "cross-team",
"description": "Reviewing proposed architectural changes through a cross-functional\nboard -- submitting architecture proposals (RFCs, design docs),\nevaluating against architectural principles and non-functional\nrequirements, discussing trade-offs, issuing approval or requesting\nrevisions, and recording decisions as ADRs. Produces review minutes,\napproval decisions, and architectural decision records.\n"
},
"outgoingEdges": [
{
"from": "workflow:architecture-review-board",
"to": "role:chief-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "role:head-of-platform",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "role:head-of-security",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "responsibility:architecture-governance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "responsibility:technical-strategy",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:architecture-review-board",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}