iiRecord
Agentic AI Atlas · Architecture Review Board
workflow:architecture-review-boarda5c.ai
II.
Workflow JSON

workflow:architecture-review-board

Structured · live

Architecture Review Board json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-expanded-4.yamlCluster · workflows
Record JSON
{
  "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": []
}