Uma Claude Skill que pega um contrato assinado e gera um resumo de uma página ajustado ao público — executivo, ops ou financeiro — com fallbacks explícitos de “Ambíguo — consultar jurídico” e um bloco Revisão jurídica obrigatória quando o contrato dispara um gatilho de escalonamento. A skill é um apoio de leitura para quem não é advogado, não um substituto do contrato nem do jurídico. Ela existe para encurtar o tempo entre “caiu um contrato na minha caixa de entrada” e “sei o que preciso fazer com ele” sem atropelar a nuance da qual o contrato depende.
O bundle do artefato fica em /artifacts/contract-summary-skill/: o SKILL.md é o ponto de entrada e os três arquivos em references/ são o scaffolding editável que a skill carrega a cada execução — a biblioteca de perguntas por público, os templates de formato por público e a lista de gatilhos de escalonamento para o jurídico.
Quando usar
Use esta skill quando alguém que não é advogado precisa agir sobre um contrato:
Um executivo decidindo se aprova um deal cuja forma comercial entende, mas cujo papel não leu.
Um CFO modelando fluxo de caixa ao longo do prazo inicial — cadência de pagamento, escalonamentos, take-or-pay, risco cambial.
Um dono de ops que acaba de herdar a responsabilidade de entregar um contrato negociado por outra pessoa e precisa saber quais relatórios, notificações e SLAs estão no calendário.
Um lead de procurement doze meses antes da renovação, montando o tracker de prazos de notificação.
Um time de due diligence de M&A que precisa de um resumo de uma página de cada contrato material no portfólio do alvo.
A saída é um resumo em Markdown com §referências em cada linha. Os leitores conseguem captar a essência em 60 segundos e pular para a seção citada do contrato para qualquer coisa que queiram verificar.
Quando NÃO usar
Não use esta skill — nem qualquer resumo de LLM — para o seguinte:
Aconselhamento jurídico. A skill resume; ela não opina sobre exequibilidade, defensabilidade ou se vale a pena litigar. Quem faz esse trabalho é o jurídico, contra fatos que o contrato não contém.
Análise de disputa. “Eles violaram a §7.2?” depende do que aconteceu, do que foi comunicado, do que foi renunciado. Um resumo achata a nuance da qual a disputa depende. Leia o contrato com o jurídico, não com um one-pager.
Determinação de privilégio. Se um documento é privilegiado depende de quem o viu, em que capacidade e com que propósito. Nada disso está no contrato.
Fornecedores de IA fora do Tier A. Rode em Claude (com um plano workspace ou team cuja postura de tratamento de dados você tenha revisado). Não passe contratos — que contêm termos comerciais, PII de contraparte e às vezes dados regulados — por LLMs de consumo.
Drafts não assinados tratados como assinados. Resumos escritos a partir de redlines estão errados na hora em que o contrato é assinado. A skill sinaliza drafts e prepende um aviso de resumo desatualizado, mas o default mais seguro é esperar até ter a cópia assinada.
Setup
Coloque o bundle. Copie /artifacts/contract-summary-skill/ para o diretório de skills do seu Claude Code em ~/.claude/skills/contract-summary/ (ou faça upload como Skill em um projeto Claude.ai). O SKILL.md é o ponto de entrada; o Claude carrega os três arquivos em references/ automaticamente quando a skill roda.
Edite os arquivos de referência para o seu escritório. Os defaults em references/1-audience-question-library.md, references/2-summary-format-by-audience.md e references/3-escalate-to-legal-triggers.md são pontos de partida — substitua pelo conjunto real de perguntas, formato de resumo e thresholds de escalonamento do seu escritório. A skill é tão opinionada quanto os arquivos de referência que você entrega para ela.
Teste contra um contrato cujos termos você conhece. Rode em um contrato cujos termos-chave você consegue verificar à mão — valor total, data de renovação, cap de responsabilidade, direitos de rescisão. Confirme que cada linha do output cita uma §referência e que qualquer coisa ambígua é renderizada como Ambíguo — consultar jurídico em vez de ser amaciada.
Conecte os gatilhos de escalonamento que importam para o seu GC. A lista default de gatilhos é conservadora; adicione os do seu escritório (ex.: cláusulas de residência de dados para um negócio regulado, thresholds de direitos de auditoria para uma empresa de capital aberto).
Use sob demanda. Solte o arquivo do contrato, nomeie o público, anexe o resumo ao artefato de aprovação / handoff / renovação.
O que a skill realmente faz
SKILL.md roda cinco passos em ordem. O design de duas passagens — extrair primeiro, filtrar depois — existe para impedir que a lente do público faça a skill pular uma cláusula que ela teria julgado irrelevante na primeira leitura.
Extração cláusula a cláusula. Percorre o contrato de cima a baixo e captura cada cláusula que afeta partes, prazo, pagamento, renovação, rescisão, responsabilidade, indenização, IP, confidencialidade, dados, controle de mudanças, lei aplicável. Verbatim ou quase verbatim, com §referências. Cláusulas ausentes são registradas explicitamente — “sem cap de responsabilidade” é um achado, não silêncio.
Filtragem por público. Carrega o conjunto de perguntas do público nomeado (exec, ops ou finance) da biblioteca de perguntas e mapeia cada pergunta às cláusulas que a respondem. Perguntas não respondidas renderizam como Não tratado no contrato, nunca como defaults de indústria inferidos.
Resumo estruturado. Renderiza o template do público correspondente em references/2-summary-format-by-audience.md. Cada linha carrega uma §referência; nada é renderizado sem uma.
Passagem de ambiguidade e escalonamento. Relê o resumo renderizado contra references/3-escalate-to-legal-triggers.md. Se um gatilho duro disparar (responsabilidade sem cap, cláusula MFN, rescisão unilateral por conveniência etc.), prepende o output com um bloco REVISÃO JURÍDICA OBRIGATÓRIA nomeando o gatilho e a §. Se uma cláusula é genuinamente ambígua, substitui a linha por Ambíguo — consultar jurídico mais a §referência.
Watch-outs. Renderiza os watch-outs por público, cada um pareado com a cláusula específica que o disparou e a ação que o público deve tomar.
Realidade de custo
O custo de tokens é a variável dominante e escala com o tamanho do contrato mais do que com a escolha do público.
Tamanho do contrato
Tokens de input aprox.
Custo por resumo (Claude Sonnet)
Custo por resumo (Claude Opus)
Curto (5-10 páginas, MSA short-form)
~8k
~US$ 0,04
~US$ 0,20
Padrão (15-30 páginas, MSA SaaS típico)
~25k
~US$ 0,10
~US$ 0,50
Longo (50-80 páginas, MSA enterprise + anexos)
~70k
~US$ 0,25
~US$ 1,20
Pesado (100-200 páginas, SPA de M&A, licenciamento de IP)
~150k
~US$ 0,55
~US$ 2,60
O output é pequeno (tipicamente abaixo de 2k tokens) e arredonda para ruído contra o custo de input.
Em um volume típico de legal-ops mid-market de 40 contratos por mês (20 padrão, 15 longos, 5 pesados), o custo mensal em Sonnet fica em torno de US$ 13-20; em Opus, US$ 60-90. Um time rodando todo pacote de renovação pela skill em 200 contratos por mês fica na faixa de US$ 60-100/mês em Sonnet, US$ 300-450 em Opus. Ambas as faixas são insignificantes diante do custo salarial da meia-hora-por-contrato que um paralegal gastaria de outra forma produzindo o mesmo resumo.
Métrica de sucesso
Acompanhe duas métricas. As duas devem se mover na mesma direção, ou você tem um problema de calibração.
Tempo até o resumo. Wall-clock de “contrato chegou” até “resumo anexado ao workflow de aprovação.” A baseline antes desta skill é tipicamente 30-90 minutos (revisão de paralegal). A meta após adoção é abaixo de 10 minutos (execução da skill + spot-check do revisor).
Taxa de escalonamento jurídico downstream. Dos contratos rodados pela skill, que fração chega ao jurídico depois que o resumo cai? Isso deve subir quando a skill está calibrada corretamente — os gatilhos de escalonamento existem para trazer à tona contratos que precisam de olhos jurídicos e que antes eram carimbados sem ninguém ler o papel. Se a taxa cair, a skill está pavimentando demais e os gatilhos de escalonamento em references/3-escalate-to-legal-triggers.md precisam ser apertados.
Se o tempo até o resumo cai e a taxa de escalonamento sobe, a skill está funcionando. Se só a primeira coisa acontecer, você construiu uma máquina de confiança que está escondendo risco.
vs alternativas
Resumos executivos do Ironclad (CLM-native). O Workflow Designer do Ironclad consegue emitir resumos a partir de contratos que se originaram no Ironclad. O resumo fica restrito aos dados que o Ironclad já tem estruturados. Use Ironclad se seus contratos vivem no Ironclad e você precisa de resumos dentro daquele workflow. Use esta skill se seus contratos chegam como .docx/.pdf de fora do CLM, ou se você precisa de um corte por público que os templates do Ironclad não suportam.
Spellbook (Word add-in). O Spellbook foca em drafting e redlining dentro do Word e inclui capacidade de resumo. É otimizado para o workflow de advogado-no-Word. Use Spellbook se seu time jurídico vive no Word e quer drafting e resumo no mesmo painel. Use esta skill se seu público é não-advogado e você quer resumos por público que sinalizam gatilhos de escalonamento explicitamente.
Abstracts manuais de paralegal. Um paralegal treinado produz os melhores resumos quando recebe um exemplar limpo para seguir. O custo é o problema da meia-hora-por-contrato e o problema de inconsistência (dois paralegais vão enfatizar cláusulas diferentes). Use a skill como primeira passagem, o paralegal como spot-check.
Watch-outs
Sumarização excessiva perdendo nuance. Um “cap de responsabilidade de 12 meses” lê simples, mas as exceções (negligência grave, indenização de IP, claims de violação de dados) frequentemente definem a exposição real. Guarda: a skill sempre emite a linha do cap e uma linha separada de “Exceções do cap” citando a seção das exceções verbatim; se nenhuma exceção for encontrada, a linha lê “Nenhuma exceção encontrada — verificar com jurídico.”
Mismatch de público. Trazer detalhe de pricing de renovação para um executivo que só precisa da essência do sign-off cria ruído; trazer só a essência do sign-off para o financeiro deixa o modelo de orçamento errado. Guarda: o parâmetro audience é obrigatório; a skill se recusa a renderizar sem ele e pede ao chamador para especificar.
Citar o resumo de volta como interpretação jurídica. Leitores downstream às vezes tratam o resumo como o contrato. Guarda: cada output é prefixado com Não é aconselhamento jurídico e cada linha carrega uma §referência para que o leitor possa verificar contra a fonte. Se um leitor encaminha o resumo como base de uma posição jurídica, as §refs deixam autoevidente que o contrato — não o resumo — é a fonte da verdade.
Draft desatualizado resumido como assinado. Resumos escritos a partir de redlines estão errados na hora em que o contrato é assinado. Guarda: a skill detecta marcadores de draft (track changes, marca d’água “DRAFT”, marcadores de versão no nome do arquivo) e prepende um aviso de que o resumo pode não bater com o texto assinado; rerodar após assinatura.
Stack
Combine com extração de cláusulas para a versão em dados estruturados do mesmo contrato, ou com contract redline para o workflow de fase de negociação que roda antes deste disparar.
---
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}