II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--root-cause-analysis
root-cause-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--root-cause-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "root-cause-analysis",
"description": "Root Cause Analysis Investigation - Conduct structured root cause analysis investigations using\nsystematic problem-solving methods to identify and eliminate the true causes of problems.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/root-cause-analysis.js",
"specialization": "industrial-engineering",
"references": [
"- Andersen & Fagerhaug, Root Cause Analysis\n- Latino, Root Cause Analysis: Improving Performance for Bottom-Line Results\n- ASQ Root Cause Analysis Handbook"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/root-cause-analysis', {\n problemStatement: 'Customer complaints increased 40% for product X in Q3',\n problemData: { defectType: 'cosmetic', location: 'assembly-line-2' },\n impactAssessment: { customerComplaints: 150, scrapCost: 50000 }\n});",
"usesAgents": [
"problem-definer",
"containment-specialist",
"data-investigator",
"cause-theorist",
"cause-tester",
"root-cause-identifier",
"corrective-action-developer",
"implementation-planner",
"verification-planner",
"rca-reporter"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--root-cause-analysis",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}