II.
LibraryProcess JSON
Structured · livelib-process:supply-chain--contract-management
specializations/domains/business/supply-chain/contract-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:supply-chain--contract-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/business/supply-chain/contract-management",
"description": "Contract Negotiation and Management - Develop negotiation strategies, conduct supplier negotiations,\ndraft contracts, and manage contract lifecycle including renewals and amendments.",
"libraryPath": "library/specializations/domains/business/supply-chain/contract-management.js",
"specialization": "supply-chain",
"references": [
"- Vantage Partners Negotiation: https://www.vantagepartners.com/",
"- Contract Management Best Practices: https://www.icertis.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/supply-chain/contract-management', {\n supplier: 'Acme Corp',\n contractType: 'Master Services Agreement',\n terms: { duration: '3-years', value: 5000000 },\n currentContract: { id: 'CNT-001', expirationDate: '2024-12-31' }\n});",
"usesAgents": [
"contract-strategist",
"negotiation-planner",
"contract-drafter",
"negotiator",
"contract-finalizer",
"contract-executor",
"lifecycle-manager"
]
},
"outgoingEdges": [
{
"from": "lib-process:supply-chain--contract-management",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "skill-area:vendor-management-ops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "domain:supply-chain",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "specialization:supply-chain-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--contract-management",
"to": "specialization:supply-chain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}