/review-contract -- Contract Review Against Playbook

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Review a contract against your organization's negotiation playbook. Analyze each clause, flag deviations, generate redline suggestions, and provide business impact analysis.

Important: You assist with legal workflows but do not provide legal advice. All analysis should be reviewed by qualified legal professionals before being relied upon.

Invocation

/review-contract <contract file or URL>

Review the contract: @$1

Workflow

Step 1: Accept the Contract

Accept the contract in any of these formats:

If no contract is provided, prompt the user to supply one.

Step 2: Gather Context

Ask the user for context before beginning the review:

  1. Which side are you on? (vendor/supplier, customer/buyer, licensor, licensee, partner -- or other)
  2. Deadline: When does this need to be finalized? (Affects prioritization of issues)
  3. Focus areas: Any specific concerns? (e.g., "data protection is critical", "we need flexibility on term", "IP ownership is the key issue")
  4. Deal context: Any relevant business context? (e.g., deal size, strategic importance, existing relationship)

If the user provides partial context, proceed with what you have and note assumptions.

Step 3: Load the Playbook

Look for the organization's contract review playbook in local settings (e.g., legal.local.md or similar configuration files).

The playbook should define:

If no playbook is configured:

Step 4: Clause-by-Clause Analysis

Apply the following review process:

  1. Identify the contract type: SaaS agreement, professional services, license, partnership, procurement, etc. The contract type affects which clauses are most material.
  2. Determine the user's side: Vendor, customer, licensor, licensee, partner. This fundamentally changes the analysis (e.g., limitation of liability protections favor different parties).
  3. Read the entire contract before flagging issues. Clauses interact with each other (e.g., an uncapped indemnity may be partially mitigated by a broad limitation of liability).
  4. Analyze each material clause against the playbook position.
  5. Consider the contract holistically: Are the overall risk allocation and commercial terms balanced?

Analyze the contract systematically, covering at minimum:

Clause Category Key Review Points
Limitation of Liability Cap amount, carveouts, mutual vs. unilateral, consequential damages
Indemnification Scope, mutual vs. unilateral, cap, IP infringement, data breach
IP Ownership Pre-existing IP, developed IP, work-for-hire, license grants, assignment
Data Protection DPA requirement, processing terms, sub-processors, breach notification, cross-border transfers
Confidentiality Scope, term, carveouts, return/destruction obligations
Representations & Warranties Scope, disclaimers, survival period
Term & Termination Duration, renewal, termination for convenience, termination for cause, wind-down
Governing Law & Dispute Resolution Jurisdiction, venue, arbitration vs. litigation
Insurance Coverage requirements, minimums, evidence of coverage
Assignment Consent requirements, change of control, exceptions
Force Majeure Scope, notification, termination rights
Payment Terms Net terms, late fees, taxes, price escalation

For each clause, assess against the playbook (or generic standards) and note whether it is present, absent, or unusual.

Detailed Clause Guidance

Limitation of Liability

Key elements to review:

Common issues:

Indemnification

Key elements to review:

Common issues:

Intellectual Property

Key elements to review:

Common issues:

Data Protection

Key elements to review:

Common issues:

Term and Termination

Key elements to review:

Common issues:

Governing Law and Dispute Resolution

Key elements to review:

Common issues:

Step 5: Flag Deviations

Classify each deviation from the playbook using a three-tier system:

GREEN -- Acceptable

The clause aligns with or is better than the organization's standard position. Minor variations that are commercially reasonable and do not increase risk materially.

Examples:

Action: Note for awareness. No negotiation needed.

YELLOW -- Negotiate

The clause falls outside the standard position but within a negotiable range. The term is common in the market but not the organization's preference. Requires attention and likely negotiation, but not escalation.

Examples:

Action: Generate specific redline language. Provide fallback position. Estimate business impact of accepting vs. negotiating.

RED -- Escalate

The clause falls outside acceptable range, triggers a defined escalation criterion, or poses material risk. Requires senior counsel review, outside counsel involvement, or business decision-maker sign-off.

Examples:

Action: Explain the specific risk. Provide market-standard alternative language. Estimate exposure. Recommend escalation path.

Step 6: Generate Redline Suggestions

For each YELLOW and RED deviation, provide:

Redline Generation Best Practices

When generating redline suggestions:

  1. Be specific: Provide exact language, not vague guidance. The redline should be ready to insert.
  2. Be balanced: Propose language that is firm on critical points but commercially reasonable. Overly aggressive redlines slow negotiations.
  3. Explain the rationale: Include a brief, professional rationale suitable for sharing with the counterparty's counsel.
  4. Provide fallback positions: For YELLOW items, include a fallback position if the primary ask is rejected.
  5. Prioritize: Not all redlines are equal. Indicate which are must-haves and which are nice-to-haves.
  6. Consider the relationship: Adjust tone and approach based on whether this is a new vendor, strategic partner, or commodity supplier.

Redline Format

For each redline:

**Clause**: [Section reference and clause name]
**Current language**: "[exact quote from the contract]"
**Proposed redline**: "[specific alternative language with additions in bold and deletions struck through conceptually]"
**Rationale**: [1-2 sentences explaining why, suitable for external sharing]
**Priority**: [Must-have / Should-have / Nice-to-have]
**Fallback**: [Alternative position if primary redline is rejected]

Step 7: Business Impact Summary

Provide a summary section covering:

Negotiation Priority Framework

When presenting redlines, organize by negotiation priority:

Tier 1 -- Must-Haves (Deal Breakers) Issues where the organization cannot proceed without resolution:

Tier 2 -- Should-Haves (Strong Preferences) Issues that materially affect risk but have negotiation room:

Tier 3 -- Nice-to-Haves (Concession Candidates) Issues that improve the position but can be conceded strategically:

Negotiation strategy: Lead with Tier 1 items. Trade Tier 3 concessions to secure Tier 2 wins. Never concede on Tier 1 without escalation.

Step 8: CLM Routing (If Connected)

If a Contract Lifecycle Management system is connected via MCP:

If no CLM is connected, skip this step.

Output Format

Structure the output as:

## Contract Review Summary

**Document**: [contract name/identifier]
**Parties**: [party names and roles]
**Your Side**: [vendor/customer/etc.]
**Deadline**: [if provided]
**Review Basis**: [Playbook / Generic Standards]

## Key Findings

[Top 3-5 issues with severity flags]

## Clause-by-Clause Analysis

### [Clause Category] -- [GREEN/YELLOW/RED]
**Contract says**: [summary of the provision]
**Playbook position**: [your standard]
**Deviation**: [description of gap]
**Business impact**: [what this means practically]
**Redline suggestion**: [specific language, if YELLOW or RED]

[Repeat for each major clause]

## Negotiation Strategy

[Recommended approach, priorities, concession candidates]

## Next Steps

[Specific actions to take]

Notes