iiRecord
Agentic AI Atlas · inventory-optimization
lib-process:supply-chain--inventory-optimizationa5c.ai
II.
LibraryProcess JSON

lib-process:supply-chain--inventory-optimization

Structured · live

inventory-optimization json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:supply-chain--inventory-optimization",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "inventory-optimization",
    "description": "Inventory Optimization and Segmentation - Analyze inventory using ABC/XYZ classification,\noptimize stocking levels by segment, and identify slow-moving/obsolete inventory for disposition.",
    "libraryPath": "library/specializations/domains/business/supply-chain/inventory-optimization.js",
    "specialization": "supply-chain",
    "references": [
      "- Demand Driven Institute: https://www.demanddriveninstitute.com/books\n- ASCM CPIM: https://www.ascm.org/learning-development/certifications-credentials/cpim/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/supply-chain/inventory-optimization', {\n  inventoryData: { items: [...], warehouses: [...] },\n  demandData: { historical: [...], forecast: [...] },\n  serviceLevelTargets: { fillRate: 0.98, stockoutRate: 0.02 }\n});",
    "usesAgents": [
      "inventory-analyst",
      "classification-analyst",
      "demand-variability-analyst",
      "segmentation-analyst",
      "policy-developer",
      "obsolete-inventory-analyst",
      "disposition-planner",
      "optimization-advisor"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "skill-area:procurement-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "skill-area:vendor-management-ops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "domain:supply-chain",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "role:supply-chain-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "specialization:supply-chain-optimization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "specialization:supply-chain",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:supply-chain--inventory-optimization",
      "to": "lib-agent:logistics--inventory-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}