[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-amendment-history":3,"mdc-52qnib-key":34,"related-org-anthropic-amendment-history":2084,"related-repo-anthropic-amendment-history":2271},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"amendment-history","trace contract amendment history","Trace how a contract has changed across its base agreement and all amendments — either a summary of all changes over time, or a provision trace for a specific clause. Use when the user says \"what changed in this contract over time\", \"show me the amendment history\", \"where's the latest [clause]\", \"how has [provision] evolved\", or uploads multiple versions of an agreement.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20],{"name":14,"slug":15,"type":16},"Contracts","contracts","tag",{"name":18,"slug":19,"type":16},"Documents","documents",{"name":21,"slug":22,"type":16},"Legal","legal",8721,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal","2026-05-13T06:03:34.070339",null,1642,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A suite of plugins for legal workflows","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal\u002Ftree\u002FHEAD\u002Fcommercial-legal\u002Fskills\u002Famendment-history","---\nname: amendment-history\ndescription: >\n  Trace how a contract has changed across its base agreement and all amendments —\n  either a summary of all changes over time, or a provision trace for a specific\n  clause. Use when the user says \"what changed in this contract over time\", \"show\n  me the amendment history\", \"where's the latest [clause]\", \"how has [provision]\n  evolved\", or uploads multiple versions of an agreement.\nargument-hint: \"[file(s) | [CLM ID (coming soon)] | [repository link (coming soon)]] [--provision \u003Cclause name>]\"\n---\n\n# \u002Famendment-history\n\nLoads a base agreement and all amendments, then either summarizes what\nchanged over time or traces a specific provision to its current\ncontrolling language.\n\n## Instructions\n\n1. **Get the documents:** From file upload, [CLM ID (coming soon)], or [repository link (coming soon)]. Accept multiple files in one invocation. If none\n   provided, ask.\n\n2. **Detect the mode** by parsing the request per the mode\n   detection rules below. If a provision name is clearly stated, go straight\n   to Mode 2. If no provision is mentioned, run Mode 1. Ask only if\n   genuinely ambiguous.\n\n3. **Run the workflow below.** Follow it fully.\n\n4. **Offer follow-ups after output:**\n   - \"Want me to trace another provision?\"\n   - \"Want a full playbook review of the current agreement as amended?\"\n     (routes to vendor-agreement-review)\n   - \"Want a stakeholder summary of the key changes?\"\n     (routes to stakeholder-summary)\n\n## Examples\n\n```\n\u002Fcommercial-legal:amendment-history acme-msa.pdf amendment-1.pdf amendment-2.pdf\n```\n\n```\n\u002Fcommercial-legal:amendment-history --provision indemnity\n```\n\n```\n\u002Fcommercial-legal:amendment-history\n[paste agreement and amendment text]\n```\n\n---\n\n## Matter context\n\n**Matter context.** Check `## Matter workspaces` in the practice-level CLAUDE.md. If `Enabled` is `✗` (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: \"Which matter is this for? Run `\u002Fcommercial-legal:matter-workspace switch \u003Cslug>` or say `practice-level`.\" Load the active matter's `matter.md` for matter-specific context and overrides. Write outputs to the matter folder at `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002Fmatters\u002F\u003Cmatter-slug>\u002F`. Never read another matter's files unless `Cross-matter context` is `on`.\n\n---\n\n## Purpose\n\nContracts accumulate amendments. By the third amendment, nobody remembers\nwhat the original said or which version of a clause controls. This skill\nreads the base agreement and all amendments in chronological order and\neither summarizes what changed across the whole contract or traces a\nspecific provision through every version to find the current controlling\nlanguage.\n\n## Mode detection\n\nParse the user's request to determine which mode to run. Do not ask\nwhich mode unless the request is genuinely ambiguous.\n\n**Mode 1 — Summary** (no specific provision mentioned)\nTrigger phrases: \"what changed\", \"amendment history\", \"show me changes\nover time\", \"summarize amendments\", \"what does this contract look like now\"\n\n**Mode 2 — Provision trace** (specific clause or topic named)\nTrigger phrases: \"where's the [clause]\", \"latest [provision]\", \"how did\n[term] change\", \"find the indemnity\", \"what does it say now about [topic]\"\n\nCommon provision mappings:\n- \"indemnity\" \u002F \"indemnification\" → indemnification section\n- \"liability\" \u002F \"liability cap\" → limitation of liability\n- \"termination\" → term and termination\n- \"data\" \u002F \"privacy\" \u002F \"DPA\" → data protection provisions\n- \"IP\" \u002F \"intellectual property\" → IP ownership and licenses\n- \"price\" \u002F \"fees\" \u002F \"payment\" → payment terms\n- \"auto-renewal\" \u002F \"renewal\" → renewal mechanics\n\nIf the term is ambiguous and maps to more than one provision, list the\ncandidates and ask which one:\n> \"I found [N] provisions related to [term] — [list them]. Which one?\"\n\nIf the overall request is ambiguous between modes, ask one question:\n> \"Summary of all changes across the contract, or trace a specific\n> provision — like indemnity, liability, or termination?\"\n\n---\n\n## Step 1: Load and order the documents\n\nAccept documents from any of these sources:\n\n**[CLM integration coming soon] (if connected):**\nSearch by counterparty name or agreement title. Pull the base agreement\nand all amendments. Record metadata typically includes execution dates —\nuse these to establish chronological order.\n\n**[Document repository integration coming soon] (if connected):**\nSearch by counterparty name or filename. Look for files matching patterns\nlike \"Amendment\", \"Addendum\", \"Amendment No. 1\", \"First Amendment\", or\nnumbered suffixes. Pull all matches and sort by file date or filename\nnumbering.\n\n**Direct upload:**\nUser provides files directly. In most cases the ordering is\nself-explanatory from document titles (e.g., \"Amendment No. 1\",\n\"Second Amendment\", \"Addendum A\") or dates visible in the filename\nor document header — proceed without asking.\n\nOnly ask the user to confirm ordering if:\n- Filenames give no indication of sequence (e.g., \"agreement-final.pdf\",\n  \"agreement-v2.pdf\", \"agreement-markup.pdf\")\n- Dates are absent from both filenames and document headers\n- Two documents appear to be the same amendment version\n\nIf ordering was inferred rather than confirmed, note confidence at the\ntop of the output only where uncertain:\n> \"Order inferred from document titles — one item I was less certain\n> about: [specific document]. Confirm if this affects your review.\"\n\n**Ordering rules:**\n- Always establish chronological order before reading content.\n- If execution dates are available in metadata, use them.\n- If not, look for dates in the document header or recitals\n  (\"This Amendment, dated as of...\").\n- Amendments often reference the agreement they modify (\"this Amendment\n  to the Master Services Agreement dated [X]\") — use these references\n  to confirm the chain.\n\n---\n\n## Privilege inheritance\n\nThis skill reads the base agreement and amendments — often privileged or confidential in their own right, and typically used for privileged analysis. The output inherits the source's privilege and confidentiality status. Prepend the work-product header from `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002FCLAUDE.md` `## Outputs` to every output below, distribute only within the privilege circle, and store it where privileged materials live. Strip the header before any external delivery.\n\n## Step 2: Read and index\n\nRead each document in chronological order. For each, extract:\n- Document type (base agreement, amendment number, addendum, etc.)\n- Execution date\n- Parties (confirm they match across documents — flag if a new party\n  was added or a party name changed)\n- A list of provisions explicitly modified, added, or deleted\n\nBuild a working index before producing output. Use it internally to\ndrive the output — do not show it to the user.\n\n---\n\n## Mode 1: Summary of all changes\n\n### Section reference rule\n\nEvery finding must include an inline section reference so the reader\ncan verify against the source document without searching:\n\n  \"Termination for convenience (§12.3): Added. Customer may terminate\n  on 90 days written notice with no fee after the initial term.\"\n\nIf a provision spans multiple sections or the section number changed\nacross amendments, cite all references:\n  \"Indemnification (§9.1 base; §9.1 restated in Amendment 5)\"\n\n### Output format\n\n```markdown\n# Amendment History: [Counterparty] — [Agreement type]\n\n**Base agreement:** [date]\n**Amendments:** [N] ([date of first] → [date of last])\n**Last amended:** [date]\n\n---\n\n## What changed — chronological\n\n### Amendment 1 — [date]\n**Purpose:** [one sentence — why this amendment existed, from recitals\nor clear from context. If not stated, omit rather than guess.]\n\n**Material changes:**\n- [Provision] (§[X.X]): [what it said before → what it says now,\n  in plain English]\n- [New provision added] (§[X.X]): [what it does]\n- [Provision deleted] (§[X.X]): [what was removed and why it matters]\n\n### Amendment 2 — [date]\n[same structure]\n\n[repeat for each amendment]\n\n---\n\n## Net current state\n\n| Provision | Current position | §Ref | Last changed |\n|---|---|---|---|\n| [clause] | [plain English summary] | §[X.X] | Amendment N, [date] |\n| [clause] | [unchanged from base] | §[X.X] | Base agreement |\n\n---\n\n## Watch items\n[Flag anything that looks inconsistent — e.g., an amendment modifying\na provision that was already deleted, contradictory language between\namendments, a party name that changed without a formal assignment,\nor a provision where the section number shifted across documents.\nInclude section references on every flag.]\n```\n\n---\n\n## Mode 2: Provision trace\n\n### Output format\n\nShow only what changed. Do not list amendments where the provision\nwas untouched — skip them entirely.\n\n```markdown\n# Provision Trace: [Provision name]\n## [Counterparty] — [Agreement type]\n\n---\n\n### Original — [Base agreement date], §[X.X]\n> \"[exact quote]\"\n\n*Plain English:* [one sentence]\n\n---\n\n### Amendment [N] — [date], §[X.X]\n\n**Was:**\n> \"[exact quote of prior language]\"\n\n**Now:**\n> \"[exact quote of replacement language]\"\n\n*What changed:* [one sentence — practical effect on the parties]\n\n---\n\n[Only subsequent amendments that touched this provision appear here.\nAll others are omitted.]\n\n---\n\n## Current controlling language\n\n**§[X.X] — [source document, date]**\n> \"[exact quote]\"\n\n*Plain English:* [one sentence]\n\n---\n\n## Watch items\n[Flags, inconsistencies, open questions — with section references.\nCommon items to check: whether the provision is subject to or carved\nout of the liability cap; whether the section number shifted across\namendments; whether the amendment language conflicts with another\nprovision.]\n```\n\nIf the provision was never amended after the base agreement:\n> \"This provision has not been modified by any amendment. Original\n> language controls. §[X.X], base agreement, [date].\"\n\n---\n\n## Close with the next-steps decision tree\n\nEnd with the next-steps decision tree per CLAUDE.md `## Outputs`. Customize the options to what this skill just produced — the five default branches (draft the X, escalate, get more facts, watch and wait, something else) are a starting point, not a lock-in. The tree is the output; the lawyer picks.\n\n## What this skill does not do\n\n- It does not determine which document controls in the event of a\n  conflict between the base agreement and an amendment — that is a\n  legal interpretation question. It flags conflicts and routes to Legal.\n- It does not draft new amendments.\n- It does not compare against the playbook in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002FCLAUDE.md` — that is the\n  vendor-agreement-review skill's job. This skill is purely historical.\n- It does not infer what an amendment means if the language is\n  ambiguous — it quotes exactly and flags ambiguity for Legal.\n",{"data":35,"body":37},{"name":4,"description":6,"argument-hint":36},"[file(s) | [CLM ID (coming soon)] | [repository link (coming soon)]] [--provision \u003Cclause name>]",{"type":38,"children":39},"root",[40,48,54,61,139,145,158,167,176,180,186,267,270,276,281,287,292,302,340,345,383,388,417,422,430,433,439,444,459,473,483,488,506,511,526,534,564,567,573,594,600,605,628,633,636,642,649,654,659,664,670,1450,1453,1459,1464,1469,1996,2001,2021,2024,2030,2042,2048,2078],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","\u002Famendment-history",{"type":41,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"Loads a base agreement and all amendments, then either summarizes what\nchanged over time or traces a specific provision to its current\ncontrolling language.",{"type":41,"tag":55,"props":56,"children":58},"h2",{"id":57},"instructions",[59],{"type":46,"value":60},"Instructions",{"type":41,"tag":62,"props":63,"children":64},"ol",{},[65,92,102,112],{"type":41,"tag":66,"props":67,"children":68},"li",{},[69,75,77,83,85,90],{"type":41,"tag":70,"props":71,"children":72},"strong",{},[73],{"type":46,"value":74},"Get the documents:",{"type":46,"value":76}," From file upload, ",{"type":41,"tag":78,"props":79,"children":80},"span",{},[81],{"type":46,"value":82},"CLM ID (coming soon)",{"type":46,"value":84},", or ",{"type":41,"tag":78,"props":86,"children":87},{},[88],{"type":46,"value":89},"repository link (coming soon)",{"type":46,"value":91},". Accept multiple files in one invocation. If none\nprovided, ask.",{"type":41,"tag":66,"props":93,"children":94},{},[95,100],{"type":41,"tag":70,"props":96,"children":97},{},[98],{"type":46,"value":99},"Detect the mode",{"type":46,"value":101}," by parsing the request per the mode\ndetection rules below. If a provision name is clearly stated, go straight\nto Mode 2. If no provision is mentioned, run Mode 1. Ask only if\ngenuinely ambiguous.",{"type":41,"tag":66,"props":103,"children":104},{},[105,110],{"type":41,"tag":70,"props":106,"children":107},{},[108],{"type":46,"value":109},"Run the workflow below.",{"type":46,"value":111}," Follow it fully.",{"type":41,"tag":66,"props":113,"children":114},{},[115,120],{"type":41,"tag":70,"props":116,"children":117},{},[118],{"type":46,"value":119},"Offer follow-ups after output:",{"type":41,"tag":121,"props":122,"children":123},"ul",{},[124,129,134],{"type":41,"tag":66,"props":125,"children":126},{},[127],{"type":46,"value":128},"\"Want me to trace another provision?\"",{"type":41,"tag":66,"props":130,"children":131},{},[132],{"type":46,"value":133},"\"Want a full playbook review of the current agreement as amended?\"\n(routes to vendor-agreement-review)",{"type":41,"tag":66,"props":135,"children":136},{},[137],{"type":46,"value":138},"\"Want a stakeholder summary of the key changes?\"\n(routes to stakeholder-summary)",{"type":41,"tag":55,"props":140,"children":142},{"id":141},"examples",[143],{"type":46,"value":144},"Examples",{"type":41,"tag":146,"props":147,"children":151},"pre",{"className":148,"code":150,"language":46},[149],"language-text","\u002Fcommercial-legal:amendment-history acme-msa.pdf amendment-1.pdf amendment-2.pdf\n",[152],{"type":41,"tag":153,"props":154,"children":156},"code",{"__ignoreMap":155},"",[157],{"type":46,"value":150},{"type":41,"tag":146,"props":159,"children":162},{"className":160,"code":161,"language":46},[149],"\u002Fcommercial-legal:amendment-history --provision indemnity\n",[163],{"type":41,"tag":153,"props":164,"children":165},{"__ignoreMap":155},[166],{"type":46,"value":161},{"type":41,"tag":146,"props":168,"children":171},{"className":169,"code":170,"language":46},[149],"\u002Fcommercial-legal:amendment-history\n[paste agreement and amendment text]\n",[172],{"type":41,"tag":153,"props":173,"children":174},{"__ignoreMap":155},[175],{"type":46,"value":170},{"type":41,"tag":177,"props":178,"children":179},"hr",{},[],{"type":41,"tag":55,"props":181,"children":183},{"id":182},"matter-context",[184],{"type":46,"value":185},"Matter context",{"type":41,"tag":49,"props":187,"children":188},{},[189,194,196,202,204,210,212,218,220,226,228,234,236,242,244,250,252,258,259,265],{"type":41,"tag":70,"props":190,"children":191},{},[192],{"type":46,"value":193},"Matter context.",{"type":46,"value":195}," Check ",{"type":41,"tag":153,"props":197,"children":199},{"className":198},[],[200],{"type":46,"value":201},"## Matter workspaces",{"type":46,"value":203}," in the practice-level CLAUDE.md. If ",{"type":41,"tag":153,"props":205,"children":207},{"className":206},[],[208],{"type":46,"value":209},"Enabled",{"type":46,"value":211}," is ",{"type":41,"tag":153,"props":213,"children":215},{"className":214},[],[216],{"type":46,"value":217},"✗",{"type":46,"value":219}," (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: \"Which matter is this for? Run ",{"type":41,"tag":153,"props":221,"children":223},{"className":222},[],[224],{"type":46,"value":225},"\u002Fcommercial-legal:matter-workspace switch \u003Cslug>",{"type":46,"value":227}," or say ",{"type":41,"tag":153,"props":229,"children":231},{"className":230},[],[232],{"type":46,"value":233},"practice-level",{"type":46,"value":235},".\" Load the active matter's ",{"type":41,"tag":153,"props":237,"children":239},{"className":238},[],[240],{"type":46,"value":241},"matter.md",{"type":46,"value":243}," for matter-specific context and overrides. Write outputs to the matter folder at ",{"type":41,"tag":153,"props":245,"children":247},{"className":246},[],[248],{"type":46,"value":249},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002Fmatters\u002F\u003Cmatter-slug>\u002F",{"type":46,"value":251},". Never read another matter's files unless ",{"type":41,"tag":153,"props":253,"children":255},{"className":254},[],[256],{"type":46,"value":257},"Cross-matter context",{"type":46,"value":211},{"type":41,"tag":153,"props":260,"children":262},{"className":261},[],[263],{"type":46,"value":264},"on",{"type":46,"value":266},".",{"type":41,"tag":177,"props":268,"children":269},{},[],{"type":41,"tag":55,"props":271,"children":273},{"id":272},"purpose",[274],{"type":46,"value":275},"Purpose",{"type":41,"tag":49,"props":277,"children":278},{},[279],{"type":46,"value":280},"Contracts accumulate amendments. By the third amendment, nobody remembers\nwhat the original said or which version of a clause controls. This skill\nreads the base agreement and all amendments in chronological order and\neither summarizes what changed across the whole contract or traces a\nspecific provision through every version to find the current controlling\nlanguage.",{"type":41,"tag":55,"props":282,"children":284},{"id":283},"mode-detection",[285],{"type":46,"value":286},"Mode detection",{"type":41,"tag":49,"props":288,"children":289},{},[290],{"type":46,"value":291},"Parse the user's request to determine which mode to run. Do not ask\nwhich mode unless the request is genuinely ambiguous.",{"type":41,"tag":49,"props":293,"children":294},{},[295,300],{"type":41,"tag":70,"props":296,"children":297},{},[298],{"type":46,"value":299},"Mode 1 — Summary",{"type":46,"value":301}," (no specific provision mentioned)\nTrigger phrases: \"what changed\", \"amendment history\", \"show me changes\nover time\", \"summarize amendments\", \"what does this contract look like now\"",{"type":41,"tag":49,"props":303,"children":304},{},[305,310,312,317,319,324,326,331,333,338],{"type":41,"tag":70,"props":306,"children":307},{},[308],{"type":46,"value":309},"Mode 2 — Provision trace",{"type":46,"value":311}," (specific clause or topic named)\nTrigger phrases: \"where's the ",{"type":41,"tag":78,"props":313,"children":314},{},[315],{"type":46,"value":316},"clause",{"type":46,"value":318},"\", \"latest ",{"type":41,"tag":78,"props":320,"children":321},{},[322],{"type":46,"value":323},"provision",{"type":46,"value":325},"\", \"how did\n",{"type":41,"tag":78,"props":327,"children":328},{},[329],{"type":46,"value":330},"term",{"type":46,"value":332}," change\", \"find the indemnity\", \"what does it say now about ",{"type":41,"tag":78,"props":334,"children":335},{},[336],{"type":46,"value":337},"topic",{"type":46,"value":339},"\"",{"type":41,"tag":49,"props":341,"children":342},{},[343],{"type":46,"value":344},"Common provision mappings:",{"type":41,"tag":121,"props":346,"children":347},{},[348,353,358,363,368,373,378],{"type":41,"tag":66,"props":349,"children":350},{},[351],{"type":46,"value":352},"\"indemnity\" \u002F \"indemnification\" → indemnification section",{"type":41,"tag":66,"props":354,"children":355},{},[356],{"type":46,"value":357},"\"liability\" \u002F \"liability cap\" → limitation of liability",{"type":41,"tag":66,"props":359,"children":360},{},[361],{"type":46,"value":362},"\"termination\" → term and termination",{"type":41,"tag":66,"props":364,"children":365},{},[366],{"type":46,"value":367},"\"data\" \u002F \"privacy\" \u002F \"DPA\" → data protection provisions",{"type":41,"tag":66,"props":369,"children":370},{},[371],{"type":46,"value":372},"\"IP\" \u002F \"intellectual property\" → IP ownership and licenses",{"type":41,"tag":66,"props":374,"children":375},{},[376],{"type":46,"value":377},"\"price\" \u002F \"fees\" \u002F \"payment\" → payment terms",{"type":41,"tag":66,"props":379,"children":380},{},[381],{"type":46,"value":382},"\"auto-renewal\" \u002F \"renewal\" → renewal mechanics",{"type":41,"tag":49,"props":384,"children":385},{},[386],{"type":46,"value":387},"If the term is ambiguous and maps to more than one provision, list the\ncandidates and ask which one:",{"type":41,"tag":389,"props":390,"children":391},"blockquote",{},[392],{"type":41,"tag":49,"props":393,"children":394},{},[395,397,402,404,408,410,415],{"type":46,"value":396},"\"I found ",{"type":41,"tag":78,"props":398,"children":399},{},[400],{"type":46,"value":401},"N",{"type":46,"value":403}," provisions related to ",{"type":41,"tag":78,"props":405,"children":406},{},[407],{"type":46,"value":330},{"type":46,"value":409}," — ",{"type":41,"tag":78,"props":411,"children":412},{},[413],{"type":46,"value":414},"list them",{"type":46,"value":416},". Which one?\"",{"type":41,"tag":49,"props":418,"children":419},{},[420],{"type":46,"value":421},"If the overall request is ambiguous between modes, ask one question:",{"type":41,"tag":389,"props":423,"children":424},{},[425],{"type":41,"tag":49,"props":426,"children":427},{},[428],{"type":46,"value":429},"\"Summary of all changes across the contract, or trace a specific\nprovision — like indemnity, liability, or termination?\"",{"type":41,"tag":177,"props":431,"children":432},{},[],{"type":41,"tag":55,"props":434,"children":436},{"id":435},"step-1-load-and-order-the-documents",[437],{"type":46,"value":438},"Step 1: Load and order the documents",{"type":41,"tag":49,"props":440,"children":441},{},[442],{"type":46,"value":443},"Accept documents from any of these sources:",{"type":41,"tag":49,"props":445,"children":446},{},[447,457],{"type":41,"tag":70,"props":448,"children":449},{},[450,455],{"type":41,"tag":78,"props":451,"children":452},{},[453],{"type":46,"value":454},"CLM integration coming soon",{"type":46,"value":456}," (if connected):",{"type":46,"value":458},"\nSearch by counterparty name or agreement title. Pull the base agreement\nand all amendments. Record metadata typically includes execution dates —\nuse these to establish chronological order.",{"type":41,"tag":49,"props":460,"children":461},{},[462,471],{"type":41,"tag":70,"props":463,"children":464},{},[465,470],{"type":41,"tag":78,"props":466,"children":467},{},[468],{"type":46,"value":469},"Document repository integration coming soon",{"type":46,"value":456},{"type":46,"value":472},"\nSearch by counterparty name or filename. Look for files matching patterns\nlike \"Amendment\", \"Addendum\", \"Amendment No. 1\", \"First Amendment\", or\nnumbered suffixes. Pull all matches and sort by file date or filename\nnumbering.",{"type":41,"tag":49,"props":474,"children":475},{},[476,481],{"type":41,"tag":70,"props":477,"children":478},{},[479],{"type":46,"value":480},"Direct upload:",{"type":46,"value":482},"\nUser provides files directly. In most cases the ordering is\nself-explanatory from document titles (e.g., \"Amendment No. 1\",\n\"Second Amendment\", \"Addendum A\") or dates visible in the filename\nor document header — proceed without asking.",{"type":41,"tag":49,"props":484,"children":485},{},[486],{"type":46,"value":487},"Only ask the user to confirm ordering if:",{"type":41,"tag":121,"props":489,"children":490},{},[491,496,501],{"type":41,"tag":66,"props":492,"children":493},{},[494],{"type":46,"value":495},"Filenames give no indication of sequence (e.g., \"agreement-final.pdf\",\n\"agreement-v2.pdf\", \"agreement-markup.pdf\")",{"type":41,"tag":66,"props":497,"children":498},{},[499],{"type":46,"value":500},"Dates are absent from both filenames and document headers",{"type":41,"tag":66,"props":502,"children":503},{},[504],{"type":46,"value":505},"Two documents appear to be the same amendment version",{"type":41,"tag":49,"props":507,"children":508},{},[509],{"type":46,"value":510},"If ordering was inferred rather than confirmed, note confidence at the\ntop of the output only where uncertain:",{"type":41,"tag":389,"props":512,"children":513},{},[514],{"type":41,"tag":49,"props":515,"children":516},{},[517,519,524],{"type":46,"value":518},"\"Order inferred from document titles — one item I was less certain\nabout: ",{"type":41,"tag":78,"props":520,"children":521},{},[522],{"type":46,"value":523},"specific document",{"type":46,"value":525},". Confirm if this affects your review.\"",{"type":41,"tag":49,"props":527,"children":528},{},[529],{"type":41,"tag":70,"props":530,"children":531},{},[532],{"type":46,"value":533},"Ordering rules:",{"type":41,"tag":121,"props":535,"children":536},{},[537,542,547,552],{"type":41,"tag":66,"props":538,"children":539},{},[540],{"type":46,"value":541},"Always establish chronological order before reading content.",{"type":41,"tag":66,"props":543,"children":544},{},[545],{"type":46,"value":546},"If execution dates are available in metadata, use them.",{"type":41,"tag":66,"props":548,"children":549},{},[550],{"type":46,"value":551},"If not, look for dates in the document header or recitals\n(\"This Amendment, dated as of...\").",{"type":41,"tag":66,"props":553,"children":554},{},[555,557,562],{"type":46,"value":556},"Amendments often reference the agreement they modify (\"this Amendment\nto the Master Services Agreement dated ",{"type":41,"tag":78,"props":558,"children":559},{},[560],{"type":46,"value":561},"X",{"type":46,"value":563},"\") — use these references\nto confirm the chain.",{"type":41,"tag":177,"props":565,"children":566},{},[],{"type":41,"tag":55,"props":568,"children":570},{"id":569},"privilege-inheritance",[571],{"type":46,"value":572},"Privilege inheritance",{"type":41,"tag":49,"props":574,"children":575},{},[576,578,584,586,592],{"type":46,"value":577},"This skill reads the base agreement and amendments — often privileged or confidential in their own right, and typically used for privileged analysis. The output inherits the source's privilege and confidentiality status. Prepend the work-product header from ",{"type":41,"tag":153,"props":579,"children":581},{"className":580},[],[582],{"type":46,"value":583},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002FCLAUDE.md",{"type":46,"value":585}," ",{"type":41,"tag":153,"props":587,"children":589},{"className":588},[],[590],{"type":46,"value":591},"## Outputs",{"type":46,"value":593}," to every output below, distribute only within the privilege circle, and store it where privileged materials live. Strip the header before any external delivery.",{"type":41,"tag":55,"props":595,"children":597},{"id":596},"step-2-read-and-index",[598],{"type":46,"value":599},"Step 2: Read and index",{"type":41,"tag":49,"props":601,"children":602},{},[603],{"type":46,"value":604},"Read each document in chronological order. For each, extract:",{"type":41,"tag":121,"props":606,"children":607},{},[608,613,618,623],{"type":41,"tag":66,"props":609,"children":610},{},[611],{"type":46,"value":612},"Document type (base agreement, amendment number, addendum, etc.)",{"type":41,"tag":66,"props":614,"children":615},{},[616],{"type":46,"value":617},"Execution date",{"type":41,"tag":66,"props":619,"children":620},{},[621],{"type":46,"value":622},"Parties (confirm they match across documents — flag if a new party\nwas added or a party name changed)",{"type":41,"tag":66,"props":624,"children":625},{},[626],{"type":46,"value":627},"A list of provisions explicitly modified, added, or deleted",{"type":41,"tag":49,"props":629,"children":630},{},[631],{"type":46,"value":632},"Build a working index before producing output. Use it internally to\ndrive the output — do not show it to the user.",{"type":41,"tag":177,"props":634,"children":635},{},[],{"type":41,"tag":55,"props":637,"children":639},{"id":638},"mode-1-summary-of-all-changes",[640],{"type":46,"value":641},"Mode 1: Summary of all changes",{"type":41,"tag":643,"props":644,"children":646},"h3",{"id":645},"section-reference-rule",[647],{"type":46,"value":648},"Section reference rule",{"type":41,"tag":49,"props":650,"children":651},{},[652],{"type":46,"value":653},"Every finding must include an inline section reference so the reader\ncan verify against the source document without searching:",{"type":41,"tag":49,"props":655,"children":656},{},[657],{"type":46,"value":658},"\"Termination for convenience (§12.3): Added. Customer may terminate\non 90 days written notice with no fee after the initial term.\"",{"type":41,"tag":49,"props":660,"children":661},{},[662],{"type":46,"value":663},"If a provision spans multiple sections or the section number changed\nacross amendments, cite all references:\n\"Indemnification (§9.1 base; §9.1 restated in Amendment 5)\"",{"type":41,"tag":643,"props":665,"children":667},{"id":666},"output-format",[668],{"type":46,"value":669},"Output format",{"type":41,"tag":146,"props":671,"children":675},{"className":672,"code":673,"language":674,"meta":155,"style":155},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Amendment History: [Counterparty] — [Agreement type]\n\n**Base agreement:** [date]\n**Amendments:** [N] ([date of first] → [date of last])\n**Last amended:** [date]\n\n---\n\n## What changed — chronological\n\n### Amendment 1 — [date]\n**Purpose:** [one sentence — why this amendment existed, from recitals\nor clear from context. If not stated, omit rather than guess.]\n\n**Material changes:**\n- [Provision] (§[X.X]): [what it said before → what it says now,\n  in plain English]\n- [New provision added] (§[X.X]): [what it does]\n- [Provision deleted] (§[X.X]): [what was removed and why it matters]\n\n### Amendment 2 — [date]\n[same structure]\n\n[repeat for each amendment]\n\n---\n\n## Net current state\n\n| Provision | Current position | §Ref | Last changed |\n|---|---|---|---|\n| [clause] | [plain English summary] | §[X.X] | Amendment N, [date] |\n| [clause] | [unchanged from base] | §[X.X] | Base agreement |\n\n---\n\n## Watch items\n[Flag anything that looks inconsistent — e.g., an amendment modifying\na provision that was already deleted, contradictory language between\namendments, a party name that changed without a formal assignment,\nor a provision where the section number shifted across documents.\nInclude section references on every flag.]\n","markdown",[676],{"type":41,"tag":153,"props":677,"children":678},{"__ignoreMap":155},[679,717,727,762,797,826,834,843,851,865,873,899,921,930,938,956,1001,1010,1040,1070,1078,1103,1112,1120,1129,1137,1145,1153,1166,1174,1220,1229,1306,1368,1376,1384,1392,1405,1414,1423,1432,1441],{"type":41,"tag":78,"props":680,"children":683},{"class":681,"line":682},"line",1,[684,690,696,701,707,712],{"type":41,"tag":78,"props":685,"children":687},{"style":686},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[688],{"type":46,"value":689},"# ",{"type":41,"tag":78,"props":691,"children":693},{"style":692},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[694],{"type":46,"value":695},"Amendment History: ",{"type":41,"tag":78,"props":697,"children":698},{"style":686},[699],{"type":46,"value":700},"[",{"type":41,"tag":78,"props":702,"children":704},{"style":703},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[705],{"type":46,"value":706},"Counterparty",{"type":41,"tag":78,"props":708,"children":709},{"style":686},[710],{"type":46,"value":711},"]",{"type":41,"tag":78,"props":713,"children":714},{"style":692},[715],{"type":46,"value":716}," — [Agreement type]\n",{"type":41,"tag":78,"props":718,"children":720},{"class":681,"line":719},2,[721],{"type":41,"tag":78,"props":722,"children":724},{"emptyLinePlaceholder":723},true,[725],{"type":46,"value":726},"\n",{"type":41,"tag":78,"props":728,"children":730},{"class":681,"line":729},3,[731,737,743,747,752,757],{"type":41,"tag":78,"props":732,"children":734},{"style":733},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[735],{"type":46,"value":736},"**",{"type":41,"tag":78,"props":738,"children":740},{"style":739},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[741],{"type":46,"value":742},"Base agreement:",{"type":41,"tag":78,"props":744,"children":745},{"style":733},[746],{"type":46,"value":736},{"type":41,"tag":78,"props":748,"children":749},{"style":686},[750],{"type":46,"value":751}," [",{"type":41,"tag":78,"props":753,"children":754},{"style":703},[755],{"type":46,"value":756},"date",{"type":41,"tag":78,"props":758,"children":759},{"style":686},[760],{"type":46,"value":761},"]\n",{"type":41,"tag":78,"props":763,"children":765},{"class":681,"line":764},4,[766,770,775,779,783,787,791],{"type":41,"tag":78,"props":767,"children":768},{"style":733},[769],{"type":46,"value":736},{"type":41,"tag":78,"props":771,"children":772},{"style":739},[773],{"type":46,"value":774},"Amendments:",{"type":41,"tag":78,"props":776,"children":777},{"style":733},[778],{"type":46,"value":736},{"type":41,"tag":78,"props":780,"children":781},{"style":686},[782],{"type":46,"value":751},{"type":41,"tag":78,"props":784,"children":785},{"style":703},[786],{"type":46,"value":401},{"type":41,"tag":78,"props":788,"children":789},{"style":686},[790],{"type":46,"value":711},{"type":41,"tag":78,"props":792,"children":794},{"style":793},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[795],{"type":46,"value":796}," ([date of first] → [date of last])\n",{"type":41,"tag":78,"props":798,"children":800},{"class":681,"line":799},5,[801,805,810,814,818,822],{"type":41,"tag":78,"props":802,"children":803},{"style":733},[804],{"type":46,"value":736},{"type":41,"tag":78,"props":806,"children":807},{"style":739},[808],{"type":46,"value":809},"Last amended:",{"type":41,"tag":78,"props":811,"children":812},{"style":733},[813],{"type":46,"value":736},{"type":41,"tag":78,"props":815,"children":816},{"style":686},[817],{"type":46,"value":751},{"type":41,"tag":78,"props":819,"children":820},{"style":703},[821],{"type":46,"value":756},{"type":41,"tag":78,"props":823,"children":824},{"style":686},[825],{"type":46,"value":761},{"type":41,"tag":78,"props":827,"children":829},{"class":681,"line":828},6,[830],{"type":41,"tag":78,"props":831,"children":832},{"emptyLinePlaceholder":723},[833],{"type":46,"value":726},{"type":41,"tag":78,"props":835,"children":837},{"class":681,"line":836},7,[838],{"type":41,"tag":78,"props":839,"children":840},{"style":686},[841],{"type":46,"value":842},"---\n",{"type":41,"tag":78,"props":844,"children":846},{"class":681,"line":845},8,[847],{"type":41,"tag":78,"props":848,"children":849},{"emptyLinePlaceholder":723},[850],{"type":46,"value":726},{"type":41,"tag":78,"props":852,"children":854},{"class":681,"line":853},9,[855,860],{"type":41,"tag":78,"props":856,"children":857},{"style":686},[858],{"type":46,"value":859},"## ",{"type":41,"tag":78,"props":861,"children":862},{"style":692},[863],{"type":46,"value":864},"What changed — chronological\n",{"type":41,"tag":78,"props":866,"children":868},{"class":681,"line":867},10,[869],{"type":41,"tag":78,"props":870,"children":871},{"emptyLinePlaceholder":723},[872],{"type":46,"value":726},{"type":41,"tag":78,"props":874,"children":876},{"class":681,"line":875},11,[877,882,887,891,895],{"type":41,"tag":78,"props":878,"children":879},{"style":686},[880],{"type":46,"value":881},"### ",{"type":41,"tag":78,"props":883,"children":884},{"style":692},[885],{"type":46,"value":886},"Amendment 1 — ",{"type":41,"tag":78,"props":888,"children":889},{"style":686},[890],{"type":46,"value":700},{"type":41,"tag":78,"props":892,"children":893},{"style":703},[894],{"type":46,"value":756},{"type":41,"tag":78,"props":896,"children":897},{"style":686},[898],{"type":46,"value":761},{"type":41,"tag":78,"props":900,"children":902},{"class":681,"line":901},12,[903,907,912,916],{"type":41,"tag":78,"props":904,"children":905},{"style":733},[906],{"type":46,"value":736},{"type":41,"tag":78,"props":908,"children":909},{"style":739},[910],{"type":46,"value":911},"Purpose:",{"type":41,"tag":78,"props":913,"children":914},{"style":733},[915],{"type":46,"value":736},{"type":41,"tag":78,"props":917,"children":918},{"style":793},[919],{"type":46,"value":920}," [one sentence — why this amendment existed, from recitals\n",{"type":41,"tag":78,"props":922,"children":924},{"class":681,"line":923},13,[925],{"type":41,"tag":78,"props":926,"children":927},{"style":793},[928],{"type":46,"value":929},"or clear from context. If not stated, omit rather than guess.]\n",{"type":41,"tag":78,"props":931,"children":933},{"class":681,"line":932},14,[934],{"type":41,"tag":78,"props":935,"children":936},{"emptyLinePlaceholder":723},[937],{"type":46,"value":726},{"type":41,"tag":78,"props":939,"children":941},{"class":681,"line":940},15,[942,946,951],{"type":41,"tag":78,"props":943,"children":944},{"style":733},[945],{"type":46,"value":736},{"type":41,"tag":78,"props":947,"children":948},{"style":739},[949],{"type":46,"value":950},"Material changes:",{"type":41,"tag":78,"props":952,"children":953},{"style":733},[954],{"type":46,"value":955},"**\n",{"type":41,"tag":78,"props":957,"children":959},{"class":681,"line":958},16,[960,965,969,974,978,983,987,992,996],{"type":41,"tag":78,"props":961,"children":962},{"style":686},[963],{"type":46,"value":964},"-",{"type":41,"tag":78,"props":966,"children":967},{"style":686},[968],{"type":46,"value":751},{"type":41,"tag":78,"props":970,"children":971},{"style":703},[972],{"type":46,"value":973},"Provision",{"type":41,"tag":78,"props":975,"children":976},{"style":686},[977],{"type":46,"value":711},{"type":41,"tag":78,"props":979,"children":980},{"style":793},[981],{"type":46,"value":982}," (§",{"type":41,"tag":78,"props":984,"children":985},{"style":686},[986],{"type":46,"value":700},{"type":41,"tag":78,"props":988,"children":989},{"style":703},[990],{"type":46,"value":991},"X.X",{"type":41,"tag":78,"props":993,"children":994},{"style":686},[995],{"type":46,"value":711},{"type":41,"tag":78,"props":997,"children":998},{"style":793},[999],{"type":46,"value":1000},"): [what it said before → what it says now,\n",{"type":41,"tag":78,"props":1002,"children":1004},{"class":681,"line":1003},17,[1005],{"type":41,"tag":78,"props":1006,"children":1007},{"style":793},[1008],{"type":46,"value":1009},"  in plain English]\n",{"type":41,"tag":78,"props":1011,"children":1013},{"class":681,"line":1012},18,[1014,1018,1023,1027,1031,1035],{"type":41,"tag":78,"props":1015,"children":1016},{"style":686},[1017],{"type":46,"value":964},{"type":41,"tag":78,"props":1019,"children":1020},{"style":793},[1021],{"type":46,"value":1022}," [New provision added] (§",{"type":41,"tag":78,"props":1024,"children":1025},{"style":686},[1026],{"type":46,"value":700},{"type":41,"tag":78,"props":1028,"children":1029},{"style":703},[1030],{"type":46,"value":991},{"type":41,"tag":78,"props":1032,"children":1033},{"style":686},[1034],{"type":46,"value":711},{"type":41,"tag":78,"props":1036,"children":1037},{"style":793},[1038],{"type":46,"value":1039},"): [what it does]\n",{"type":41,"tag":78,"props":1041,"children":1043},{"class":681,"line":1042},19,[1044,1048,1053,1057,1061,1065],{"type":41,"tag":78,"props":1045,"children":1046},{"style":686},[1047],{"type":46,"value":964},{"type":41,"tag":78,"props":1049,"children":1050},{"style":793},[1051],{"type":46,"value":1052}," [Provision deleted] (§",{"type":41,"tag":78,"props":1054,"children":1055},{"style":686},[1056],{"type":46,"value":700},{"type":41,"tag":78,"props":1058,"children":1059},{"style":703},[1060],{"type":46,"value":991},{"type":41,"tag":78,"props":1062,"children":1063},{"style":686},[1064],{"type":46,"value":711},{"type":41,"tag":78,"props":1066,"children":1067},{"style":793},[1068],{"type":46,"value":1069},"): [what was removed and why it matters]\n",{"type":41,"tag":78,"props":1071,"children":1073},{"class":681,"line":1072},20,[1074],{"type":41,"tag":78,"props":1075,"children":1076},{"emptyLinePlaceholder":723},[1077],{"type":46,"value":726},{"type":41,"tag":78,"props":1079,"children":1081},{"class":681,"line":1080},21,[1082,1086,1091,1095,1099],{"type":41,"tag":78,"props":1083,"children":1084},{"style":686},[1085],{"type":46,"value":881},{"type":41,"tag":78,"props":1087,"children":1088},{"style":692},[1089],{"type":46,"value":1090},"Amendment 2 — ",{"type":41,"tag":78,"props":1092,"children":1093},{"style":686},[1094],{"type":46,"value":700},{"type":41,"tag":78,"props":1096,"children":1097},{"style":703},[1098],{"type":46,"value":756},{"type":41,"tag":78,"props":1100,"children":1101},{"style":686},[1102],{"type":46,"value":761},{"type":41,"tag":78,"props":1104,"children":1106},{"class":681,"line":1105},22,[1107],{"type":41,"tag":78,"props":1108,"children":1109},{"style":793},[1110],{"type":46,"value":1111},"[same structure]\n",{"type":41,"tag":78,"props":1113,"children":1115},{"class":681,"line":1114},23,[1116],{"type":41,"tag":78,"props":1117,"children":1118},{"emptyLinePlaceholder":723},[1119],{"type":46,"value":726},{"type":41,"tag":78,"props":1121,"children":1123},{"class":681,"line":1122},24,[1124],{"type":41,"tag":78,"props":1125,"children":1126},{"style":793},[1127],{"type":46,"value":1128},"[repeat for each amendment]\n",{"type":41,"tag":78,"props":1130,"children":1132},{"class":681,"line":1131},25,[1133],{"type":41,"tag":78,"props":1134,"children":1135},{"emptyLinePlaceholder":723},[1136],{"type":46,"value":726},{"type":41,"tag":78,"props":1138,"children":1140},{"class":681,"line":1139},26,[1141],{"type":41,"tag":78,"props":1142,"children":1143},{"style":686},[1144],{"type":46,"value":842},{"type":41,"tag":78,"props":1146,"children":1148},{"class":681,"line":1147},27,[1149],{"type":41,"tag":78,"props":1150,"children":1151},{"emptyLinePlaceholder":723},[1152],{"type":46,"value":726},{"type":41,"tag":78,"props":1154,"children":1156},{"class":681,"line":1155},28,[1157,1161],{"type":41,"tag":78,"props":1158,"children":1159},{"style":686},[1160],{"type":46,"value":859},{"type":41,"tag":78,"props":1162,"children":1163},{"style":692},[1164],{"type":46,"value":1165},"Net current state\n",{"type":41,"tag":78,"props":1167,"children":1169},{"class":681,"line":1168},29,[1170],{"type":41,"tag":78,"props":1171,"children":1172},{"emptyLinePlaceholder":723},[1173],{"type":46,"value":726},{"type":41,"tag":78,"props":1175,"children":1177},{"class":681,"line":1176},30,[1178,1183,1188,1192,1197,1201,1206,1210,1215],{"type":41,"tag":78,"props":1179,"children":1180},{"style":686},[1181],{"type":46,"value":1182},"|",{"type":41,"tag":78,"props":1184,"children":1185},{"style":793},[1186],{"type":46,"value":1187}," Provision ",{"type":41,"tag":78,"props":1189,"children":1190},{"style":686},[1191],{"type":46,"value":1182},{"type":41,"tag":78,"props":1193,"children":1194},{"style":793},[1195],{"type":46,"value":1196}," Current position ",{"type":41,"tag":78,"props":1198,"children":1199},{"style":686},[1200],{"type":46,"value":1182},{"type":41,"tag":78,"props":1202,"children":1203},{"style":793},[1204],{"type":46,"value":1205}," §Ref ",{"type":41,"tag":78,"props":1207,"children":1208},{"style":686},[1209],{"type":46,"value":1182},{"type":41,"tag":78,"props":1211,"children":1212},{"style":793},[1213],{"type":46,"value":1214}," Last changed ",{"type":41,"tag":78,"props":1216,"children":1217},{"style":686},[1218],{"type":46,"value":1219},"|\n",{"type":41,"tag":78,"props":1221,"children":1223},{"class":681,"line":1222},31,[1224],{"type":41,"tag":78,"props":1225,"children":1226},{"style":686},[1227],{"type":46,"value":1228},"|---|---|---|---|\n",{"type":41,"tag":78,"props":1230,"children":1232},{"class":681,"line":1231},32,[1233,1237,1241,1245,1249,1254,1259,1263,1268,1272,1276,1280,1284,1289,1293,1297,1301],{"type":41,"tag":78,"props":1234,"children":1235},{"style":686},[1236],{"type":46,"value":1182},{"type":41,"tag":78,"props":1238,"children":1239},{"style":686},[1240],{"type":46,"value":751},{"type":41,"tag":78,"props":1242,"children":1243},{"style":703},[1244],{"type":46,"value":316},{"type":41,"tag":78,"props":1246,"children":1247},{"style":686},[1248],{"type":46,"value":711},{"type":41,"tag":78,"props":1250,"children":1251},{"style":686},[1252],{"type":46,"value":1253}," |",{"type":41,"tag":78,"props":1255,"children":1256},{"style":793},[1257],{"type":46,"value":1258}," [plain English summary] ",{"type":41,"tag":78,"props":1260,"children":1261},{"style":686},[1262],{"type":46,"value":1182},{"type":41,"tag":78,"props":1264,"children":1265},{"style":793},[1266],{"type":46,"value":1267}," §",{"type":41,"tag":78,"props":1269,"children":1270},{"style":686},[1271],{"type":46,"value":700},{"type":41,"tag":78,"props":1273,"children":1274},{"style":703},[1275],{"type":46,"value":991},{"type":41,"tag":78,"props":1277,"children":1278},{"style":686},[1279],{"type":46,"value":711},{"type":41,"tag":78,"props":1281,"children":1282},{"style":686},[1283],{"type":46,"value":1253},{"type":41,"tag":78,"props":1285,"children":1286},{"style":793},[1287],{"type":46,"value":1288}," Amendment N, ",{"type":41,"tag":78,"props":1290,"children":1291},{"style":686},[1292],{"type":46,"value":700},{"type":41,"tag":78,"props":1294,"children":1295},{"style":703},[1296],{"type":46,"value":756},{"type":41,"tag":78,"props":1298,"children":1299},{"style":686},[1300],{"type":46,"value":711},{"type":41,"tag":78,"props":1302,"children":1303},{"style":686},[1304],{"type":46,"value":1305}," |\n",{"type":41,"tag":78,"props":1307,"children":1309},{"class":681,"line":1308},33,[1310,1314,1318,1322,1326,1330,1335,1339,1343,1347,1351,1355,1359,1364],{"type":41,"tag":78,"props":1311,"children":1312},{"style":686},[1313],{"type":46,"value":1182},{"type":41,"tag":78,"props":1315,"children":1316},{"style":686},[1317],{"type":46,"value":751},{"type":41,"tag":78,"props":1319,"children":1320},{"style":703},[1321],{"type":46,"value":316},{"type":41,"tag":78,"props":1323,"children":1324},{"style":686},[1325],{"type":46,"value":711},{"type":41,"tag":78,"props":1327,"children":1328},{"style":686},[1329],{"type":46,"value":1253},{"type":41,"tag":78,"props":1331,"children":1332},{"style":793},[1333],{"type":46,"value":1334}," [unchanged from base] ",{"type":41,"tag":78,"props":1336,"children":1337},{"style":686},[1338],{"type":46,"value":1182},{"type":41,"tag":78,"props":1340,"children":1341},{"style":793},[1342],{"type":46,"value":1267},{"type":41,"tag":78,"props":1344,"children":1345},{"style":686},[1346],{"type":46,"value":700},{"type":41,"tag":78,"props":1348,"children":1349},{"style":703},[1350],{"type":46,"value":991},{"type":41,"tag":78,"props":1352,"children":1353},{"style":686},[1354],{"type":46,"value":711},{"type":41,"tag":78,"props":1356,"children":1357},{"style":686},[1358],{"type":46,"value":1253},{"type":41,"tag":78,"props":1360,"children":1361},{"style":793},[1362],{"type":46,"value":1363}," Base agreement ",{"type":41,"tag":78,"props":1365,"children":1366},{"style":686},[1367],{"type":46,"value":1219},{"type":41,"tag":78,"props":1369,"children":1371},{"class":681,"line":1370},34,[1372],{"type":41,"tag":78,"props":1373,"children":1374},{"emptyLinePlaceholder":723},[1375],{"type":46,"value":726},{"type":41,"tag":78,"props":1377,"children":1379},{"class":681,"line":1378},35,[1380],{"type":41,"tag":78,"props":1381,"children":1382},{"style":793},[1383],{"type":46,"value":842},{"type":41,"tag":78,"props":1385,"children":1387},{"class":681,"line":1386},36,[1388],{"type":41,"tag":78,"props":1389,"children":1390},{"emptyLinePlaceholder":723},[1391],{"type":46,"value":726},{"type":41,"tag":78,"props":1393,"children":1395},{"class":681,"line":1394},37,[1396,1400],{"type":41,"tag":78,"props":1397,"children":1398},{"style":686},[1399],{"type":46,"value":859},{"type":41,"tag":78,"props":1401,"children":1402},{"style":692},[1403],{"type":46,"value":1404},"Watch items\n",{"type":41,"tag":78,"props":1406,"children":1408},{"class":681,"line":1407},38,[1409],{"type":41,"tag":78,"props":1410,"children":1411},{"style":793},[1412],{"type":46,"value":1413},"[Flag anything that looks inconsistent — e.g., an amendment modifying\n",{"type":41,"tag":78,"props":1415,"children":1417},{"class":681,"line":1416},39,[1418],{"type":41,"tag":78,"props":1419,"children":1420},{"style":793},[1421],{"type":46,"value":1422},"a provision that was already deleted, contradictory language between\n",{"type":41,"tag":78,"props":1424,"children":1426},{"class":681,"line":1425},40,[1427],{"type":41,"tag":78,"props":1428,"children":1429},{"style":793},[1430],{"type":46,"value":1431},"amendments, a party name that changed without a formal assignment,\n",{"type":41,"tag":78,"props":1433,"children":1435},{"class":681,"line":1434},41,[1436],{"type":41,"tag":78,"props":1437,"children":1438},{"style":793},[1439],{"type":46,"value":1440},"or a provision where the section number shifted across documents.\n",{"type":41,"tag":78,"props":1442,"children":1444},{"class":681,"line":1443},42,[1445],{"type":41,"tag":78,"props":1446,"children":1447},{"style":793},[1448],{"type":46,"value":1449},"Include section references on every flag.]\n",{"type":41,"tag":177,"props":1451,"children":1452},{},[],{"type":41,"tag":55,"props":1454,"children":1456},{"id":1455},"mode-2-provision-trace",[1457],{"type":46,"value":1458},"Mode 2: Provision trace",{"type":41,"tag":643,"props":1460,"children":1462},{"id":1461},"output-format-1",[1463],{"type":46,"value":669},{"type":41,"tag":49,"props":1465,"children":1466},{},[1467],{"type":46,"value":1468},"Show only what changed. Do not list amendments where the provision\nwas untouched — skip them entirely.",{"type":41,"tag":146,"props":1470,"children":1472},{"className":672,"code":1471,"language":674,"meta":155,"style":155},"# Provision Trace: [Provision name]\n## [Counterparty] — [Agreement type]\n\n---\n\n### Original — [Base agreement date], §[X.X]\n> \"[exact quote]\"\n\n*Plain English:* [one sentence]\n\n---\n\n### Amendment [N] — [date], §[X.X]\n\n**Was:**\n> \"[exact quote of prior language]\"\n\n**Now:**\n> \"[exact quote of replacement language]\"\n\n*What changed:* [one sentence — practical effect on the parties]\n\n---\n\n[Only subsequent amendments that touched this provision appear here.\nAll others are omitted.]\n\n---\n\n## Current controlling language\n\n**§[X.X] — [source document, date]**\n> \"[exact quote]\"\n\n*Plain English:* [one sentence]\n\n---\n\n## Watch items\n[Flags, inconsistencies, open questions — with section references.\nCommon items to check: whether the provision is subject to or carved\nout of the liability cap; whether the section number shifted across\namendments; whether the amendment language conflicts with another\nprovision.]\n",[1473],{"type":41,"tag":153,"props":1474,"children":1475},{"__ignoreMap":155},[1476,1488,1508,1515,1522,1529,1553,1568,1575,1598,1605,1612,1619,1676,1683,1699,1711,1718,1734,1746,1753,1774,1781,1788,1795,1803,1811,1818,1825,1832,1844,1851,1885,1896,1903,1922,1929,1936,1943,1954,1962,1970,1978,1987],{"type":41,"tag":78,"props":1477,"children":1478},{"class":681,"line":682},[1479,1483],{"type":41,"tag":78,"props":1480,"children":1481},{"style":686},[1482],{"type":46,"value":689},{"type":41,"tag":78,"props":1484,"children":1485},{"style":692},[1486],{"type":46,"value":1487},"Provision Trace: [Provision name]\n",{"type":41,"tag":78,"props":1489,"children":1490},{"class":681,"line":719},[1491,1496,1500,1504],{"type":41,"tag":78,"props":1492,"children":1493},{"style":686},[1494],{"type":46,"value":1495},"## [",{"type":41,"tag":78,"props":1497,"children":1498},{"style":703},[1499],{"type":46,"value":706},{"type":41,"tag":78,"props":1501,"children":1502},{"style":686},[1503],{"type":46,"value":711},{"type":41,"tag":78,"props":1505,"children":1506},{"style":692},[1507],{"type":46,"value":716},{"type":41,"tag":78,"props":1509,"children":1510},{"class":681,"line":729},[1511],{"type":41,"tag":78,"props":1512,"children":1513},{"emptyLinePlaceholder":723},[1514],{"type":46,"value":726},{"type":41,"tag":78,"props":1516,"children":1517},{"class":681,"line":764},[1518],{"type":41,"tag":78,"props":1519,"children":1520},{"style":793},[1521],{"type":46,"value":842},{"type":41,"tag":78,"props":1523,"children":1524},{"class":681,"line":799},[1525],{"type":41,"tag":78,"props":1526,"children":1527},{"emptyLinePlaceholder":723},[1528],{"type":46,"value":726},{"type":41,"tag":78,"props":1530,"children":1531},{"class":681,"line":828},[1532,1536,1541,1545,1549],{"type":41,"tag":78,"props":1533,"children":1534},{"style":686},[1535],{"type":46,"value":881},{"type":41,"tag":78,"props":1537,"children":1538},{"style":692},[1539],{"type":46,"value":1540},"Original — [Base agreement date], §",{"type":41,"tag":78,"props":1542,"children":1543},{"style":686},[1544],{"type":46,"value":700},{"type":41,"tag":78,"props":1546,"children":1547},{"style":703},[1548],{"type":46,"value":991},{"type":41,"tag":78,"props":1550,"children":1551},{"style":686},[1552],{"type":46,"value":761},{"type":41,"tag":78,"props":1554,"children":1555},{"class":681,"line":836},[1556,1562],{"type":41,"tag":78,"props":1557,"children":1559},{"style":1558},"--shiki-light:#FF5370;--shiki-light-font-style:italic;--shiki-default:#FF9CAC;--shiki-default-font-style:italic;--shiki-dark:#FF9CAC;--shiki-dark-font-style:italic",[1560],{"type":46,"value":1561},">",{"type":41,"tag":78,"props":1563,"children":1565},{"style":1564},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[1566],{"type":46,"value":1567}," \"[exact quote]\"\n",{"type":41,"tag":78,"props":1569,"children":1570},{"class":681,"line":845},[1571],{"type":41,"tag":78,"props":1572,"children":1573},{"emptyLinePlaceholder":723},[1574],{"type":46,"value":726},{"type":41,"tag":78,"props":1576,"children":1577},{"class":681,"line":853},[1578,1583,1589,1593],{"type":41,"tag":78,"props":1579,"children":1580},{"style":1564},[1581],{"type":46,"value":1582},"*",{"type":41,"tag":78,"props":1584,"children":1586},{"style":1585},"--shiki-light:#E53935;--shiki-light-font-style:italic;--shiki-default:#F07178;--shiki-default-font-style:italic;--shiki-dark:#F07178;--shiki-dark-font-style:italic",[1587],{"type":46,"value":1588},"Plain English:",{"type":41,"tag":78,"props":1590,"children":1591},{"style":1564},[1592],{"type":46,"value":1582},{"type":41,"tag":78,"props":1594,"children":1595},{"style":793},[1596],{"type":46,"value":1597}," [one sentence]\n",{"type":41,"tag":78,"props":1599,"children":1600},{"class":681,"line":867},[1601],{"type":41,"tag":78,"props":1602,"children":1603},{"emptyLinePlaceholder":723},[1604],{"type":46,"value":726},{"type":41,"tag":78,"props":1606,"children":1607},{"class":681,"line":875},[1608],{"type":41,"tag":78,"props":1609,"children":1610},{"style":686},[1611],{"type":46,"value":842},{"type":41,"tag":78,"props":1613,"children":1614},{"class":681,"line":901},[1615],{"type":41,"tag":78,"props":1616,"children":1617},{"emptyLinePlaceholder":723},[1618],{"type":46,"value":726},{"type":41,"tag":78,"props":1620,"children":1621},{"class":681,"line":923},[1622,1626,1631,1635,1639,1643,1647,1651,1655,1659,1664,1668,1672],{"type":41,"tag":78,"props":1623,"children":1624},{"style":686},[1625],{"type":46,"value":881},{"type":41,"tag":78,"props":1627,"children":1628},{"style":692},[1629],{"type":46,"value":1630},"Amendment ",{"type":41,"tag":78,"props":1632,"children":1633},{"style":686},[1634],{"type":46,"value":700},{"type":41,"tag":78,"props":1636,"children":1637},{"style":703},[1638],{"type":46,"value":401},{"type":41,"tag":78,"props":1640,"children":1641},{"style":686},[1642],{"type":46,"value":711},{"type":41,"tag":78,"props":1644,"children":1645},{"style":692},[1646],{"type":46,"value":409},{"type":41,"tag":78,"props":1648,"children":1649},{"style":686},[1650],{"type":46,"value":700},{"type":41,"tag":78,"props":1652,"children":1653},{"style":703},[1654],{"type":46,"value":756},{"type":41,"tag":78,"props":1656,"children":1657},{"style":686},[1658],{"type":46,"value":711},{"type":41,"tag":78,"props":1660,"children":1661},{"style":692},[1662],{"type":46,"value":1663},", §",{"type":41,"tag":78,"props":1665,"children":1666},{"style":686},[1667],{"type":46,"value":700},{"type":41,"tag":78,"props":1669,"children":1670},{"style":703},[1671],{"type":46,"value":991},{"type":41,"tag":78,"props":1673,"children":1674},{"style":686},[1675],{"type":46,"value":761},{"type":41,"tag":78,"props":1677,"children":1678},{"class":681,"line":932},[1679],{"type":41,"tag":78,"props":1680,"children":1681},{"emptyLinePlaceholder":723},[1682],{"type":46,"value":726},{"type":41,"tag":78,"props":1684,"children":1685},{"class":681,"line":940},[1686,1690,1695],{"type":41,"tag":78,"props":1687,"children":1688},{"style":733},[1689],{"type":46,"value":736},{"type":41,"tag":78,"props":1691,"children":1692},{"style":739},[1693],{"type":46,"value":1694},"Was:",{"type":41,"tag":78,"props":1696,"children":1697},{"style":733},[1698],{"type":46,"value":955},{"type":41,"tag":78,"props":1700,"children":1701},{"class":681,"line":958},[1702,1706],{"type":41,"tag":78,"props":1703,"children":1704},{"style":1558},[1705],{"type":46,"value":1561},{"type":41,"tag":78,"props":1707,"children":1708},{"style":1564},[1709],{"type":46,"value":1710}," \"[exact quote of prior language]\"\n",{"type":41,"tag":78,"props":1712,"children":1713},{"class":681,"line":1003},[1714],{"type":41,"tag":78,"props":1715,"children":1716},{"emptyLinePlaceholder":723},[1717],{"type":46,"value":726},{"type":41,"tag":78,"props":1719,"children":1720},{"class":681,"line":1012},[1721,1725,1730],{"type":41,"tag":78,"props":1722,"children":1723},{"style":733},[1724],{"type":46,"value":736},{"type":41,"tag":78,"props":1726,"children":1727},{"style":739},[1728],{"type":46,"value":1729},"Now:",{"type":41,"tag":78,"props":1731,"children":1732},{"style":733},[1733],{"type":46,"value":955},{"type":41,"tag":78,"props":1735,"children":1736},{"class":681,"line":1042},[1737,1741],{"type":41,"tag":78,"props":1738,"children":1739},{"style":1558},[1740],{"type":46,"value":1561},{"type":41,"tag":78,"props":1742,"children":1743},{"style":1564},[1744],{"type":46,"value":1745}," \"[exact quote of replacement language]\"\n",{"type":41,"tag":78,"props":1747,"children":1748},{"class":681,"line":1072},[1749],{"type":41,"tag":78,"props":1750,"children":1751},{"emptyLinePlaceholder":723},[1752],{"type":46,"value":726},{"type":41,"tag":78,"props":1754,"children":1755},{"class":681,"line":1080},[1756,1760,1765,1769],{"type":41,"tag":78,"props":1757,"children":1758},{"style":1564},[1759],{"type":46,"value":1582},{"type":41,"tag":78,"props":1761,"children":1762},{"style":1585},[1763],{"type":46,"value":1764},"What changed:",{"type":41,"tag":78,"props":1766,"children":1767},{"style":1564},[1768],{"type":46,"value":1582},{"type":41,"tag":78,"props":1770,"children":1771},{"style":793},[1772],{"type":46,"value":1773}," [one sentence — practical effect on the parties]\n",{"type":41,"tag":78,"props":1775,"children":1776},{"class":681,"line":1105},[1777],{"type":41,"tag":78,"props":1778,"children":1779},{"emptyLinePlaceholder":723},[1780],{"type":46,"value":726},{"type":41,"tag":78,"props":1782,"children":1783},{"class":681,"line":1114},[1784],{"type":41,"tag":78,"props":1785,"children":1786},{"style":686},[1787],{"type":46,"value":842},{"type":41,"tag":78,"props":1789,"children":1790},{"class":681,"line":1122},[1791],{"type":41,"tag":78,"props":1792,"children":1793},{"emptyLinePlaceholder":723},[1794],{"type":46,"value":726},{"type":41,"tag":78,"props":1796,"children":1797},{"class":681,"line":1131},[1798],{"type":41,"tag":78,"props":1799,"children":1800},{"style":793},[1801],{"type":46,"value":1802},"[Only subsequent amendments that touched this provision appear here.\n",{"type":41,"tag":78,"props":1804,"children":1805},{"class":681,"line":1139},[1806],{"type":41,"tag":78,"props":1807,"children":1808},{"style":793},[1809],{"type":46,"value":1810},"All others are omitted.]\n",{"type":41,"tag":78,"props":1812,"children":1813},{"class":681,"line":1147},[1814],{"type":41,"tag":78,"props":1815,"children":1816},{"emptyLinePlaceholder":723},[1817],{"type":46,"value":726},{"type":41,"tag":78,"props":1819,"children":1820},{"class":681,"line":1155},[1821],{"type":41,"tag":78,"props":1822,"children":1823},{"style":686},[1824],{"type":46,"value":842},{"type":41,"tag":78,"props":1826,"children":1827},{"class":681,"line":1168},[1828],{"type":41,"tag":78,"props":1829,"children":1830},{"emptyLinePlaceholder":723},[1831],{"type":46,"value":726},{"type":41,"tag":78,"props":1833,"children":1834},{"class":681,"line":1176},[1835,1839],{"type":41,"tag":78,"props":1836,"children":1837},{"style":686},[1838],{"type":46,"value":859},{"type":41,"tag":78,"props":1840,"children":1841},{"style":692},[1842],{"type":46,"value":1843},"Current controlling language\n",{"type":41,"tag":78,"props":1845,"children":1846},{"class":681,"line":1222},[1847],{"type":41,"tag":78,"props":1848,"children":1849},{"emptyLinePlaceholder":723},[1850],{"type":46,"value":726},{"type":41,"tag":78,"props":1852,"children":1853},{"class":681,"line":1231},[1854,1858,1863,1867,1872,1876,1881],{"type":41,"tag":78,"props":1855,"children":1856},{"style":733},[1857],{"type":46,"value":736},{"type":41,"tag":78,"props":1859,"children":1860},{"style":739},[1861],{"type":46,"value":1862},"§",{"type":41,"tag":78,"props":1864,"children":1865},{"style":733},[1866],{"type":46,"value":700},{"type":41,"tag":78,"props":1868,"children":1870},{"style":1869},"--shiki-light:#91B859;--shiki-light-font-weight:bold;--shiki-default:#C3E88D;--shiki-default-font-weight:bold;--shiki-dark:#C3E88D;--shiki-dark-font-weight:bold",[1871],{"type":46,"value":991},{"type":41,"tag":78,"props":1873,"children":1874},{"style":733},[1875],{"type":46,"value":711},{"type":41,"tag":78,"props":1877,"children":1878},{"style":739},[1879],{"type":46,"value":1880}," — [source document, date]",{"type":41,"tag":78,"props":1882,"children":1883},{"style":733},[1884],{"type":46,"value":955},{"type":41,"tag":78,"props":1886,"children":1887},{"class":681,"line":1308},[1888,1892],{"type":41,"tag":78,"props":1889,"children":1890},{"style":1558},[1891],{"type":46,"value":1561},{"type":41,"tag":78,"props":1893,"children":1894},{"style":1564},[1895],{"type":46,"value":1567},{"type":41,"tag":78,"props":1897,"children":1898},{"class":681,"line":1370},[1899],{"type":41,"tag":78,"props":1900,"children":1901},{"emptyLinePlaceholder":723},[1902],{"type":46,"value":726},{"type":41,"tag":78,"props":1904,"children":1905},{"class":681,"line":1378},[1906,1910,1914,1918],{"type":41,"tag":78,"props":1907,"children":1908},{"style":1564},[1909],{"type":46,"value":1582},{"type":41,"tag":78,"props":1911,"children":1912},{"style":1585},[1913],{"type":46,"value":1588},{"type":41,"tag":78,"props":1915,"children":1916},{"style":1564},[1917],{"type":46,"value":1582},{"type":41,"tag":78,"props":1919,"children":1920},{"style":793},[1921],{"type":46,"value":1597},{"type":41,"tag":78,"props":1923,"children":1924},{"class":681,"line":1386},[1925],{"type":41,"tag":78,"props":1926,"children":1927},{"emptyLinePlaceholder":723},[1928],{"type":46,"value":726},{"type":41,"tag":78,"props":1930,"children":1931},{"class":681,"line":1394},[1932],{"type":41,"tag":78,"props":1933,"children":1934},{"style":686},[1935],{"type":46,"value":842},{"type":41,"tag":78,"props":1937,"children":1938},{"class":681,"line":1407},[1939],{"type":41,"tag":78,"props":1940,"children":1941},{"emptyLinePlaceholder":723},[1942],{"type":46,"value":726},{"type":41,"tag":78,"props":1944,"children":1945},{"class":681,"line":1416},[1946,1950],{"type":41,"tag":78,"props":1947,"children":1948},{"style":686},[1949],{"type":46,"value":859},{"type":41,"tag":78,"props":1951,"children":1952},{"style":692},[1953],{"type":46,"value":1404},{"type":41,"tag":78,"props":1955,"children":1956},{"class":681,"line":1425},[1957],{"type":41,"tag":78,"props":1958,"children":1959},{"style":793},[1960],{"type":46,"value":1961},"[Flags, inconsistencies, open questions — with section references.\n",{"type":41,"tag":78,"props":1963,"children":1964},{"class":681,"line":1434},[1965],{"type":41,"tag":78,"props":1966,"children":1967},{"style":793},[1968],{"type":46,"value":1969},"Common items to check: whether the provision is subject to or carved\n",{"type":41,"tag":78,"props":1971,"children":1972},{"class":681,"line":1443},[1973],{"type":41,"tag":78,"props":1974,"children":1975},{"style":793},[1976],{"type":46,"value":1977},"out of the liability cap; whether the section number shifted across\n",{"type":41,"tag":78,"props":1979,"children":1981},{"class":681,"line":1980},43,[1982],{"type":41,"tag":78,"props":1983,"children":1984},{"style":793},[1985],{"type":46,"value":1986},"amendments; whether the amendment language conflicts with another\n",{"type":41,"tag":78,"props":1988,"children":1990},{"class":681,"line":1989},44,[1991],{"type":41,"tag":78,"props":1992,"children":1993},{"style":793},[1994],{"type":46,"value":1995},"provision.]\n",{"type":41,"tag":49,"props":1997,"children":1998},{},[1999],{"type":46,"value":2000},"If the provision was never amended after the base agreement:",{"type":41,"tag":389,"props":2002,"children":2003},{},[2004],{"type":41,"tag":49,"props":2005,"children":2006},{},[2007,2009,2013,2015,2019],{"type":46,"value":2008},"\"This provision has not been modified by any amendment. Original\nlanguage controls. §",{"type":41,"tag":78,"props":2010,"children":2011},{},[2012],{"type":46,"value":991},{"type":46,"value":2014},", base agreement, ",{"type":41,"tag":78,"props":2016,"children":2017},{},[2018],{"type":46,"value":756},{"type":46,"value":2020},".\"",{"type":41,"tag":177,"props":2022,"children":2023},{},[],{"type":41,"tag":55,"props":2025,"children":2027},{"id":2026},"close-with-the-next-steps-decision-tree",[2028],{"type":46,"value":2029},"Close with the next-steps decision tree",{"type":41,"tag":49,"props":2031,"children":2032},{},[2033,2035,2040],{"type":46,"value":2034},"End with the next-steps decision tree per CLAUDE.md ",{"type":41,"tag":153,"props":2036,"children":2038},{"className":2037},[],[2039],{"type":46,"value":591},{"type":46,"value":2041},". Customize the options to what this skill just produced — the five default branches (draft the X, escalate, get more facts, watch and wait, something else) are a starting point, not a lock-in. The tree is the output; the lawyer picks.",{"type":41,"tag":55,"props":2043,"children":2045},{"id":2044},"what-this-skill-does-not-do",[2046],{"type":46,"value":2047},"What this skill does not do",{"type":41,"tag":121,"props":2049,"children":2050},{},[2051,2056,2061,2073],{"type":41,"tag":66,"props":2052,"children":2053},{},[2054],{"type":46,"value":2055},"It does not determine which document controls in the event of a\nconflict between the base agreement and an amendment — that is a\nlegal interpretation question. It flags conflicts and routes to Legal.",{"type":41,"tag":66,"props":2057,"children":2058},{},[2059],{"type":46,"value":2060},"It does not draft new amendments.",{"type":41,"tag":66,"props":2062,"children":2063},{},[2064,2066,2071],{"type":46,"value":2065},"It does not compare against the playbook in ",{"type":41,"tag":153,"props":2067,"children":2069},{"className":2068},[],[2070],{"type":46,"value":583},{"type":46,"value":2072}," — that is the\nvendor-agreement-review skill's job. This skill is purely historical.",{"type":41,"tag":66,"props":2074,"children":2075},{},[2076],{"type":46,"value":2077},"It does not infer what an amendment means if the language is\nambiguous — it quotes exactly and flags ambiguity for Legal.",{"type":41,"tag":2079,"props":2080,"children":2081},"style",{},[2082],{"type":46,"value":2083},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":2085,"total":2270},[2086,2107,2121,2133,2152,2165,2184,2204,2218,2233,2241,2254],{"slug":2087,"name":2087,"fn":2088,"description":2089,"org":2090,"tags":2091,"stars":2104,"repoUrl":2105,"updatedAt":2106},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2092,2095,2098,2101],{"name":2093,"slug":2094,"type":16},"Creative","creative",{"name":2096,"slug":2097,"type":16},"Design","design",{"name":2099,"slug":2100,"type":16},"Generative Art","generative-art",{"name":2102,"slug":2103,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":2108,"name":2108,"fn":2109,"description":2110,"org":2111,"tags":2112,"stars":2104,"repoUrl":2105,"updatedAt":2120},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2113,2116,2117],{"name":2114,"slug":2115,"type":16},"Branding","branding",{"name":2096,"slug":2097,"type":16},{"name":2118,"slug":2119,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":2122,"name":2122,"fn":2123,"description":2124,"org":2125,"tags":2126,"stars":2104,"repoUrl":2105,"updatedAt":2132},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2127,2128,2129],{"name":2093,"slug":2094,"type":16},{"name":2096,"slug":2097,"type":16},{"name":2130,"slug":2131,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":2134,"name":2134,"fn":2135,"description":2136,"org":2137,"tags":2138,"stars":2104,"repoUrl":2105,"updatedAt":2151},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2139,2142,2143,2146,2148],{"name":2140,"slug":2141,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":2144,"slug":2145,"type":16},"Anthropic SDK","anthropic-sdk",{"name":2147,"slug":2134,"type":16},"Claude API",{"name":2149,"slug":2150,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":2153,"name":2153,"fn":2154,"description":2155,"org":2156,"tags":2157,"stars":2104,"repoUrl":2105,"updatedAt":2164},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2158,2161],{"name":2159,"slug":2160,"type":16},"Documentation","documentation",{"name":2162,"slug":2163,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":2166,"name":2166,"fn":2167,"description":2168,"org":2169,"tags":2170,"stars":2104,"repoUrl":2105,"updatedAt":2183},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2171,2172,2174,2177,2180],{"name":18,"slug":19,"type":16},{"name":2173,"slug":2166,"type":16},"DOCX",{"name":2175,"slug":2176,"type":16},"Office","office",{"name":2178,"slug":2179,"type":16},"Templates","templates",{"name":2181,"slug":2182,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":2185,"name":2185,"fn":2186,"description":2187,"org":2188,"tags":2189,"stars":2104,"repoUrl":2105,"updatedAt":2203},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2190,2191,2194,2197,2200],{"name":2096,"slug":2097,"type":16},{"name":2192,"slug":2193,"type":16},"Frontend","frontend",{"name":2195,"slug":2196,"type":16},"React","react",{"name":2198,"slug":2199,"type":16},"Tailwind CSS","tailwind-css",{"name":2201,"slug":2202,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":2205,"name":2205,"fn":2206,"description":2207,"org":2208,"tags":2209,"stars":2104,"repoUrl":2105,"updatedAt":2217},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2210,2213,2214],{"name":2211,"slug":2212,"type":16},"Communications","communications",{"name":2178,"slug":2179,"type":16},{"name":2215,"slug":2216,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":2219,"name":2219,"fn":2220,"description":2221,"org":2222,"tags":2223,"stars":2104,"repoUrl":2105,"updatedAt":2232},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2224,2225,2228,2229],{"name":2140,"slug":2141,"type":16},{"name":2226,"slug":2227,"type":16},"API Development","api-development",{"name":2149,"slug":2150,"type":16},{"name":2230,"slug":2231,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":2131,"name":2131,"fn":2234,"description":2235,"org":2236,"tags":2237,"stars":2104,"repoUrl":2105,"updatedAt":2240},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2238,2239],{"name":18,"slug":19,"type":16},{"name":2130,"slug":2131,"type":16},"2026-04-06T17:56:02.483316",{"slug":2242,"name":2242,"fn":2243,"description":2244,"org":2245,"tags":2246,"stars":2104,"repoUrl":2105,"updatedAt":2253},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2247,2250],{"name":2248,"slug":2249,"type":16},"PowerPoint","powerpoint",{"name":2251,"slug":2252,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":2255,"name":2255,"fn":2256,"description":2257,"org":2258,"tags":2259,"stars":2104,"repoUrl":2105,"updatedAt":2269},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2260,2261,2262,2265,2268],{"name":2140,"slug":2141,"type":16},{"name":2159,"slug":2160,"type":16},{"name":2263,"slug":2264,"type":16},"Evals","evals",{"name":2266,"slug":2267,"type":16},"Performance","performance",{"name":2162,"slug":2163,"type":16},"2026-04-19T06:45:40.804",490,{"items":2272,"total":2360},[2273,2287,2302,2319,2325,2336,2347],{"slug":2274,"name":2274,"fn":2275,"description":2276,"org":2277,"tags":2278,"stars":23,"repoUrl":24,"updatedAt":2286},"ai-inventory","track AI systems for EU AI Act","EU AI Act per-system inventory — track each AI system's role (provider, deployer, importer, distributor, authorized representative, product manufacturer) and risk tier (prohibited, high-risk, limited, minimal, GPAI, GPAI+systemic). Role and tier are assessed per system, not per company. Use when the user says \"ai inventory\", \"add an ai system\", \"what systems do we have\", \"classify this ai system\", \"eu ai act register\", or \"ai system registry\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2279,2282,2285],{"name":2280,"slug":2281,"type":16},"Compliance","compliance",{"name":2283,"slug":2284,"type":16},"Governance","governance",{"name":21,"slug":22,"type":16},"2026-05-14T06:02:19.677579",{"slug":2288,"name":2288,"fn":2289,"description":2290,"org":2291,"tags":2292,"stars":23,"repoUrl":24,"updatedAt":2301},"ai-tool-handoff","manage handoff to bulk legal review tools","Detects when Luminance, Kira, or a similar bulk-review tool is in use, hands off the high-volume clause extraction to it, and QAs its output per the trust level in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcorporate-legal\u002FCLAUDE.md`. Use when user says \"send to Luminance\", \"bulk review\", \"AI extraction\", or when diligence-issue-extraction hits a high-volume category.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2293,2296,2297,2298],{"name":2294,"slug":2295,"type":16},"Automation","automation",{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":2299,"slug":2300,"type":16},"QA","qa","2026-05-14T06:01:31.00555",{"slug":2303,"name":2303,"fn":2304,"description":2305,"org":2306,"tags":2307,"stars":23,"repoUrl":24,"updatedAt":2318},"aia-generation","run AI impact assessments","Run an AI impact assessment — structured intake, risk analysis, regulatory classification per regime in scope, policy consistency diff, and recommendation with conditions. Uses the house-style structure learned from the seed impact assessment in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fai-governance-legal\u002FCLAUDE.md`. Use when user says \"impact assessment for\", \"assess this AI use case\", \"run an AIA\", \"generate an AIA\", \"we need to document this AI system\", \"AI risk assessment for X\", or follows a conditional triage result.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2308,2309,2312,2315],{"name":21,"slug":22,"type":16},{"name":2310,"slug":2311,"type":16},"Policy","policy",{"name":2313,"slug":2314,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":2316,"slug":2317,"type":16},"Risk Assessment","risk-assessment","2026-05-13T06:03:19.61029",{"slug":4,"name":4,"fn":5,"description":6,"org":2320,"tags":2321,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2322,2323,2324],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"slug":2326,"name":2326,"fn":2327,"description":2328,"org":2329,"tags":2330,"stars":23,"repoUrl":24,"updatedAt":2335},"auto-updater","check for community skill updates","Check installed community skills for updates. Shows a diff and requires explicit approval before applying. Use when the user says \"check for updates\", \"update my skills\", \"anything new for my installed skills\", or when invoked from the registry-sync agent.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2331,2332],{"name":2294,"slug":2295,"type":16},{"name":2333,"slug":2334,"type":16},"Plugin Development","plugin-development","2026-05-13T06:02:55.642269",{"slug":2337,"name":2337,"fn":2338,"description":2339,"org":2340,"tags":2341,"stars":23,"repoUrl":24,"updatedAt":2346},"bar-prep-questions","provide bar exam practice questions","Bar prep questions — MBE or essay, targeted at your weak subjects and bar jurisdiction. Tracks misses and comes back to patterns. Use when the user says \"bar prep\", \"MBE questions\", \"practice essay\", or \"test me for the bar\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2342,2345],{"name":2343,"slug":2344,"type":16},"Education","education",{"name":21,"slug":22,"type":16},"2026-07-24T05:41:43.01243",{"slug":2348,"name":2348,"fn":2349,"description":2350,"org":2351,"tags":2352,"stars":23,"repoUrl":24,"updatedAt":2359},"board-minutes","draft board and committee meeting minutes","Drafts board or committee meeting minutes in your house format. Auto-detects upcoming board and committee meetings from your calendar, asks for the agenda and any slides or pre-read materials, and produces a complete draft in the format learned from your seed minutes. Also handles written consents in lieu of meetings. Trigger: \"board minutes\", \"draft minutes\", \"upcoming board meeting\", \"committee minutes\", \"written consent\", or calendar detection of an upcoming board or committee event.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2353,2354,2355,2356],{"name":2159,"slug":2160,"type":16},{"name":2283,"slug":2284,"type":16},{"name":21,"slug":22,"type":16},{"name":2357,"slug":2358,"type":16},"Meetings","meetings","2026-05-14T06:01:29.792942",118]