II.
LibraryProcess JSON
Structured · livelib-process:logistics--cycle-counting
cycle-counting json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--cycle-counting",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "cycle-counting",
"description": "Systematic inventory counting process with AI-driven count scheduling, variance analysis, and root cause identification to maintain inventory accuracy.",
"libraryPath": "library/specializations/domains/business/logistics/cycle-counting.js",
"specialization": "logistics",
"references": [
"- Inventory Ops: https://www.inventoryops.com/books.htm\n- APICS Inventory Management: https://www.ascm.org/"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/cycle-counting', {\n inventory: [{ sku: 'SKU001', location: 'A-01-01', systemQty: 100, abcClass: 'A' }],\n countingRules: { aItemsPerMonth: 12, bItemsPerMonth: 4, cItemsPerMonth: 1 },\n targetAccuracy: 99.5\n});",
"usesAgents": [
"inventory-stratification-specialist",
"count-scheduler",
"count-assignment-specialist",
"count-guidance-specialist",
"count-collection-specialist",
"variance-calculation-specialist",
"recount-specialist",
"root-cause-analyst",
"adjustment-processor",
"accuracy-metrics-specialist",
"corrective-actions-specialist",
"cycle-count-report-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--cycle-counting",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "workflow:strategic-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:logistics--cycle-counting",
"to": "lib-agent:scientific-discovery--root-cause-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}