II.
LibraryProcess JSON
Structured · livelib-process:logistics--reorder-point-calculation
reorder-point-calculation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--reorder-point-calculation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "reorder-point-calculation",
"description": "Dynamic safety stock and reorder point optimization based on demand variability, lead time analysis, and service level targets.",
"libraryPath": "library/specializations/domains/business/logistics/reorder-point-calculation.js",
"specialization": "logistics",
"references": [
"- DDMRP: https://www.amazon.com/Demand-Driven-Material-Requirements-Planning-DDMRP/dp/0831136286\n- Inventory Optimization: https://www.apics.org/"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/reorder-point-calculation', {\n inventory: [{ sku: 'SKU001', currentStock: 500, unitCost: 25 }],\n demandHistory: [{ sku: 'SKU001', dailyDemand: [50, 48, 52, 55, 45, 51, 49] }],\n leadTimeData: [{ sku: 'SKU001', avgLeadTime: 7, leadTimeStdDev: 1.5 }],\n serviceLevelTargets: { default: 0.95 }\n});",
"usesAgents": [
"demand-analyst",
"lead-time-analyst",
"service-level-specialist",
"safety-stock-calculator",
"reorder-point-calculator",
"eoq-calculator",
"optimization-specialist",
"reorder-report-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "workflow:strategic-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:logistics--reorder-point-calculation",
"to": "lib-agent:decision-intelligence--optimization-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}