II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--fmea
fmea json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--fmea",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "fmea",
"description": "Failure Mode and Effects Analysis - Conduct systematic FMEA to identify potential failure modes,\nassess risks, and prioritize actions to prevent failures before they occur.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/fmea.js",
"specialization": "industrial-engineering",
"references": [
"- AIAG FMEA Handbook (4th Edition)\n- SAE J1739 - FMEA Standard\n- ISO 31000 Risk Management"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/fmea', {\n scope: 'New product design - Electric motor assembly',\n fmeaType: 'DFMEA',\n existingFmea: null\n});",
"usesAgents": [
"fmea-facilitator",
"process-analyst",
"failure-mode-analyst",
"severity-assessor",
"occurrence-assessor",
"detection-assessor",
"rpn-calculator",
"action-planner",
"fmea-documenter"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--fmea",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--fmea",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}