II.
LibraryProcess overview
Reference · livelib-process:legal--contract-lifecycle-workflow
legal/contract-lifecycle-workflow overview
End-to-end commercial contract lifecycle: party/context intake, kip recall of counterparty history and playbook positions, parallel clause extraction + risk scoring, redline drafting with mandatory high-risk dispositions, adversarial redline critique gate (clause-level evidence, executed coverage check), policy-gated external redline send, bounded negotiation rounds with per-round routed approval of non-standard terms (severity-routed legal-counsel vs general-counsel), policy-gated terms acceptance and signature execution, obligation extraction and handoff, kip assert of deviations/positions/outcomes.
Attributes
displayName
legal/contract-lifecycle-workflow
description
End-to-end commercial contract lifecycle: party/context intake, kip recall of
counterparty history and playbook positions, parallel clause extraction + risk scoring,
redline drafting with mandatory high-risk dispositions, adversarial redline critique gate
(clause-level evidence, executed coverage check), policy-gated external redline send,
bounded negotiation rounds with per-round routed approval of non-standard terms
(severity-routed legal-counsel vs general-counsel), policy-gated terms acceptance and
signature execution, obligation extraction and handoff, kip assert of
deviations/positions/outcomes.
libraryPath
library/specializations/domains/business/legal/contract-lifecycle-workflow.js
specialization
legal
example
const result = await orchestrate('legal/contract-lifecycle-workflow', {
contractPath: 'contracts/acme-msa.md',
counterparty: 'Acme Corp',
contractType: 'master-services-agreement',
partyRole: 'vendor',
playbook: 'standard-msa-playbook',
maxNegotiationRounds: 3
});
usesAgents
- legal-intake-analyst
- legal-clause-analyst
- legal-risk-analyst
- legal-redline-drafter
- legal-negotiation-analyst
- legal-obligation-analyst
- legal-handoff-writer
Outgoing edges
lib_applies_to_domain2
- domain:legal·DomainLegal
- domain:business
lib_belongs_to_specialization2
- specialization:legal-compliance·SpecializationLegal & Compliance
- specialization:legal·SpecializationLegal
lib_covers_topic1
- topic:quality-assurance·TopicQuality Assurance
lib_implements_workflow1
- workflow:contract-lifecycle·WorkflowContract Lifecycle
lib_involves_role3
- role:legal-counsel·RoleLegal Counsel
- role:general-counsel
- role:compliance-officer·RoleCompliance Officer
lib_requires_skill_area2
- skill-area:compliance-automation·SkillAreaCompliance Automation
- skill-area:knowledge-management
Incoming edges
None.