II.
LibraryProcess JSON
Structured · livelib-process:supply-chain--network-design
network-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:supply-chain--network-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "network-design",
"description": "Supply Chain Network Design - Model and optimize distribution network configurations using\ncenter of gravity analysis and scenario planning to minimize costs while meeting service targets.",
"libraryPath": "library/specializations/domains/business/supply-chain/network-design.js",
"specialization": "supply-chain",
"references": [
"- Coupa Supply Chain Design: https://www.coupa.com/products/supply-chain-design\n- Network Design Best Practices: https://www.llamasoft.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/supply-chain/network-design', {\n currentNetwork: { facilities: [...], flows: [...] },\n demandData: { regions: [...] },\n costData: { transportation: {...}, warehousing: {...} },\n serviceTargets: { deliveryTime: '2-days', fillRate: 0.98 }\n});",
"usesAgents": [
"network-analyst",
"demand-cost-modeler",
"cog-analyst",
"network-optimizer",
"scenario-developer",
"service-validator",
"implementation-planner"
]
},
"outgoingEdges": [
{
"from": "lib-process:supply-chain--network-design",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "skill-area:vendor-management-ops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "domain:supply-chain",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "specialization:supply-chain-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--network-design",
"to": "specialization:supply-chain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}