Semantius Logo
CLMJune 27, 2026

Negotiation and Redlining

Work through counterparty markups in a structured negotiation, comparing proposed language against approved positions and capturing each round of changes. Surface the terms that need legal attention and route them for sign-off. When both sides agree, the negotiated contract moves cleanly into approval and execution, with a record of how the final language was reached.

Use the Negotiation and Redlining semantic blueprint

/semantius-admin use the architect, analyst and modeler skills to update the semantius platform with the model specified in https://www.semantius.com/blueprints/clm-negotiation-semantic-blueprint.md

Entity summary

Name data_object Description
Contract Risk Assessments contract_risk_assessments Structured assessments of the legal or commercial risk in a contract or clause, produced during review.
Negotiation Playbooks negotiation_playbooks Negotiation rules and fallback positions guiding how clauses may be redlined and which concessions are pre-approved.
Negotiation Threads contract_negotiation_threads Structured threads of negotiation rounds and counterparty exchanges on a contract.
flowchart TD
  classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20;
  classDef platform_builtin fill:#e0e0e0,stroke:#424242,color:#1a1a1a;
  negotiation_playbooks["Negotiation Playbooks"]
  contract_risk_assessments["Contract Risk Assessments"]
  contract_negotiation_threads["Negotiation Threads"]
  users["Users"]
  users -->|"reviews"| contract_risk_assessments
  users -->|"participates in"| contract_negotiation_threads
  class negotiation_playbooks master;
  class contract_risk_assessments master;
  class contract_negotiation_threads master;
  class users platform_builtin;
  style negotiation_playbooks stroke-dasharray:5 5;
  style contract_risk_assessments stroke-dasharray:5 5;
  style contract_negotiation_threads stroke-dasharray:5 5;