II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--warehouse-slotting
warehouse-slotting json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--warehouse-slotting",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "warehouse-slotting",
"description": "Warehouse Layout and Slotting Optimization - Design warehouse layouts and optimize product slotting\nto minimize travel time, improve picking productivity, and maximize space utilization.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/warehouse-slotting.js",
"specialization": "industrial-engineering",
"references": [
"- Bartholdi & Hackman, Warehouse & Distribution Science\n- Tompkins et al., Facilities Planning\n- De Koster et al., Design and control of warehouse order picking"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/warehouse-slotting', {\n warehouseData: 'Distribution center layout and SKU data',\n orderProfile: { avgLinesPerOrder: 5, ordersPerDay: 500 },\n constraints: ['height-restrictions', 'temperature-zones']\n});",
"usesAgents": [
"order-analyst",
"velocity-classifier",
"layout-designer",
"flow-designer",
"slotting-strategist",
"slot-assigner",
"performance-analyst",
"implementation-planner"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:industrial-engineering--warehouse-slotting",
"to": "lib-agent:shared--performance-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}