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

workflow:retrospective

Structured · live

Retrospective json

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

File · workflows/workflows/workflows-support.yamlCluster · workflows
Record JSON
{
  "id": "workflow:retrospective",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-support.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Retrospective",
    "workflowKind": "support",
    "triggerType": "scheduled",
    "typicalCadence": "bi-weekly",
    "complexity": "single-team",
    "description": "Facilitates team reflection on recent work, identifying what went\nwell, what needs improvement, and actionable follow-ups.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:retrospective",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "responsibility:postmortem-writeup",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "responsibility:postmortem-writeup",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:retrospective",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:fireflies-ai",
      "to": "workflow:retrospective",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Recorded discussions and action items can feed team retrospectives and post-meeting analysis."
      }
    },
    {
      "from": "tool-server:mcp-fireflies-ai-candidate",
      "to": "workflow:retrospective",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Transcript and action-item retrieval would support retrospective evidence gathering."
      }
    }
  ]
}