II.
LibraryProcess JSON
Structured · livelib-process:legal--contract-lifecycle-workflow
legal/contract-lifecycle-workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--contract-lifecycle-workflow",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "legal/contract-lifecycle-workflow",
"description": "End-to-end commercial contract lifecycle: party/context intake, kip recall of\n counterparty history and playbook positions, parallel clause extraction + risk scoring,\n redline drafting with mandatory high-risk dispositions, adversarial redline critique gate\n (clause-level evidence, executed coverage check), policy-gated external redline send,\n bounded negotiation rounds with per-round routed approval of non-standard terms\n (severity-routed legal-counsel vs general-counsel), policy-gated terms acceptance and\n signature execution, obligation extraction and handoff, kip assert of\n deviations/positions/outcomes.",
"libraryPath": "library/specializations/domains/business/legal/contract-lifecycle-workflow.js",
"specialization": "legal",
"example": "const result = await orchestrate('legal/contract-lifecycle-workflow', {\n contractPath: 'contracts/acme-msa.md',\n counterparty: 'Acme Corp',\n contractType: 'master-services-agreement',\n partyRole: 'vendor',\n playbook: 'standard-msa-playbook',\n maxNegotiationRounds: 3\n});",
"usesAgents": [
"legal-intake-analyst",
"legal-clause-analyst",
"legal-risk-analyst",
"legal-redline-drafter",
"legal-negotiation-analyst",
"legal-obligation-analyst",
"legal-handoff-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "skill-area:knowledge-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "topic:quality-assurance",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "domain:business",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "role:general-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-lifecycle-workflow",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}