iiRecord
Agentic AI Atlas · RFC Process
workflow:RFC-processa5c.ai
II.
Workflow JSON

workflow:RFC-process

Structured · live

RFC Process 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:RFC-process",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-expanded-4.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "RFC Process",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "ad-hoc",
    "complexity": "cross-team",
    "description": "Requesting and reviewing technical proposals through formal RFCs --\ndrafting the proposal with problem statement, alternatives, and\nrecommendation, soliciting feedback from stakeholders across teams,\niterating on concerns, reaching consensus or escalating disagreements,\nand publishing the final decision. Produces RFC documents, comment\nthreads, and decision records.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:RFC-process",
      "to": "role:chief-architect",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "role:engineering-program-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "responsibility:architecture-governance",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "responsibility:cross-team-alignment",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:RFC-process",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}