II.
LibraryProcess JSON
Structured · livelib-process:legal--contract-lifecycle-management
contract-lifecycle-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--contract-lifecycle-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "contract-lifecycle-management",
"description": "Contract Lifecycle Management (CLM) Implementation - End-to-end CLM system covering request intake,\nauthoring, negotiation, execution, obligation management, and renewal tracking.",
"libraryPath": "library/specializations/domains/business/legal/contract-lifecycle-management.js",
"specialization": "legal",
"references": [
"- Icertis CLM: https://www.icertis.com/\n- DocuSign CLM: https://www.docusign.com/products/clm\n- WorldCC Contract Management: https://www.worldcc.com/\n- NCMA Contract Management Body of Knowledge: https://www.ncmahq.org/education-certification/cmbok"
],
"example": "const result = await orchestrate('specializations/domains/business/legal/contract-lifecycle-management', {\n contractId: 'CTR-2024-001',\n stage: 'negotiation',\n action: 'advance',\n requestDetails: {\n requester: 'John Smith',\n department: 'Sales',\n contractType: 'master-services-agreement',\n counterparty: 'Acme Corp',\n value: 500000\n },\n outputDir: 'clm-output'\n});",
"usesAgents": [
"legal-analyst",
"legal-risk-analyst",
"legal-qa-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "skill-area:financial-regulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "workflow:compliance-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-management",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}