Un Claude Skill que toma un contrato ya firmado y produce un resumen de una página afinado por audiencia — exec, ops o finance — con fallbacks explícitos de “Ambiguo — consultar a legal” y un bloque Counsel review required cuando el contrato dispara un trigger de escalación. El skill es una ayuda de lectura para no-abogados, no un sustituto del contrato ni de counsel. Existe para acortar el tiempo entre “aterrizó un contrato en mi inbox” y “sé qué tengo que hacer al respecto” sin pavimentar la sutileza sobre la que gira el contrato.
El bundle del artefacto vive en /artifacts/contract-summary-skill/: el SKILL.md es el entry point y los tres archivos bajo references/ son el andamiaje editable que el skill carga en cada corrida — la biblioteca de preguntas por audiencia, los templates de formato por audiencia, y la lista de triggers de escalación a legal.
Cuándo usarlo
Aplica este skill cuando un no-abogado tiene que actuar sobre un contrato:
Un ejecutivo que decide si firmar un deal cuya forma comercial entiende pero cuyo papel no ha leído.
Un CFO modelando flujo de caja sobre el plazo inicial — cadencia de pagos, escalators, take-or-pay, riesgo FX.
Un dueño de ops que acaba de heredar la responsabilidad de entregar contra un contrato que negoció otra persona, y necesita saber qué reportes, notificaciones y SLAs están en el calendario.
Un líder de procurement doce meses antes de la renovación, construyendo el tracker de fechas-tope de notificación.
Un equipo de due diligence de M&A que necesita un resumen de una página de cada contrato material en el portafolio del target.
La salida es un resumen en Markdown con §referencias en cada línea. Los lectores pueden escanear lo esencial en 60 segundos y saltar a la sección citada del contrato para cualquier cosa que quieran verificar.
Cuándo NO usarlo
No uses este skill — ni ningún resumen LLM — para esto:
Asesoría legal. El skill resume; no opina sobre exigibilidad, defensibilidad o si litigar. Counsel hace ese trabajo, contra hechos que el contrato no contiene.
Análisis de disputas. “¿Incumplieron §7.2?” depende de qué pasó, qué se comunicó, qué se renunció. Un resumen aplana la sutileza sobre la que gira la disputa. Lee el contrato con counsel, no con un one-pager.
Determinación de privilegio. Si un documento es privilegiado depende de quién lo vio, en qué capacidad y para qué propósito. Nada de eso está en el contrato.
Vendors de IA no-Tier-A. Corre esto sobre Claude (con un plan workspace o team cuya postura de manejo de datos hayas revisado). No mandes contratos — que contienen términos comerciales, PII de la contraparte y a veces datos regulados — por LLMs de grado consumidor.
Borradores no firmados tratados como ejecutados. Los resúmenes escritos desde redlines están equivocados para cuando el contrato se firma. El skill marca borradores y antepone una advertencia de resumen obsoleto, pero el default más seguro es esperar a tener la copia firmada.
Setup
Coloca el bundle. Copia /artifacts/contract-summary-skill/ en tu directorio de skills de Claude Code en ~/.claude/skills/contract-summary/ (o súbelo como Skill en un proyecto de Claude.ai). El SKILL.md es el entry point; Claude carga los tres archivos bajo references/ automáticamente cuando el skill corre.
Edita los archivos de referencia para tu firma. Los defaults en references/1-audience-question-library.md, references/2-summary-format-by-audience.md y references/3-escalate-to-legal-triggers.md son puntos de partida — reemplázalos con el set de preguntas, formato de resumen y umbrales de escalación reales de tu firma. El skill es solo tan opinionado como los archivos de referencia que le entregas.
Testea contra un contrato cuyos términos conozcas. Corre sobre un contrato cuyos términos clave puedas verificar a mano — valor total, fecha de renovación, cap de liability, derechos de terminación. Confirma que cada línea del output cite una §referencia y que cualquier cosa ambigua se renderee como Ambiguo — consultar a legal en lugar de quedar suavizada.
Conecta los triggers de escalación que le importan a tu GC. La lista de triggers default es conservadora; agrega los propios de tu firma (ej. cláusulas de residencia de datos para un negocio regulado, umbrales de derechos de auditoría para una empresa pública).
Úsalo on demand. Coloca el archivo del contrato, nombra la audiencia, adjunta el resumen al artefacto de aprobación / handoff / renovación.
Qué hace realmente el skill
SKILL.md corre cinco pasos en orden. El diseño de dos pasadas — extraer primero, filtrar después — existe para evitar que el lente de audiencia haga que el skill se salte una cláusula que habría juzgado irrelevante en la primera lectura.
Extracción cláusula-por-cláusula. Recorre el contrato de arriba a abajo y captura cada cláusula que afecta a partes, plazo, pago, renovación, terminación, liability, indemnización, IP, confidencialidad, datos, change control, ley aplicable. Verbatim o cuasi-verbatim, con §referencias. Las cláusulas ausentes se registran explícitamente — “sin cap de liability” es un hallazgo, no silencio.
Filtrado consciente de audiencia. Carga el set de preguntas de la audiencia nombrada (exec, ops o finance) desde la biblioteca de preguntas y mapea cada pregunta a las cláusulas que la responden. Las preguntas no respondidas se renderean como Not addressed in contract, nunca como defaults industriales inferidos.
Resumen estructurado. Renderea el template afinado para la audiencia desde references/2-summary-format-by-audience.md. Cada línea carga una §referencia; nada se renderea sin una.
Pasada de ambigüedad y escalación. Re-lee el resumen renderizado contra references/3-escalate-to-legal-triggers.md. Si dispara un trigger duro (liability sin cap, cláusula MFN, terminación unilateral por conveniencia, etc.), antepone al output un bloque COUNSEL REVIEW REQUIRED nombrando el trigger y la §. Si una cláusula es genuinamente ambigua, reemplaza la línea con Ambiguo — consultar a legal más la §referencia.
Watch-outs. Renderea los watch-outs por audiencia, cada uno emparejado con la cláusula específica que lo disparó y la acción que la audiencia debe tomar.
Realidad de costos
El costo de tokens es la variable dominante, y escala con la longitud del contrato más que con la elección de audiencia.
Largo del contrato
Aprox. tokens de entrada
Costo por resumen (Claude Sonnet)
Costo por resumen (Claude Opus)
Corto (5-10 páginas, MSA forma corta)
~8k
~$0,04
~$0,20
Estándar (15-30 páginas, MSA SaaS típico)
~25k
~$0,10
~$0,50
Largo (50-80 páginas, MSA enterprise + exhibits)
~70k
~$0,25
~$1,20
Pesado (100-200 páginas, SPA de M&A, licenciamiento de IP)
~150k
~$0,55
~$2,60
La salida es pequeña (típicamente bajo 2k tokens) y se redondea a ruido contra el costo de entrada.
A un volumen típico de legal-ops mid-market de 40 contratos por mes (20 estándar, 15 largos, 5 pesados), el costo mensual en Sonnet ronda los $13-20; en Opus alrededor de $60-90. Un equipo que corre cada pack de renovación por el skill a 200 contratos por mes está en el rango de $60-100/mes en Sonnet, $300-450 en Opus. Ambas bandas son empequeñecidas por el costo salarial de la media hora por contrato que un paralegal de otro modo gastaría produciendo el mismo resumen.
Métrica de éxito
Sigue dos métricas. Ambas deberían moverse en la misma dirección o tienes un problema de calibración.
Time-to-summary. Tiempo de reloj desde “aterrizó el contrato” hasta “resumen adjunto al workflow de aprobación.” La baseline antes de este skill es típicamente 30-90 minutos (revisión de paralegal). El objetivo tras adopción es bajo 10 minutos (corrida del skill + spot-check de revisor).
Tasa de escalación legal aguas abajo. De los contratos corridos por el skill, ¿qué fracción llega a counsel después de que aterriza el resumen? Esto debería subir cuando el skill está calibrado correctamente — los triggers de escalación existen para sacar a la luz contratos que necesitan ojos legales y que antes pasaban con visto bueno porque nadie leyó el papel. Si la tasa baja, el skill está sobre-pavimentando y los triggers de escalación en references/3-escalate-to-legal-triggers.md necesitan endurecerse.
Si el time-to-summary baja y la tasa de escalación sube, el skill está funcionando. Si solo pasa lo primero, has construido una máquina de confianza que está escondiendo riesgo.
vs alternativas
Resúmenes ejecutivos de Ironclad (CLM-native). El Workflow Designer de Ironclad puede emitir resúmenes a partir de contratos que se originaron en Ironclad. El resumen está limitado a datos que Ironclad ya tiene estructurados. Usa Ironclad si tus contratos viven en Ironclad y necesitas resúmenes dentro de ese workflow. Usa este skill si tus contratos llegan como .docx/.pdf desde fuera del CLM, o si necesitas un corte por audiencia que los templates de Ironclad no soportan.
Spellbook (add-in de Word). Spellbook se enfoca en drafting y redlining dentro de Word e incluye una capacidad de resumen. Está optimizado para el workflow del abogado-en-Word. Usa Spellbook si tu equipo legal vive en Word y quiere drafting y resumen en un solo panel. Usa este skill si tu audiencia son no-abogados y quieres resúmenes afinados por audiencia que marquen los triggers de escalación explícitamente.
Abstracts manuales de paralegal. Un paralegal entrenado produce los mejores resúmenes cuando se le da un ejemplar limpio a seguir. El costo es el problema de la media hora por contrato y el problema de la inconsistencia (dos paralegales enfatizarán cláusulas distintas). Usa el skill como primera pasada, el paralegal como spot-check.
Watch-outs
Sobre-resumir y perder sutileza. Un “cap de liability de 12 meses” se lee simple pero los carve-outs (negligencia grave, indemnización de IP, reclamos por brecha de datos) a menudo definen la exposición real. Guard: el skill siempre emite la línea del cap y una línea separada de “Cap carve-outs” citando la sección de carve-out verbatim; si no se encuentran carve-outs, la línea dice “No carve-outs found — verify with counsel.”
Mismatch de audiencia. Sacar a la luz detalle de pricing de renovación a un exec que solo necesita el gist para firmar crea ruido; sacar solo el gist para firmar a finance deja el modelo de presupuesto mal. Guard: el parámetro audience es requerido; el skill se rehúsa a renderear sin él y le pide al caller que lo especifique.
Citar el resumen de vuelta como interpretación legal. Los lectores aguas abajo a veces tratan el resumen como el contrato. Guard: cada salida lleva el prefijo Not legal advice y cada línea carga una §referencia para que el lector pueda verificar contra la fuente. Si un lector reenvía el resumen como base de una posición legal, las §refs hacen evidente que el contrato — no el resumen — es la fuente de verdad.
Borrador obsoleto resumido como ejecutado. Los resúmenes escritos desde redlines están equivocados para cuando el contrato se firma. Guard: el skill detecta marcadores de borrador (track changes, marca de agua “DRAFT”, marcadores de versión en el nombre del archivo) y antepone una advertencia de que el resumen puede no coincidir con el texto firmado; re-correr tras la firma.
Stack
Empareja con extracción de cláusulas para la versión de datos estructurados del mismo contrato, o con contract redline para el workflow de etapa de negociación que corre antes de que este se dispare.
---
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}