iiRecord
Agentic AI Atlas · Change Approval
responsibility:change-approvala5c.ai
II.
Responsibility JSON

responsibility:change-approval

Structured · live

Change Approval json

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

File · domain/roles/responsibilities.yamlCluster · domain
Record JSON
{
  "id": "responsibility:change-approval",
  "_kind": "Responsibility",
  "_file": "domain/roles/responsibilities.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Change Approval",
    "description": "Reviewing and authorizing proposed changes to production systems and critical\nprocesses through a structured change advisory board or lightweight approval\nworkflow. Balancing speed of delivery with risk mitigation for the organization.\n",
    "cadence": "continuous"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "role:release-manager",
      "to": "responsibility:change-approval",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:change-manager",
      "to": "responsibility:change-approval",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:organizational-development-specialist",
      "to": "responsibility:change-approval",
      "kind": "holds_responsibility"
    },
    {
      "from": "workflow:change-management",
      "to": "responsibility:change-approval",
      "kind": "triggers_responsibility"
    }
  ]
}