iiRecord
Agentic AI Atlas · Lessons Learned Capture
workflow:lessons-learned-capturea5c.ai
II.
Workflow JSON

workflow:lessons-learned-capture

Structured · live

Lessons Learned Capture json

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

File · workflows/workflows/workflows-pr-bi-km-pm.yamlCluster · workflows
Record JSON
{
  "id": "workflow:lessons-learned-capture",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-pr-bi-km-pm.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Lessons Learned Capture",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-project",
    "complexity": "cross-team",
    "description": "Facilitates structured retrospectives at project completion or major\nmilestones — gathering participant feedback, identifying what worked well\nand what failed, extracting reusable process improvements, documenting\ndecision rationale for future reference, and routing actionable\nimprovements to process owners. Produces lessons-learned document and\nprocess improvement tickets. Excludes process change implementation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:lessons-learned-capture",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "role:planner",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "domain:knowledge-management",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "domain:project-management",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "responsibility:retro-facilitation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "responsibility:postmortem-writeup",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "org-unit:product-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:lessons-learned-capture",
      "to": "org-unit:operations-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}