iiRecord
Agentic AI Atlas · cost-to-serve
lib-process:supply-chain--cost-to-servea5c.ai
II.
LibraryProcess JSON

lib-process:supply-chain--cost-to-serve

Structured · live

cost-to-serve 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--cost-to-serve",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "cost-to-serve",
    "description": "Supply Chain Cost-to-Serve Analysis - Calculate total cost to serve by customer, product,\nor channel including procurement, inventory, logistics, and service costs for profitability insights.",
    "libraryPath": "library/specializations/domains/business/supply-chain/cost-to-serve.js",
    "specialization": "supply-chain",
    "references": [
      "- McKinsey Supply Chain Cost-to-Serve: https://www.mckinsey.com/capabilities/operations/how-we-help-clients/supply-chain\n- Gartner Cost-to-Serve: https://www.gartner.com/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/supply-chain/cost-to-serve', {\n  customers: ['Customer A', 'Customer B'],\n  products: ['Product X', 'Product Y'],\n  channels: ['Direct', 'Distribution'],\n  costData: { procurement: {...}, logistics: {...} }\n});",
    "usesAgents": [
      "cost-collector",
      "procurement-analyst",
      "inventory-cost-analyst",
      "logistics-cost-analyst",
      "service-cost-analyst",
      "cts-calculator",
      "profitability-analyst",
      "optimization-advisor"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "skill-area:procurement-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "skill-area:vendor-management-ops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "domain:supply-chain",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "role:supply-chain-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "specialization:supply-chain-optimization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "specialization:supply-chain",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:supply-chain--cost-to-serve",
      "to": "lib-agent:supply-chain--procurement-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}