II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--oee-improvement
oee-improvement json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--oee-improvement",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "oee-improvement",
"description": "Overall Equipment Effectiveness Improvement - Measure and improve OEE by analyzing availability,\nperformance, and quality losses to maximize productive equipment time.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/oee-improvement.js",
"specialization": "industrial-engineering",
"references": [
"- Nakajima, Introduction to TPM\n- Hansen, Overall Equipment Effectiveness\n- SEMI E10 - Equipment Reliability, Availability, and Maintainability"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/oee-improvement', {\n equipmentId: 'CNC-Machine-01',\n currentOEE: 0.65,\n targetOEE: 0.85\n});",
"usesAgents": [
"measurement-specialist",
"oee-calculator",
"loss-categorizer",
"pareto-analyst",
"improvement-specialist",
"am-coordinator",
"dashboard-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:industrial-engineering--oee-improvement",
"to": "lib-agent:cli-mcp-development--dashboard-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}