iiRecord
Agentic AI Atlas · root-cause-analysis
lib-process:operations--root-cause-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:operations--root-cause-analysis

Structured · live

root-cause-analysis json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:operations--root-cause-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "root-cause-analysis",
    "description": "Root Cause Analysis Process - Apply systematic problem-solving using 5 Whys, fishbone diagrams,\nfault tree analysis, and hypothesis testing to identify true root causes of problems.",
    "libraryPath": "library/specializations/domains/business/operations/root-cause-analysis.js",
    "specialization": "operations",
    "references": [
      "- Andersen, B. & Fagerhaug, T. (2006). Root Cause Analysis\n- Ishikawa, K. (1990). Introduction to Quality Control\n- Taiichi Ohno - 5 Whys methodology"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/operations/root-cause-analysis', {\n  problemDescription: 'Increased defect rate in final assembly by 50%',\n  severity: 'high',\n  impactArea: 'Assembly Line 1',\n  dataAvailable: true\n});",
    "usesAgents": [
      "problem-analyst",
      "data-collector",
      "fishbone-facilitator",
      "five-whys-facilitator",
      "fault-tree-analyst",
      "prioritization-analyst",
      "verification-analyst",
      "corrective-action-developer",
      "preventive-action-developer",
      "report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:operations--root-cause-analysis",
      "to": "lib-agent:customer-experience--problem-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}