Eine Claude Skill, die einen unterzeichneten Vertrag entgegennimmt und eine zielgruppenangepasste einseitige Zusammenfassung produziert – für Führungskräfte, Operations oder Finance – mit expliziten „Mehrdeutig – siehe Rechtsberatung”-Fallbacks und einem Counsel review required-Block, wenn der Vertrag einen Eskalationsauslöser auslöst. Die Skill ist ein Lesehilfsmittel für Nicht-Anwälte, kein Ersatz für den Vertrag oder für die Rechtsberatung. Sie existiert, um die Zeit zwischen „ein Vertrag ist in meinem Posteingang gelandet” und „ich weiß, was ich damit tun muss” zu verkürzen, ohne die Nuancen zu überdecken, auf die es ankommt.
Das Artifact-Bundle liegt unter /artifacts/contract-summary-skill/: Die SKILL.md ist der Einstiegspunkt und die drei Dateien unter references/ sind das bearbeitbare Gerüst, das die Skill bei jedem Durchlauf lädt – die Zielgruppen-Fragebibliothek, die Pro-Zielgruppen-Format-Vorlagen und die Eskaliere-zur-Rechtsberatung-Triggerliste.
Wann einsetzen
Setzen Sie diese Skill ein, wenn ein Nicht-Anwalt auf Basis eines Vertrags handeln muss:
Eine Führungskraft, die entscheidet, ob sie einen Deal genehmigt, dessen kommerzielle Form sie versteht, dessen Vertrag sie aber noch nicht gelesen hat.
Ein CFO, der den Cashflow über die anfängliche Laufzeit modelliert – Zahlungsrhythmus, Eskalationsklauseln, Take-or-Pay, FX-Risiko.
Ein Operations-Verantwortlicher, der gerade die Verantwortung für die Erfüllung eines Vertrags übernommen hat, den jemand anderes verhandelt hat, und der wissen muss, welche Berichte, Mitteilungen und SLAs im Kalender stehen.
Ein Beschaffungsverantwortlicher, der zwölf Monate vor der Verlängerung den Fristen-Tracker erstellt.
Ein M&A-Due-Diligence-Team, das eine einseitige Zusammenfassung jedes wesentlichen Vertrags im Portfolio des Targets benötigt.
Der Output ist eine Markdown-Zusammenfassung mit §-Referenzen in jeder Zeile. Leser können die Essenz in 60 Sekunden überfliegen und für alles, was sie verifizieren möchten, zum zitierten Abschnitt des Vertrags springen.
Wann NICHT einsetzen
Verwenden Sie diese Skill – oder eine beliebige LLM-Zusammenfassung – nicht für Folgendes:
Rechtsberatung. Die Skill fasst zusammen; sie äußert keine Meinung zur Durchsetzbarkeit, Verteidigbarkeit oder ob es sich lohnt, zu prozessieren. Das tut die Rechtsberatung, anhand von Fakten, die der Vertrag nicht enthält.
Streitfallanalyse. „Haben sie §7.2 verletzt?” hängt davon ab, was passiert ist, was kommuniziert wurde, was aufgehoben wurde. Eine Zusammenfassung glättet die Nuancen, auf die der Streit ankommt. Den Vertrag mit der Rechtsberatung lesen, nicht einen One-Pager.
Privilege-Bestimmung. Ob ein Dokument privilegiert ist, ist eine Funktion davon, wer es gesehen hat, in welcher Eigenschaft und zu welchem Zweck. Nichts davon ist im Vertrag.
Nicht-Tier-A-KI-Anbieter. Führen Sie das auf Claude aus (mit einem Workspace- oder Team-Plan, dessen Datenhandhabungs-Posture Sie überprüft haben). Leiten Sie Verträge – die kommerzielle Konditionen, PII der Gegenpartei und manchmal regulierte Daten enthalten – nicht durch Consumer-Grade-LLMs.
Nicht unterzeichnete Entwürfe, die als unterzeichnet behandelt werden. Zusammenfassungen, die aus Redlines geschrieben wurden, sind falsch, sobald der Vertrag unterzeichnet ist. Die Skill markiert Entwürfe und stellt eine Veraltungs-Zusammenfassungs-Warnung voran, aber die sicherere Standardeinstellung ist, auf die unterzeichnete Kopie zu warten.
Setup
Bundle einspielen./artifacts/contract-summary-skill/ in Ihr Claude Code Skills-Verzeichnis bei ~/.claude/skills/contract-summary/ kopieren (oder als Skill in ein Claude.ai-Projekt hochladen). Die SKILL.md ist der Einstiegspunkt; Claude lädt die drei Dateien unter references/ automatisch, wenn die Skill läuft.
Referenzdateien für Ihre Firma bearbeiten. Die Defaults in references/1-audience-question-library.md, references/2-summary-format-by-audience.md und references/3-escalate-to-legal-triggers.md sind Ausgangspunkte – ersetzen Sie sie durch den tatsächlichen Fragensatz, das Zusammenfassungsformat und die Eskalationsschwellen Ihrer Firma. Die Skill ist nur so meinungsstark wie die Referenzdateien, die Sie ihr geben.
Gegen einen Vertrag testen, dessen Konditionen Sie kennen. Auf einem Vertrag ausführen, dessen wesentliche Konditionen Sie von Hand verifizieren können – Gesamtwert, Erneuerungsdatum, Haftungsdeckelung, Kündigungsrechte. Bestätigen, dass jede Zeile im Output eine §-Referenz zitiert und dass alles Mehrdeutige als Mehrdeutig – siehe Rechtsberatung gerendert wird statt geglättet.
Die Eskalationsauslöser einrichten, die Ihr General Counsel sich sorgt. Die Standard-Triggerliste ist konservativ; fügen Sie die eigenen Ihrer Firma hinzu (z. B. Datenstandort-Klauseln für ein reguliertes Unternehmen, Audit-Rights-Schwellen für ein börsennotiertes Unternehmen).
Bedarfsgerecht verwenden. Die Vertragsdatei einlegen, die Zielgruppe benennen, die Zusammenfassung an das Genehmigungs-/Übergabe-/Verlängerungs-Artifact anhängen.
Was die Skill tatsächlich tut
SKILL.md führt fünf Schritte der Reihe nach aus. Das Zwei-Pass-Design – zuerst extrahieren, dann filtern – existiert, um zu verhindern, dass die Zielgruppen-Linse dazu führt, dass die Skill eine Klausel überspringt, die sie beim ersten Lesen als irrelevant eingeschätzt hätte.
Klausel-für-Klausel-Extraktion. Den Vertrag von oben nach unten durchgehen und jede Klausel erfassen, die Parteien, Laufzeit, Zahlung, Verlängerung, Kündigung, Haftung, Freistellung, IP, Vertraulichkeit, Daten, Änderungskontrolle, Gerichtsstand betrifft. Verbatim oder nahe-verbatim, mit §-Referenzen. Fehlende Klauseln werden explizit aufgezeichnet – „keine Haftungsdeckelung” ist ein Befund, keine Stille.
Zielgruppen-bewusstes Filtern. Den Fragensatz der genannten Zielgruppe (exec, ops oder finance) aus der Fragebibliothek laden und jede Frage den Klauseln zuordnen, die sie beantworten. Unbeantwortete Fragen als Im Vertrag nicht adressiert rendern, niemals als abgeleitete Branchenstandards.
Strukturierte Zusammenfassung. Die zielgruppengemäße Vorlage aus references/2-summary-format-by-audience.md rendern. Jede Zeile trägt eine §-Referenz; nichts wird ohne eine gerendert.
Mehrdeutigkeits- und Eskalations-Pass. Die gerenderte Zusammenfassung gegen references/3-escalate-to-legal-triggers.md erneut lesen. Wenn ein harter Auslöser feuert (unbegrenzte Haftung, MFN-Klausel, einseitige Kündigung aus Bequemlichkeit usw.), den Output mit einem COUNSEL REVIEW REQUIRED-Block voranstellen, der den Auslöser und § benennt. Wenn eine Klausel genuinerweise mehrdeutig ist, die Zeile durch Mehrdeutig – siehe Rechtsberatung plus die §-Referenz ersetzen.
Hinweise. Die pro-Zielgruppen-Hinweise rendern, jeweils gepaart mit der spezifischen Klausel, die sie ausgelöst hat, und der Aktion, die die Zielgruppe ergreifen sollte.
Kostenrealität
Token-Kosten sind die dominante Variable und skalieren mehr mit der Vertragslänge als mit der Zielgruppenwahl.
Vertragslänge
Ungefähre Input-Tokens
Kosten pro Zusammenfassung (Claude Sonnet)
Kosten pro Zusammenfassung (Claude Opus)
Kurz (5–10 Seiten, MSA Kurzform)
~8k
~$0,04
~$0,20
Standard (15–30 Seiten, typisches SaaS-MSA)
~25k
~$0,10
~$0,50
Lang (50–80 Seiten, Enterprise-MSA + Anhänge)
~70k
~$0,25
~$1,20
Schwer (100–200 Seiten, M&A-SPA, IP-Lizenzierung)
~150k
~$0,55
~$2,60
Output ist klein (typischerweise unter 2k Token) und rundet gegenüber den Input-Kosten zu Rauschen auf.
Bei einem typischen Mid-Market-Legal-Ops-Volumen von 40 Verträgen pro Monat (20 Standard, 15 lang, 5 schwer) liegen die monatlichen Kosten auf Sonnet bei rund $13–20; auf Opus bei $60–90. Ein Team, das jeden Verlängerungs-Pack bei 200 Verträgen pro Monat durch die Skill laufen lässt, liegt im $60–100/Monat-Bereich auf Sonnet, $300–450 auf Opus. Beide Bänder werden von den Gehaltskosten der halben Stunde pro Vertrag für einen Paralegal in den Schatten gestellt, der sonst dieselbe Zusammenfassung erstellen würde.
Erfolgsmetrik
Verfolgen Sie zwei Metriken. Beide sollten sich in dieselbe Richtung bewegen, oder Sie haben ein Kalibrierungsproblem.
Zeit-bis-Zusammenfassung. Wanduhr von „Vertrag eingegangen” bis „Zusammenfassung an Genehmigungsworkflow angehängt”. Baseline vor dieser Skill ist typischerweise 30–90 Minuten (Paralegal-Review). Ziel nach der Adoption ist unter 10 Minuten (Skill-Durchlauf + Reviewer-Stichprobenprüfung).
Nachgelagerte Rechts-Eskalationsrate. Von den Verträgen, die durch die Skill laufen, welcher Anteil erreicht die Rechtsberatung, nachdem die Zusammenfassung vorliegt? Das sollte steigen, wenn die Skill richtig kalibriert ist – die Eskalationsauslöser existieren, um Verträge aufzuzeigen, die rechtliche Augen brauchen und die zuvor abgestempelt wurden, weil niemand das Papier gelesen hat. Wenn die Rate sinkt, überpflastert die Skill, und die Eskalationsauslöser in references/3-escalate-to-legal-triggers.md müssen verschärft werden.
Wenn die Zeit-bis-Zusammenfassung und die Eskalationsrate steigen, funktioniert die Skill. Wenn nur das Erste passiert, haben Sie eine Konfidenzmaschine gebaut, die Risiken verbirgt.
Vergleich mit Alternativen
Ironclad Executive Summaries (CLM-nativ). Ironclads Workflow Designer kann Zusammenfassungen aus Verträgen ausgeben, die in Ironclad entstanden sind. Die Zusammenfassung ist auf Daten beschränkt, die Ironclad bereits strukturiert hat. Verwenden Sie Ironclad, wenn Ihre Verträge in Ironclad leben und Sie Zusammenfassungen innerhalb dieses Workflows brauchen. Verwenden Sie diese Skill, wenn Ihre Verträge als .docx/.pdf von außerhalb des CLM ankommen, oder wenn Sie einen Zielgruppen-Schnitt brauchen, den Ironclads Vorlagen nicht unterstützen.
Spellbook (Word Add-in). Spellbook konzentriert sich auf Entwurf und Redlining in Word und enthält eine Zusammenfassungsfunktion. Es ist für den Anwalt-in-Word-Workflow optimiert. Verwenden Sie Spellbook, wenn Ihr Rechtsteam in Word lebt und Entwurf und Zusammenfassung in einem Fenster möchte. Verwenden Sie diese Skill, wenn Ihre Zielgruppe Nicht-Anwälte sind und Sie zielgruppenangepasste Zusammenfassungen möchten, die Eskalationsauslöser explizit markieren.
Manuell erstellte Paralegal-Abstracts. Ein geschulter Paralegal produziert die besten Zusammenfassungen mit einem sauberen Musterbeispiel. Kosten ist das Halbstunden-pro-Vertrag-Problem und das Inkonsistenzproblem (zwei Paralegals werden unterschiedliche Klauseln betonen). Verwenden Sie die Skill als First Pass, den Paralegal als Stichprobenprüfung.
Wichtige Hinweise
Über-Zusammenfassung, die Nuancen verliert. Eine „12-monatige Haftungsdeckelung” liest sich einfach, aber die Ausnahmen (grobe Fahrlässigkeit, IP-Freistellung, Datenschutzverletzungsansprüche) definieren oft die tatsächliche Exposition. Guard: Die Skill gibt immer die Deckelungszeile und eine separate „Deckelungs-Ausnahmen”-Zeile aus, die den Ausnahmenabschnitt verbatim zitiert; wenn keine Ausnahmen gefunden werden, liest die Zeile „Keine Ausnahmen gefunden – mit Rechtsberatung verifizieren.”
Zielgruppen-Fehlanpassung. Verlängerungs-Preisdetails einer Führungskraft zu zeigen, die nur das Genehmigungswesentliche braucht, erzeugt Rauschen; nur das Genehmigungswesentliche dem Finance zu zeigen, lässt das Budgetmodell falsch. Guard: Der audience-Parameter ist erforderlich; die Skill weigert sich zu rendern ohne ihn und bittet den Aufrufer zu spezifizieren.
Die Zusammenfassung als Rechtsauslegung zurückzitieren. Nachgelagerte Leser behandeln die Zusammenfassung manchmal als den Vertrag. Guard: Jeder Output beginnt mit Keine Rechtsberatung und jede Zeile trägt eine §-Referenz, damit der Leser anhand der Quelle verifizieren kann. Wenn ein Leser die Zusammenfassung als Grundlage einer Rechtsposition weiterleitet, machen die §-Referenzen offensichtlich, dass der Vertrag – nicht die Zusammenfassung – die Wahrheitsquelle ist.
Veralteter Entwurf als unterzeichnet zusammengefasst. Zusammenfassungen aus Redlines geschrieben sind falsch, sobald der Vertrag unterzeichnet ist. Guard: Die Skill erkennt Entwurfsmarkierungen (nachverfolgte Änderungen, „ENTWURF”-Wasserzeichen, Versionsmarkierungen im Dateinamen) und stellt eine Warnung voran, dass die Zusammenfassung möglicherweise nicht dem unterzeichneten Text entspricht; nach der Unterzeichnung erneut ausführen.
Stack
Kombinieren Sie mit Klausel-Extraktion für die strukturierte Datenversion desselben Vertrags, oder mit Vertrags-Redline für den Verhandlungs-Stage-Workflow, der vor diesem hier läuft.
---
name: contract-summary
description: Produce an executive-readable summary of an executed contract for non-lawyer audiences (exec, ops, finance). Takes a contract file plus the audience type and returns a one-page Markdown summary that surfaces what each audience actually needs to act on, with explicit "ambiguous — see legal" fallbacks. Not for legal advice, dispute analysis, or privilege determination.
---
# Contract summary
## When to invoke
Whenever a non-lawyer needs to understand what is in an executed (or near-executed) contract well enough to do their job: an exec deciding whether to sign off, a CFO modeling cash flow, a deal team briefing the board, an ops owner who has just inherited responsibility for the counterparty relationship, a procurement lead preparing a renewal.
The output is a structured one-page Markdown summary tuned to the audience the caller names. It is a reading aid, not a substitute for the contract.
Do NOT invoke this skill for:
- Legal advice. The skill summarizes; it does not opine on whether a clause is enforceable, whether a position is defensible, or whether to sue. That is counsel's job.
- Dispute analysis. If the question is "did they breach?", read the contract with counsel against the specific facts. A summary will flatten the nuance the dispute turns on.
- Privilege determination. The skill cannot decide whether a document is protected. Privilege depends on facts the contract does not contain (who saw it, in what capacity, for what purpose).
- Non-Tier-A AI vendors. Run this on Claude only. Do not pipe contracts to consumer-grade LLMs whose data-handling posture you have not reviewed; contracts contain commercial terms, counterparty PII, and sometimes regulated data.
## Inputs
- Required: `contract` — the executed contract as `.docx`, `.pdf`, or pasted Markdown. If it is a redline or draft, the skill prepends a warning to the output that the summary may be stale.
- Required: `audience` — one of `exec`, `ops`, `finance`. Drives which questions the watch-outs section answers and which clauses get emphasis. See `references/2-summary-format-by-audience.md` for the per-audience question library.
- Optional: `template` — path to a firm-specific summary template that overrides the default output format (e.g. your GC's preferred structure for board-pack approvals).
- Optional: `prior_version` — a previous executed version of the same contract. When provided, the skill adds a "What changed since the prior version" section instead of the standard intro.
## Reference files
Always load the following from `references/` before summarizing. Without them, the skill falls back to a generic format and misses the audience-specific questions that make the summary actionable.
- `references/1-audience-question-library.md` — the canonical questions exec, ops, and finance audiences ask of a contract. The skill uses this to decide which clauses to surface and how to phrase the watch-outs.
- `references/2-summary-format-by-audience.md` — the literal Markdown scaffold for each audience. Copy the matching template, fill it in from the contract, leave any unanswered field as `Ambiguous — see legal`.
- `references/3-escalate-to-legal-triggers.md` — the list of clause patterns and ambiguity signals that force the skill to stop summarizing and emit an escalation block. When a trigger fires, the skill returns the partial summary plus an explicit "Counsel review required before acting on this summary" header.
## Method
Run these five sub-tasks in order. The skill is single-pass per section but two-pass overall: extraction first, then audience-aware filtering.
### 1. Clause-by-clause extraction
Walk the contract top to bottom and extract a structured list of every clause that affects: parties, term, payment, renewal, termination, liability, indemnity, IP, confidentiality, data handling, change control, governing law. Do not summarize yet. Capture the clause verbatim or near-verbatim, with section reference (e.g. "§7.2"), so the next pass has citations to point at.
If a clause type is absent, record "not present in contract" rather than inferring its content from boilerplate. Absent clauses are often the most important watch-out (e.g. no liability cap, no termination for convenience).
### 2. Audience-aware filtering
Load the question set for the named `audience` from `references/1-audience-question-library.md`. For each question, find the clause(s) from step 1 that answer it. If no clause answers a question, mark it `Not addressed in contract` — do not invent an answer from "industry standard" defaults.
This step is the reason the skill is two-pass: extracting first and filtering second prevents the audience lens from causing the skill to overlook a clause it would have judged irrelevant on first read.
### 3. Structured summary
Render the audience-matched template from `references/2-summary-format-by-audience.md`. Quote section references in every line so the reader can jump back to the source. Use plain language; never use legalese the audience would have to translate.
### 4. Ambiguity and escalation pass
Re-read the rendered summary against `references/3-escalate-to-legal-triggers.md`. For each trigger:
- If a trigger fires (e.g. uncapped indemnity, MFN clause, unilateral termination for convenience by counterparty only, ambiguous governing-law fork), prepend the output with a `Counsel review required` block naming the trigger and the §.
- If a clause is genuinely ambiguous (drafting error, contradicting sections, undefined defined term), replace the rendered line with `Ambiguous — see legal` plus the § reference. Never paper over ambiguity with a confident paraphrase.
### 5. Watch-outs section
Render the per-audience watch-outs from the question library. Each watch-out is paired with the specific clause that triggered it and the action the audience should take (read §X, ask counsel about Y, model scenario Z in the budget).
## Output format
Render exactly this structure (substitute the audience block for the named audience). Anything the contract does not answer is rendered as `Ambiguous — see legal` or `Not addressed in contract`, never elided.
```markdown
# Contract summary — {Counterparty} / {Contract type} ({Effective date})
> Audience: {exec | ops | finance}
> Source: {filename}, {N} pages, executed {date}
> Prepared by: contract-summary skill (Claude). Not legal advice.
## Parties
- Customer: {legal entity, jurisdiction} (§{ref})
- Vendor: {legal entity, jurisdiction} (§{ref})
- Affiliates in scope: {list or "none"} (§{ref})
## Term
- Effective date: {date} (§{ref})
- Initial term: {duration} (§{ref})
- Initial term ends: {date}
- Renewal mechanism: {auto-renew / opt-in / none} (§{ref})
- Renewal notice deadline: {date or "n/a"}
## Key obligations
- Our side: {plain-language obligations, with §refs}
- Their side: {plain-language obligations, with §refs}
- Service levels / acceptance criteria: {summary or "Not addressed"} (§{ref})
## Key money flows
- Total contract value: {amount, currency} (§{ref})
- Payment cadence: {monthly / quarterly / annual / milestone} (§{ref})
- Payment terms: {Net X} (§{ref})
- Price escalators: {CPI / fixed / none} (§{ref})
- Late payment penalties: {summary or "Not addressed"} (§{ref})
- Taxes: {who pays} (§{ref})
## Renewal terms
- Auto-renewal: {yes / no} (§{ref})
- Renewal length: {duration}
- Notice to prevent renewal: {duration} before term end
- Pricing on renewal: {locked / market / capped escalator} (§{ref})
## Termination rights
- Termination for convenience — us: {yes / no, notice} (§{ref})
- Termination for convenience — them: {yes / no, notice} (§{ref})
- Termination for cause: {triggers, cure period} (§{ref})
- Effect of termination: {data return, transition assistance} (§{ref})
## Watch-outs for {audience}
- **{Watch-out 1}** — {one-sentence why this matters to this audience}.
Action: {read §X / ask counsel about Y / model scenario Z}.
- **{Watch-out 2}** — ...
- **{Watch-out 3}** — ...
```
If a `Counsel review required` trigger fires, the entire output is prepended with:
```markdown
> COUNSEL REVIEW REQUIRED before acting on this summary.
> Trigger(s): {list}, see §{refs}.
```
## Watch-outs
- **Over-summarization losing nuance.** A "12-month liability cap" reads simply but the carve-outs (gross negligence, IP indemnity, data-breach claims) often define the actual exposure. Guard: the skill always emits the cap line *and* a separate "Cap carve-outs" line citing the carve-out section verbatim; if no carve-outs are found, the line reads "No carve-outs found — verify with counsel."
- **Audience mismatch.** Surfacing renewal-pricing detail to an exec who only needs the sign-off gist creates noise; surfacing only the sign-off gist to finance leaves the budget model wrong. Guard: the audience parameter is required; if absent, the skill refuses to render and asks the caller to specify.
- **Citing the summary back as legal interpretation.** Downstream readers sometimes treat the summary as the contract. Guard: every output is prefixed with `Not legal advice` and every line carries a §reference so the reader can verify against the source. If the caller forwards the summary as the basis of a legal position, the reference back to the §s in the contract is built into the document.
- **Stale draft summarized as executed.** Summaries written from redlines are wrong by the time the contract is signed. Guard: the skill detects draft markers (track changes, "DRAFT" watermark, "v" in filename) and prepends a warning that the summary may not match the executed text; re-run after signature.
# Audience question library — TEMPLATE
> The contract-summary skill loads this file before filtering the
> extracted clause list. Each audience has a different set of questions
> they ask of a contract; the summary should answer those questions
> and only those questions. Replace the placeholder questions below
> with the ones your team actually asks — the defaults are a starting
> point, not your firm's voice.
## Exec audience
The exec is approving sign-off. They want the gist plus anything that would embarrass them in a board meeting six months from now.
Standard questions:
1. What does this commit us to do, in one sentence?
2. What does it commit them to do, in one sentence?
3. What is the total contract value over the initial term?
4. What is the longest we can be locked in (initial term + worst-case renewals)?
5. Can either side walk away for convenience? With what notice?
6. Is there anything unusual that a reasonable peer would push back on? (Uncapped liability, MFN clause, exclusivity, IP transfer, change-of-control restriction.)
7. Are there obligations on us that require operational changes (audit rights, security controls, named personnel) that the business has not yet planned for?
Watch-outs to surface for exec:
- Auto-renewals with short notice windows (>12 month renewal, <90 day notice — high regret risk)
- Change-of-control restrictions (relevant to any future M&A conversation)
- Exclusivity, non-solicit, or non-compete obligations
- Personal guarantees or executive sign-off requirements
- Any clause that names an individual (key-person dependency)
## Ops audience
The ops audience is responsible for executing the contract day-to-day: delivering against SLAs, tracking deliverables, managing the relationship.
Standard questions:
1. What are we obligated to deliver, by when?
2. What service levels apply, and what are the consequences of missing them?
3. What deliverables, reports, or notices do we owe them on a recurring basis?
4. What deliverables, reports, or notices do they owe us?
5. Who is the named contact / point of escalation on each side?
6. What change-control process governs scope changes?
7. What are the operational triggers for renewal notice (date, responsible party, system of record)?
Watch-outs to surface for ops:
- Service-level commitments without a clear measurement methodology
- Reporting cadences that are not yet wired into the team's calendar
- Notice obligations that require formal written delivery (vs email)
- Audit cooperation obligations (who handles, on what timeline)
- Data return / destruction obligations on termination
## Finance audience
The finance audience is modeling cash flow, recognizing revenue or expense, and forecasting renewal economics.
Standard questions:
1. What is the total contract value, by year of the initial term?
2. What is the payment cadence and net terms?
3. Is the price fixed, escalating, or usage-variable? If escalating, on what basis (CPI, fixed %, market)?
4. Are there minimum commitments or take-or-pay provisions?
5. Who pays which taxes (sales, VAT, withholding)?
6. What are the consequences of late payment (interest rate, suspension, termination)?
7. What is the renewal pricing structure, and when does notice need to be given to avoid an unfavorable renewal?
Watch-outs to surface for finance:
- CPI escalators without a cap (open-ended budget exposure)
- Auto-renewal with locked-in price increases
- Currency exposure (counterparty in different currency, no FX clause)
- Withholding tax obligations the AP team has not modeled
- Termination liability (early-termination fees, payment for remaining term)
## Last edited
{YYYY-MM-DD}
# Escalate-to-legal triggers — TEMPLATE
> When the contract-summary skill detects any of the patterns below,
> it stops summarizing the affected line and emits a
> `Counsel review required` block at the top of the output, naming
> the trigger and the §reference. The skill never paraphrases over
> these patterns; over-summarization here is the highest-risk failure
> mode. Replace the placeholder thresholds with your firm's actual
> escalation criteria — the defaults are a conservative starting
> point.
## Hard triggers (always escalate)
| Pattern | Why it triggers | What the summary emits |
|---|---|---|
| Uncapped liability or "no cap on indemnity for X" | Unbounded exposure | "COUNSEL REVIEW REQUIRED — uncapped liability at §{ref}" |
| Liability cap < 6 months of fees | Unusually low cap | Block + cap stated verbatim |
| Mutual indemnity replaced with one-way (against us) | Asymmetric risk | Block + clause stated verbatim |
| MFN ("most favored nation") clause | Constrains future deals | Block + §ref |
| Unilateral termination for convenience (counterparty only) | We can be exited at will | Block + notice period |
| Change of control without consent | Blocks M&A | Block + §ref |
| Exclusivity or non-compete on us | Limits future business | Block + scope and duration |
| IP assignment beyond deliverables | Over-broad IP transfer | Block + scope |
| Personal guarantee | Individual on the hook | Block + §ref |
| Choice-of-law in counterparty-favorable jurisdiction without arbitration | Litigation venue risk | Block + jurisdiction |
| Auto-renewal > 12 months with notice window < 90 days | High regret risk | Block + the dates |
## Soft triggers (escalate if combined)
Any single one of these does not force an escalation, but two or more in the same contract trigger a `Counsel review recommended` (lower severity than `required`):
- Termination for cause without a cure period
- "Sole discretion" wording in an obligation that affects us
- Defined terms used before they are defined
- References to schedules / exhibits that are not attached
- Currency or governing law mentioned inconsistently across sections
- Notice obligations requiring physical mail or specific carriers
- Audit rights without scope or frequency limits
- Data-handling obligations citing standards not named in the contract (e.g. "industry-standard practices" with no definition)
## Ambiguity triggers (replace line with "Ambiguous — see legal")
The skill does not paraphrase past these — it leaves the gap visible so legal review fills it in:
- Two sections appear to conflict on the same point (e.g. term ends on different dates in different clauses)
- A defined term is used but never defined
- A monetary amount is given in two different units or currencies
- Dates are inconsistent (e.g. effective date later than first payment date)
- A signature block is missing or incomplete
- The contract refers to a counterparty entity name that does not match the parties block
## Output format for an escalation block
```markdown
> COUNSEL REVIEW REQUIRED before acting on this summary.
> Trigger(s):
> - {Trigger name} (§{ref}): {one-line description}
> - {Trigger name} (§{ref}): {one-line description}
> Do not rely on any line of this summary as legal interpretation.
> Counsel should review the cited sections before sign-off.
```
## Last edited
{YYYY-MM-DD}