Analyzes contracts for unfavorable or risky clauses and generates prioritized counter-proposals with replacement language. Use when reviewing a contract before signing, preparing for a negotiation, or responding to unfavorable terms. Trigger with "/negotiate" or "generate counter-proposals for this contract".
Reads a contract or agreement, identifies clauses that are unfavorable, one-sided, or carry hidden risk, and produces a structured negotiation strategy document with specific counter-proposals ranked by priority. Benchmarks replacement language against CommonPaper standard clauses (CC BY 4.0) to ensure proposed alternatives reflect market norms.
This skill performs analysis only — it does not create new contracts. It reads the source document and outputs a negotiation strategy in Markdown.
Legal Disclaimer: This skill generates AI-assisted analysis for informational purposes only. It does not constitute legal advice. All counter-proposals and replacement language must be reviewed by a licensed attorney before use in any binding agreement. No attorney-client relationship is created by using this tool.
.md, .txt, or .pdf)Identify the contract. Locate the contract file using Glob. If multiple contracts exist, ask the user to confirm which one to analyze.
Read the full contract. Use Read to ingest the entire document. Note the parties, effective date, governing law, and contract type.
Classify the user's position. Determine which party the user represents and their leverage context (e.g., small vendor vs. enterprise buyer).
Scan for unfavorable clauses. Evaluate every section against these risk categories:
Prioritize findings into three tiers:
Generate counter-proposals. For each flagged clause:
Create a ready-to-send email that:
Generate a single Markdown file named NEGOTIATION-STRATEGY-{contract-name}.md with:
# Negotiation Strategy: {Contract Name}
## Summary
- Contract: {name}
- Parties: {Party A} / {Party B}
- Representing: {which party}
- Date analyzed: {date}
- Clauses flagged: {count} ({MUST}: N, {SHOULD}: N, {NICE}: N)
## Risk Overview
{2-3 sentence executive summary of overall contract fairness}
## MUST-CHANGE Clauses
### 1. {Section Reference} — {Short Description}
**Original:** > {quoted text}
**Risk:** {plain English explanation}
**Counter-Proposal:** {replacement language}
**Confidence:** {HIGH/MEDIUM/LOW}
**Talking Points:**
- {point 1}
- {point 2}
## SHOULD-CHANGE Clauses
{same format}
## NICE-TO-CHANGE Clauses
{same format}
## Negotiation Email Draft
{professional email template}
## Benchmarks Referenced
- CommonPaper Standard Cloud Agreement (CC BY 4.0)
- {other relevant standards}
| Error | Cause | Solution |
|---|---|---|
| No contract file found | Missing or wrong path | Ask user for the file location |
| Ambiguous party role | Cannot determine who user represents | Ask user to clarify their position |
| Non-English contract | Skill optimized for English common law | Warn user; provide best-effort analysis with caveats |
| Highly specialized terms | Domain-specific clauses (e.g., pharma, defense) | Flag as requiring specialist review |
| PDF format unreadable | Scanned image PDF | Ask user for text version or OCR output |
Example 1: SaaS Vendor Agreement
Request: "Analyze this vendor agreement and generate counter-proposals — we're the customer"
Result: Strategy document identifying 12 clauses across 3 tiers:
Example 2: Freelancer Service Agreement
Request: "Review this freelance contract — I'm the freelancer"
Result: Strategy identifying one-sided IP assignment (propose limited license), missing kill fee provision (propose 25% kill fee after kickoff), and 2-year non-compete (propose narrowing to direct competitors for 6 months).
Compile the strategy document. Assemble all findings into the output format below.