II.
LibraryProcess JSON
Structured · livelib-process:legal--contract-drafting-automation
contract-drafting-automation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--contract-drafting-automation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "contract-drafting-automation",
"description": "Contract Drafting Automation - Automated contract drafting using templates, clause libraries, and playbooks\nto accelerate agreement creation while maintaining legal standards and compliance requirements.",
"libraryPath": "library/specializations/domains/business/legal/contract-drafting-automation.js",
"specialization": "legal",
"references": [
"- ABA Model Rules of Professional Conduct: https://www.americanbar.org/groups/professional_responsibility/publications/model_rules_of_professional_conduct/\n- Contract Automation Best Practices: https://www.icertis.com/\n- Legal Document Assembly: https://www.hotdocs.com/\n- Thomson Reuters Contract Express: https://legal.thomsonreuters.com/en/products/contract-express"
],
"example": "const result = await orchestrate('specializations/domains/business/legal/contract-drafting-automation', {\n contractType: 'nda',\n parties: [\n { name: 'Acme Corp', role: 'disclosingParty', jurisdiction: 'Delaware' },\n { name: 'Beta Inc', role: 'receivingParty', jurisdiction: 'California' }\n ],\n templateId: 'mutual-nda-v2',\n jurisdiction: 'Delaware',\n customClauses: ['extended-confidentiality-period', 'carve-out-public-info'],\n outputDir: 'contracts/drafts'\n});",
"usesAgents": [
"legal-analyst",
"compliance-specialist",
"legal-qa-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "skill-area:financial-regulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "workflow:compliance-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--contract-drafting-automation",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}