II.
LibraryProcess JSON
Structured · livelib-process:supply-chain--spend-analysis
spend-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:supply-chain--spend-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "spend-analysis",
"description": "Spend Analysis and Savings Identification - Analyze procurement spend by category, supplier,\nbusiness unit to identify consolidation opportunities, maverick spend, and cost reduction initiatives.",
"libraryPath": "library/specializations/domains/business/supply-chain/spend-analysis.js",
"specialization": "supply-chain",
"references": [
"- Coupa Spend Analysis: https://www.coupa.com/\n- GEP Spend Management: https://www.gep.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/supply-chain/spend-analysis', {\n spendData: { source: 'erp', path: '/data/spend.csv' },\n categories: ['IT', 'Marketing', 'Facilities'],\n timeframe: '12-months',\n objectives: { savingsTarget: 10 }\n});",
"usesAgents": [
"data-extractor",
"spend-classifier",
"supplier-analyst",
"maverick-analyst",
"consolidation-analyst",
"savings-analyst",
"prioritization-analyst",
"report-generator"
]
},
"outgoingEdges": [
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "skill-area:vendor-management-ops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "domain:supply-chain",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "specialization:supply-chain-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--spend-analysis",
"to": "specialization:supply-chain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}