iiRecord
Agentic AI Atlas · Decision Retrospective
workflow:decision-retrospectivea5c.ai
II.
Workflow JSON

workflow:decision-retrospective

Structured · live

Decision Retrospective json

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

File · workflows/workflows/workflows-decision-intelligence.yamlCluster · workflows
Record JSON
{
  "id": "workflow:decision-retrospective",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-decision-intelligence.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Decision Retrospective",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-milestone",
    "complexity": "cross-team",
    "description": "Conducts structured retrospectives on significant organizational\ndecisions after outcomes are observable -- reconstructing the decision\ncontext and alternatives considered, evaluating information quality\navailable at decision time, assessing whether the decision process\nsurfaced the right considerations, distinguishing outcome quality from\ndecision quality, identifying repeatable decision patterns and\ncognitive biases, and extracting process improvements for future\ndecisions. Produces decision retrospective document and\ndecision-framework updates. Excludes ongoing decision tracking.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:decision-retrospective",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "role:planner",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "skill-area:adr-writing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "domain:decision-intelligence",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "domain:knowledge-management",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "responsibility:retro-facilitation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "responsibility:adr-curation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "org-unit:operations-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:decision-retrospective",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}