[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-renewal-tracker":3,"mdc-6pr0mi-key":34,"related-repo-anthropic-renewal-tracker":2079,"related-org-anthropic-renewal-tracker":2177},{"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},"renewal-tracker","track upcoming contract renewals","Show contracts with cancel-by deadlines coming up and warn before notice windows close, working from a maintained renewal register. Use when the user asks \"what's renewing soon\", \"what renewals are due\", \"did we miss a cancellation window\", \"add this to the renewal tracker\", or on a scheduled basis. Receives handoffs from saas-msa-review.\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},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Contracts","contracts",{"name":21,"slug":22,"type":16},"Legal","legal",8721,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-for-legal","2026-05-13T06:03:36.534254",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\u002Frenewal-tracker","---\nname: renewal-tracker\ndescription: >\n  Show contracts with cancel-by deadlines coming up and warn before notice windows\n  close, working from a maintained renewal register. Use when the user asks \"what's\n  renewing soon\", \"what renewals are due\", \"did we miss a cancellation window\", \"add\n  this to the renewal tracker\", or on a scheduled basis. Receives handoffs from\n  saas-msa-review.\nargument-hint: \"[--days N to change window | --missed for lapsed windows]\"\n---\n\n# \u002Frenewal-tracker\n\nSurfaces what's renewing and when you have to cancel by.\n\n## Instructions\n\n1. **Read `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002Frenewal-register.yaml`** (the config directory — survives plugin updates).\n\n2. **Default mode:** Mode 2 — what's coming up in the next 90 days, grouped by urgency using half-open intervals so each deadline lands in exactly one band: 🔴 0–13 days, 🟠 14–44 days, 🟡 45–89 days. Days 14, 45, and 90 are boundaries — each belongs to exactly one band, not two.\n\n3. **`--days N`:** Change the window.\n\n4. **`--missed`:** Mode 4 — cancel-by deadlines that passed without recorded cancellation.\n\n5. **If register is empty and the [CLM] is connected:** Offer Mode 3 — scan the [CLM] for active agreements with renewal dates and bulk-load.\n\n6. **Output includes recommended actions:** who to ping (the business owner from each register entry), which ones have uncapped pricing (get leverage before window closes).\n\n## Examples\n\n```\n\u002Fcommercial-legal:renewal-tracker\n```\n\n```\n\u002Fcommercial-legal:renewal-tracker --days 180\n```\n\n```\n\u002Fcommercial-legal:renewal-tracker --missed\n```\n\n---\n\n## Purpose\n\nNobody reads a contract twice. The renewal date is extracted once, at review time, and then it lives somewhere — ideally somewhere that shouts at you 45 days before the cancel-by deadline, not 45 days after.\n\nThis skill maintains the renewal register and surfaces what's coming.\n\n## The register\n\nLives at `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002Frenewal-register.yaml` (the config directory — survives plugin updates). Each entry:\n\n```yaml\n- counterparty: \"Acme SaaS Inc.\"\n  agreement: \"Acme Platform Subscription Agreement\"\n  signed_date: 2025-06-15\n  initial_term_end: 2026-06-15\n  current_term_end: 2026-06-15     # rolls forward after each auto-renewal; compute cancel_by_* from this\n  renewal_mechanism: \"auto-renew annual\"\n  notice_period_days: 60\n  notice_method: \"email\"           # email \u002F portal \u002F certified mail \u002F registered post \u002F courier \u002F per contract §X\n  transit_buffer_days: 0           # 0 for electronic, 5 for domestic certified mail, 10 for international registered post — or per contract if specified\n  cancel_by_calendar: 2026-04-16    # current_term_end minus notice_period_days\n  cancel_by_effective: 2026-04-16   # rolled back to last business day if needed\n  send_by_effective: 2026-04-16    # cancel_by_effective minus transit_buffer_days — the date you must SEND the notice\n  cancel_by_roll_note: \"\"           # e.g., \"rolled back from Sunday 2026-11-01; verify against contract's business-day definition\"\n  cancel_by_provenance: \"[model calculation — verify against the notice clause]\"\n  price_on_renewal: \"then-current list (uncapped)\"\n  annual_value: 48000\n  business_owner: \"jane@company.com\"\n  clm_id:        \"IC-12345\"        # if connected\n  docusign_envelope: \"abc-123\"   # if connected\n  status: \"active\"               # active | cancelled | renewed | lapsed\n  notes: \"Pricing uncapped — revisit before renewal. Alt vendors: X, Y.\"\n```\n\n**Notice transit time — alert off `send_by_effective`, not `cancel_by_effective`.** A 60-day window with a certified-mail requirement is really ~55 days. The tracker that alerts on the received-by date is the tracker that misses the deadline. Compute `send_by_effective = cancel_by_effective - transit_buffer_days` and fire alerts (the 🔴 \u002F 🟠 \u002F 🟡 urgency bands in Mode 2) off `send_by_effective`. Mode 2's urgency column shows `send_by_effective`; a detail column surfaces `cancel_by_effective`, `notice_method`, and `transit_buffer_days` so the reader can see the delta and challenge the buffer.\n\n**Rolling renewals — the register that doesn't roll forward is the register that's right once.** Store `initial_term_end` for the record, but compute `cancel_by_*` from `current_term_end`. When a renewal fires (the cancel window passes and no notice was given), prompt:\n\n> This contract auto-renewed on [date]. Update the register: new `current_term_end` is [date + renewal period], new `cancel_by_effective` is [computed], new `send_by_effective` is [computed]. Confirm?\n\nAfter year one, `initial_term_end` is wrong and only `current_term_end` produces a correct cancel-by date.\n\n## Business-day check on every cancel-by date\n\n**The register's cancel-by date must be the last BUSINESS DAY on which notice\nis effective, not the calendar date.** A calendar date that falls on a\nweekend is the single most common way a renewal deadline gets missed. The\nregister catches it.\n\nWhen you compute (or ingest) a cancel-by date:\n\n1. **Compute the calendar date.** `cancel_by_calendar = initial_term_end − notice_period_days` (or whatever the clause specifies). This is the raw arithmetic.\n2. **Business-day roll-back keyed to governing law.** The contract's governing law determines which holidays count. US: federal holidays + the state's holidays if governing law is a state. England & Wales: bank holidays. Germany: Feiertage (vary by Bundesland — ask which). Canada: federal + provincial. Singapore: public holidays. If Saturday, roll back to Friday. If Sunday, roll back to Friday. If a holiday in the governing-law jurisdiction, roll back to the prior business day. Roll BACK, never forward — forward means notice arrives after the window closes. For non-US governing law, if you can't determine the holiday calendar, flag it: \"Governing law is [X] — business-day roll-back uses US federal holidays as a placeholder. Verify against the [jurisdiction] holiday calendar before relying on the effective date.\"\n3. **Check the contract's own day-counting rule.** Look for \"business day,\" \"received by,\" \"deemed received,\" \"5:00 p.m. [local time],\" or a notice-method clause. If the contract defines \"business day\" or specifies receipt mechanics (certified mail, email with read receipt), that definition controls. Flag any mismatch between the default roll-back and the contract's own rule.\n4. **Record BOTH dates in the register.** `cancel_by_calendar` is the raw arithmetic; `cancel_by_effective` is the last business day on which notice is effective; `cancel_by_roll_note` records why they differ (e.g., \"rolled back from Sunday 2026-11-01; verify against contract's business-day definition\"). Every computed `cancel_by_effective` carries a `cancel_by_provenance` tag of `[model calculation — verify against the notice clause]` so the verify flag travels with the date, not with the surrounding prose.\n5. **Fire alerts off the EFFECTIVE date, not the calendar date.** Urgency bands (🔴 \u002F 🟠 \u002F 🟡 in Mode 2) use `cancel_by_effective`. Mode 2 output shows `cancel_by_effective` in the urgency column and surfaces `cancel_by_calendar` and `cancel_by_roll_note` in a detail column where the roll-back happened, so the reader can see it and challenge it.\n\nA Mode 2 report that prints `cancel_by: 2026-11-01` (a Sunday) with no weekday and no warning is a silently wrong effective deadline. The register is the place to catch it — once, at ingest — not later, when the window has already moved.\n\n## Modes\n\n### Mode 1: Ingest a renewal (handoff from review)\n\nWhen saas-msa-review or vendor-agreement-review finds a renewal clause, it hands off a record. Append it to the register. If the counterparty already has an entry, ask whether this is a replacement (renewed agreement) or an additional agreement.\n\n### Mode 2: What's coming up\n\n**Default lookback window:** next 90 days.\n\n**Urgency bands are half-open intervals — a deadline lives in exactly one band.** Use days-until-cancel-by (`cancel_by_effective - today`). Day 14, 45, and 90 each belong to exactly one band, not two; an off-by-one here puts the most-urgent items into the less-urgent bucket.\n\n- 🔴 **0–13 days** (cancel-by in less than 14 days — including today)\n- 🟠 **14–44 days**\n- 🟡 **45–89 days**\n- (everything 90+ days is outside the default lookback window; include only if the user passed `--horizon` beyond 90)\n\n```markdown\n## Renewals — next 90 days\n\n### 🔴 Cancel-by deadline in 0–13 days\n\n| Counterparty | Cancel by | Renewal date | Annual $ | Owner | Notes |\n|---|---|---|---|---|---|\n| [name] | **[date]** | [date] | $[n] | [email] | [notes] |\n\n### 🟠 Cancel-by deadline in 14–44 days\n\n[same table]\n\n### 🟡 Cancel-by deadline in 45–89 days\n\n[same table]\n\n---\n\n**Recommended actions:**\n- [ ] [Counterparty] — ping [business owner]: do we want to keep this?\n- [ ] [Counterparty] — pricing is uncapped; get a quote from an alternative before we lose leverage\n```\n\nIf the register has more than ~10 renewals in the window, or any time the user asks: offer the dashboard (see CLAUDE.md `## Outputs → Dashboard offer for data-heavy outputs`). Shape the offer for this output — counts by urgency tier (🔴 \u002F 🟠 \u002F 🟡), a cancel-by timeline, and a sortable register with counterparty, renewal date, annual $, and owner.\n\n### Mode 3: Scan the [CLM] \u002F e-signature tool to populate the register\n\nIf MCPs are connected and the register is empty or stale:\n\n1. Query the [CLM] for all agreements with status \"Active\" and a renewal date field\n2. Query DocuSign for completed envelopes in the last 24 months with \"subscription\" \u002F \"renewal\" \u002F \"auto-renew\" in metadata\n3. For each hit, extract renewal mechanics and add to register\n4. Flag any where the renewal date can't be determined from metadata — those need a human to read the contract\n\nThis is a one-time bulk load. After that, ingest happens at review time.\n\n### Mode 4: Missed windows (the bad news report)\n\n```markdown\n## Missed cancellation windows\n\nThe following agreements had cancel-by deadlines that have passed and no\ncancellation was recorded:\n\n| Counterparty | Cancel-by was | Renewal date | Status |\n|---|---|---|---|\n| [name] | [date] | [date] | Will auto-renew on [date] |\n\n**Options:**\n- Negotiate late cancellation (rarely works but worth asking)\n- Accept the renewal, mark next year's cancel-by now\n- Check the agreement for any other termination rights (for convenience, for cause)\n```\n\n## Gate: accepting or declining a renewal\n\nTracking a renewal date is research. *Acting* on it — sending a notice of non-renewal, letting an auto-renewal fire, or countersigning a renewal form — is a consequential legal step.\n\n**Before proceeding to accept or decline a renewal (including sending a non-renewal notice or letting an auto-renewal run past the cancel-by date):** Read `## Who's using this` in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002FCLAUDE.md`. If the Role is Non-lawyer:\n\n> This step has legal consequences (you're either committing to another term or terminating the relationship). Have you reviewed this with an attorney? If yes, proceed. If no, here's a brief to bring to them:\n>\n> [Generate a 1-page summary: counterparty, current term end and cancel-by date, renewal price mechanism, what happens if we do nothing, alternative vendors if we want to shop, and the three things to ask the attorney before the window closes.]\n>\n> If you need to find an attorney, solicitor, barrister, or other authorised legal professional: contact your professional regulator (state bar in the US, SRA\u002FBar Standards Board in England & Wales, Law Society in Scotland\u002FNI\u002FIreland\u002FCanada\u002FAustralia, or your jurisdiction's equivalent) for a referral service.\n\nDo not proceed past this gate without an explicit yes.\n\n## Integration: renewal-watcher agent\n\nThe renewal-watcher agent in this plugin runs this skill on a schedule (weekly by default) and posts the \"coming up\" report to the channel named in `~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002FCLAUDE.md` → `## House style` → where work product goes. Mode 2 is the agent's primary output.\n\n## What this skill does not do\n\n- It does not cancel contracts. It tells you when to decide.\n- It does not decide whether to renew. It surfaces the deadline and the business owner.\n- It does not read contracts to find renewal dates — that happens at review time. If a contract is in the register without a renewal date, it was added manually and someone needs to fill in the gap.\n",{"data":35,"body":37},{"name":4,"description":6,"argument-hint":36},"[--days N to change window | --missed for lapsed windows]",{"type":38,"children":39},"root",[40,48,54,61,159,165,177,186,195,199,205,210,215,221,233,773,844,878,932,951,957,967,972,1126,1139,1145,1152,1157,1163,1173,1191,1240,1649,1662,1674,1679,1708,1713,1719,1952,1958,1971,1997,2018,2023,2029,2049,2055,2073],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","\u002Frenewal-tracker",{"type":41,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"Surfaces what's renewing and when you have to cancel by.",{"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,84,94,110,125,149],{"type":41,"tag":66,"props":67,"children":68},"li",{},[69,82],{"type":41,"tag":70,"props":71,"children":72},"strong",{},[73,75],{"type":46,"value":74},"Read ",{"type":41,"tag":76,"props":77,"children":79},"code",{"className":78},[],[80],{"type":46,"value":81},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002Frenewal-register.yaml",{"type":46,"value":83}," (the config directory — survives plugin updates).",{"type":41,"tag":66,"props":85,"children":86},{},[87,92],{"type":41,"tag":70,"props":88,"children":89},{},[90],{"type":46,"value":91},"Default mode:",{"type":46,"value":93}," Mode 2 — what's coming up in the next 90 days, grouped by urgency using half-open intervals so each deadline lands in exactly one band: 🔴 0–13 days, 🟠 14–44 days, 🟡 45–89 days. Days 14, 45, and 90 are boundaries — each belongs to exactly one band, not two.",{"type":41,"tag":66,"props":95,"children":96},{},[97,108],{"type":41,"tag":70,"props":98,"children":99},{},[100,106],{"type":41,"tag":76,"props":101,"children":103},{"className":102},[],[104],{"type":46,"value":105},"--days N",{"type":46,"value":107},":",{"type":46,"value":109}," Change the window.",{"type":41,"tag":66,"props":111,"children":112},{},[113,123],{"type":41,"tag":70,"props":114,"children":115},{},[116,122],{"type":41,"tag":76,"props":117,"children":119},{"className":118},[],[120],{"type":46,"value":121},"--missed",{"type":46,"value":107},{"type":46,"value":124}," Mode 4 — cancel-by deadlines that passed without recorded cancellation.",{"type":41,"tag":66,"props":126,"children":127},{},[128,141,143,147],{"type":41,"tag":70,"props":129,"children":130},{},[131,133,139],{"type":46,"value":132},"If register is empty and the ",{"type":41,"tag":134,"props":135,"children":136},"span",{},[137],{"type":46,"value":138},"CLM",{"type":46,"value":140}," is connected:",{"type":46,"value":142}," Offer Mode 3 — scan the ",{"type":41,"tag":134,"props":144,"children":145},{},[146],{"type":46,"value":138},{"type":46,"value":148}," for active agreements with renewal dates and bulk-load.",{"type":41,"tag":66,"props":150,"children":151},{},[152,157],{"type":41,"tag":70,"props":153,"children":154},{},[155],{"type":46,"value":156},"Output includes recommended actions:",{"type":46,"value":158}," who to ping (the business owner from each register entry), which ones have uncapped pricing (get leverage before window closes).",{"type":41,"tag":55,"props":160,"children":162},{"id":161},"examples",[163],{"type":46,"value":164},"Examples",{"type":41,"tag":166,"props":167,"children":171},"pre",{"className":168,"code":170,"language":46},[169],"language-text","\u002Fcommercial-legal:renewal-tracker\n",[172],{"type":41,"tag":76,"props":173,"children":175},{"__ignoreMap":174},"",[176],{"type":46,"value":170},{"type":41,"tag":166,"props":178,"children":181},{"className":179,"code":180,"language":46},[169],"\u002Fcommercial-legal:renewal-tracker --days 180\n",[182],{"type":41,"tag":76,"props":183,"children":184},{"__ignoreMap":174},[185],{"type":46,"value":180},{"type":41,"tag":166,"props":187,"children":190},{"className":188,"code":189,"language":46},[169],"\u002Fcommercial-legal:renewal-tracker --missed\n",[191],{"type":41,"tag":76,"props":192,"children":193},{"__ignoreMap":174},[194],{"type":46,"value":189},{"type":41,"tag":196,"props":197,"children":198},"hr",{},[],{"type":41,"tag":55,"props":200,"children":202},{"id":201},"purpose",[203],{"type":46,"value":204},"Purpose",{"type":41,"tag":49,"props":206,"children":207},{},[208],{"type":46,"value":209},"Nobody reads a contract twice. The renewal date is extracted once, at review time, and then it lives somewhere — ideally somewhere that shouts at you 45 days before the cancel-by deadline, not 45 days after.",{"type":41,"tag":49,"props":211,"children":212},{},[213],{"type":46,"value":214},"This skill maintains the renewal register and surfaces what's coming.",{"type":41,"tag":55,"props":216,"children":218},{"id":217},"the-register",[219],{"type":46,"value":220},"The register",{"type":41,"tag":49,"props":222,"children":223},{},[224,226,231],{"type":46,"value":225},"Lives at ",{"type":41,"tag":76,"props":227,"children":229},{"className":228},[],[230],{"type":46,"value":81},{"type":46,"value":232}," (the config directory — survives plugin updates). Each entry:",{"type":41,"tag":166,"props":234,"children":238},{"className":235,"code":236,"language":237,"meta":174,"style":174},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","- counterparty: \"Acme SaaS Inc.\"\n  agreement: \"Acme Platform Subscription Agreement\"\n  signed_date: 2025-06-15\n  initial_term_end: 2026-06-15\n  current_term_end: 2026-06-15     # rolls forward after each auto-renewal; compute cancel_by_* from this\n  renewal_mechanism: \"auto-renew annual\"\n  notice_period_days: 60\n  notice_method: \"email\"           # email \u002F portal \u002F certified mail \u002F registered post \u002F courier \u002F per contract §X\n  transit_buffer_days: 0           # 0 for electronic, 5 for domestic certified mail, 10 for international registered post — or per contract if specified\n  cancel_by_calendar: 2026-04-16    # current_term_end minus notice_period_days\n  cancel_by_effective: 2026-04-16   # rolled back to last business day if needed\n  send_by_effective: 2026-04-16    # cancel_by_effective minus transit_buffer_days — the date you must SEND the notice\n  cancel_by_roll_note: \"\"           # e.g., \"rolled back from Sunday 2026-11-01; verify against contract's business-day definition\"\n  cancel_by_provenance: \"[model calculation — verify against the notice clause]\"\n  price_on_renewal: \"then-current list (uncapped)\"\n  annual_value: 48000\n  business_owner: \"jane@company.com\"\n  clm_id:        \"IC-12345\"        # if connected\n  docusign_envelope: \"abc-123\"   # if connected\n  status: \"active\"               # active | cancelled | renewed | lapsed\n  notes: \"Pricing uncapped — revisit before renewal. Alt vendors: X, Y.\"\n","yaml",[239],{"type":41,"tag":76,"props":240,"children":241},{"__ignoreMap":174},[242,279,305,324,342,366,392,411,443,466,489,512,534,557,583,609,627,653,685,716,747],{"type":41,"tag":134,"props":243,"children":246},{"class":244,"line":245},"line",1,[247,253,259,263,268,274],{"type":41,"tag":134,"props":248,"children":250},{"style":249},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[251],{"type":46,"value":252},"-",{"type":41,"tag":134,"props":254,"children":256},{"style":255},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[257],{"type":46,"value":258}," counterparty",{"type":41,"tag":134,"props":260,"children":261},{"style":249},[262],{"type":46,"value":107},{"type":41,"tag":134,"props":264,"children":265},{"style":249},[266],{"type":46,"value":267}," \"",{"type":41,"tag":134,"props":269,"children":271},{"style":270},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[272],{"type":46,"value":273},"Acme SaaS Inc.",{"type":41,"tag":134,"props":275,"children":276},{"style":249},[277],{"type":46,"value":278},"\"\n",{"type":41,"tag":134,"props":280,"children":282},{"class":244,"line":281},2,[283,288,292,296,301],{"type":41,"tag":134,"props":284,"children":285},{"style":255},[286],{"type":46,"value":287},"  agreement",{"type":41,"tag":134,"props":289,"children":290},{"style":249},[291],{"type":46,"value":107},{"type":41,"tag":134,"props":293,"children":294},{"style":249},[295],{"type":46,"value":267},{"type":41,"tag":134,"props":297,"children":298},{"style":270},[299],{"type":46,"value":300},"Acme Platform Subscription Agreement",{"type":41,"tag":134,"props":302,"children":303},{"style":249},[304],{"type":46,"value":278},{"type":41,"tag":134,"props":306,"children":308},{"class":244,"line":307},3,[309,314,318],{"type":41,"tag":134,"props":310,"children":311},{"style":255},[312],{"type":46,"value":313},"  signed_date",{"type":41,"tag":134,"props":315,"children":316},{"style":249},[317],{"type":46,"value":107},{"type":41,"tag":134,"props":319,"children":321},{"style":320},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[322],{"type":46,"value":323}," 2025-06-15\n",{"type":41,"tag":134,"props":325,"children":327},{"class":244,"line":326},4,[328,333,337],{"type":41,"tag":134,"props":329,"children":330},{"style":255},[331],{"type":46,"value":332},"  initial_term_end",{"type":41,"tag":134,"props":334,"children":335},{"style":249},[336],{"type":46,"value":107},{"type":41,"tag":134,"props":338,"children":339},{"style":320},[340],{"type":46,"value":341}," 2026-06-15\n",{"type":41,"tag":134,"props":343,"children":345},{"class":244,"line":344},5,[346,351,355,360],{"type":41,"tag":134,"props":347,"children":348},{"style":255},[349],{"type":46,"value":350},"  current_term_end",{"type":41,"tag":134,"props":352,"children":353},{"style":249},[354],{"type":46,"value":107},{"type":41,"tag":134,"props":356,"children":357},{"style":320},[358],{"type":46,"value":359}," 2026-06-15     ",{"type":41,"tag":134,"props":361,"children":363},{"style":362},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[364],{"type":46,"value":365},"# rolls forward after each auto-renewal; compute cancel_by_* from this\n",{"type":41,"tag":134,"props":367,"children":369},{"class":244,"line":368},6,[370,375,379,383,388],{"type":41,"tag":134,"props":371,"children":372},{"style":255},[373],{"type":46,"value":374},"  renewal_mechanism",{"type":41,"tag":134,"props":376,"children":377},{"style":249},[378],{"type":46,"value":107},{"type":41,"tag":134,"props":380,"children":381},{"style":249},[382],{"type":46,"value":267},{"type":41,"tag":134,"props":384,"children":385},{"style":270},[386],{"type":46,"value":387},"auto-renew annual",{"type":41,"tag":134,"props":389,"children":390},{"style":249},[391],{"type":46,"value":278},{"type":41,"tag":134,"props":393,"children":395},{"class":244,"line":394},7,[396,401,405],{"type":41,"tag":134,"props":397,"children":398},{"style":255},[399],{"type":46,"value":400},"  notice_period_days",{"type":41,"tag":134,"props":402,"children":403},{"style":249},[404],{"type":46,"value":107},{"type":41,"tag":134,"props":406,"children":408},{"style":407},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[409],{"type":46,"value":410}," 60\n",{"type":41,"tag":134,"props":412,"children":414},{"class":244,"line":413},8,[415,420,424,428,433,438],{"type":41,"tag":134,"props":416,"children":417},{"style":255},[418],{"type":46,"value":419},"  notice_method",{"type":41,"tag":134,"props":421,"children":422},{"style":249},[423],{"type":46,"value":107},{"type":41,"tag":134,"props":425,"children":426},{"style":249},[427],{"type":46,"value":267},{"type":41,"tag":134,"props":429,"children":430},{"style":270},[431],{"type":46,"value":432},"email",{"type":41,"tag":134,"props":434,"children":435},{"style":249},[436],{"type":46,"value":437},"\"",{"type":41,"tag":134,"props":439,"children":440},{"style":362},[441],{"type":46,"value":442},"           # email \u002F portal \u002F certified mail \u002F registered post \u002F courier \u002F per contract §X\n",{"type":41,"tag":134,"props":444,"children":446},{"class":244,"line":445},9,[447,452,456,461],{"type":41,"tag":134,"props":448,"children":449},{"style":255},[450],{"type":46,"value":451},"  transit_buffer_days",{"type":41,"tag":134,"props":453,"children":454},{"style":249},[455],{"type":46,"value":107},{"type":41,"tag":134,"props":457,"children":458},{"style":407},[459],{"type":46,"value":460}," 0",{"type":41,"tag":134,"props":462,"children":463},{"style":362},[464],{"type":46,"value":465},"           # 0 for electronic, 5 for domestic certified mail, 10 for international registered post — or per contract if specified\n",{"type":41,"tag":134,"props":467,"children":469},{"class":244,"line":468},10,[470,475,479,484],{"type":41,"tag":134,"props":471,"children":472},{"style":255},[473],{"type":46,"value":474},"  cancel_by_calendar",{"type":41,"tag":134,"props":476,"children":477},{"style":249},[478],{"type":46,"value":107},{"type":41,"tag":134,"props":480,"children":481},{"style":320},[482],{"type":46,"value":483}," 2026-04-16    ",{"type":41,"tag":134,"props":485,"children":486},{"style":362},[487],{"type":46,"value":488},"# current_term_end minus notice_period_days\n",{"type":41,"tag":134,"props":490,"children":492},{"class":244,"line":491},11,[493,498,502,507],{"type":41,"tag":134,"props":494,"children":495},{"style":255},[496],{"type":46,"value":497},"  cancel_by_effective",{"type":41,"tag":134,"props":499,"children":500},{"style":249},[501],{"type":46,"value":107},{"type":41,"tag":134,"props":503,"children":504},{"style":320},[505],{"type":46,"value":506}," 2026-04-16   ",{"type":41,"tag":134,"props":508,"children":509},{"style":362},[510],{"type":46,"value":511},"# rolled back to last business day if needed\n",{"type":41,"tag":134,"props":513,"children":515},{"class":244,"line":514},12,[516,521,525,529],{"type":41,"tag":134,"props":517,"children":518},{"style":255},[519],{"type":46,"value":520},"  send_by_effective",{"type":41,"tag":134,"props":522,"children":523},{"style":249},[524],{"type":46,"value":107},{"type":41,"tag":134,"props":526,"children":527},{"style":320},[528],{"type":46,"value":483},{"type":41,"tag":134,"props":530,"children":531},{"style":362},[532],{"type":46,"value":533},"# cancel_by_effective minus transit_buffer_days — the date you must SEND the notice\n",{"type":41,"tag":134,"props":535,"children":537},{"class":244,"line":536},13,[538,543,547,552],{"type":41,"tag":134,"props":539,"children":540},{"style":255},[541],{"type":46,"value":542},"  cancel_by_roll_note",{"type":41,"tag":134,"props":544,"children":545},{"style":249},[546],{"type":46,"value":107},{"type":41,"tag":134,"props":548,"children":549},{"style":249},[550],{"type":46,"value":551}," \"\"",{"type":41,"tag":134,"props":553,"children":554},{"style":362},[555],{"type":46,"value":556},"           # e.g., \"rolled back from Sunday 2026-11-01; verify against contract's business-day definition\"\n",{"type":41,"tag":134,"props":558,"children":560},{"class":244,"line":559},14,[561,566,570,574,579],{"type":41,"tag":134,"props":562,"children":563},{"style":255},[564],{"type":46,"value":565},"  cancel_by_provenance",{"type":41,"tag":134,"props":567,"children":568},{"style":249},[569],{"type":46,"value":107},{"type":41,"tag":134,"props":571,"children":572},{"style":249},[573],{"type":46,"value":267},{"type":41,"tag":134,"props":575,"children":576},{"style":270},[577],{"type":46,"value":578},"[model calculation — verify against the notice clause]",{"type":41,"tag":134,"props":580,"children":581},{"style":249},[582],{"type":46,"value":278},{"type":41,"tag":134,"props":584,"children":586},{"class":244,"line":585},15,[587,592,596,600,605],{"type":41,"tag":134,"props":588,"children":589},{"style":255},[590],{"type":46,"value":591},"  price_on_renewal",{"type":41,"tag":134,"props":593,"children":594},{"style":249},[595],{"type":46,"value":107},{"type":41,"tag":134,"props":597,"children":598},{"style":249},[599],{"type":46,"value":267},{"type":41,"tag":134,"props":601,"children":602},{"style":270},[603],{"type":46,"value":604},"then-current list (uncapped)",{"type":41,"tag":134,"props":606,"children":607},{"style":249},[608],{"type":46,"value":278},{"type":41,"tag":134,"props":610,"children":612},{"class":244,"line":611},16,[613,618,622],{"type":41,"tag":134,"props":614,"children":615},{"style":255},[616],{"type":46,"value":617},"  annual_value",{"type":41,"tag":134,"props":619,"children":620},{"style":249},[621],{"type":46,"value":107},{"type":41,"tag":134,"props":623,"children":624},{"style":407},[625],{"type":46,"value":626}," 48000\n",{"type":41,"tag":134,"props":628,"children":630},{"class":244,"line":629},17,[631,636,640,644,649],{"type":41,"tag":134,"props":632,"children":633},{"style":255},[634],{"type":46,"value":635},"  business_owner",{"type":41,"tag":134,"props":637,"children":638},{"style":249},[639],{"type":46,"value":107},{"type":41,"tag":134,"props":641,"children":642},{"style":249},[643],{"type":46,"value":267},{"type":41,"tag":134,"props":645,"children":646},{"style":270},[647],{"type":46,"value":648},"jane@company.com",{"type":41,"tag":134,"props":650,"children":651},{"style":249},[652],{"type":46,"value":278},{"type":41,"tag":134,"props":654,"children":656},{"class":244,"line":655},18,[657,662,666,671,676,680],{"type":41,"tag":134,"props":658,"children":659},{"style":255},[660],{"type":46,"value":661},"  clm_id",{"type":41,"tag":134,"props":663,"children":664},{"style":249},[665],{"type":46,"value":107},{"type":41,"tag":134,"props":667,"children":668},{"style":249},[669],{"type":46,"value":670},"        \"",{"type":41,"tag":134,"props":672,"children":673},{"style":270},[674],{"type":46,"value":675},"IC-12345",{"type":41,"tag":134,"props":677,"children":678},{"style":249},[679],{"type":46,"value":437},{"type":41,"tag":134,"props":681,"children":682},{"style":362},[683],{"type":46,"value":684},"        # if connected\n",{"type":41,"tag":134,"props":686,"children":688},{"class":244,"line":687},19,[689,694,698,702,707,711],{"type":41,"tag":134,"props":690,"children":691},{"style":255},[692],{"type":46,"value":693},"  docusign_envelope",{"type":41,"tag":134,"props":695,"children":696},{"style":249},[697],{"type":46,"value":107},{"type":41,"tag":134,"props":699,"children":700},{"style":249},[701],{"type":46,"value":267},{"type":41,"tag":134,"props":703,"children":704},{"style":270},[705],{"type":46,"value":706},"abc-123",{"type":41,"tag":134,"props":708,"children":709},{"style":249},[710],{"type":46,"value":437},{"type":41,"tag":134,"props":712,"children":713},{"style":362},[714],{"type":46,"value":715},"   # if connected\n",{"type":41,"tag":134,"props":717,"children":719},{"class":244,"line":718},20,[720,725,729,733,738,742],{"type":41,"tag":134,"props":721,"children":722},{"style":255},[723],{"type":46,"value":724},"  status",{"type":41,"tag":134,"props":726,"children":727},{"style":249},[728],{"type":46,"value":107},{"type":41,"tag":134,"props":730,"children":731},{"style":249},[732],{"type":46,"value":267},{"type":41,"tag":134,"props":734,"children":735},{"style":270},[736],{"type":46,"value":737},"active",{"type":41,"tag":134,"props":739,"children":740},{"style":249},[741],{"type":46,"value":437},{"type":41,"tag":134,"props":743,"children":744},{"style":362},[745],{"type":46,"value":746},"               # active | cancelled | renewed | lapsed\n",{"type":41,"tag":134,"props":748,"children":750},{"class":244,"line":749},21,[751,756,760,764,769],{"type":41,"tag":134,"props":752,"children":753},{"style":255},[754],{"type":46,"value":755},"  notes",{"type":41,"tag":134,"props":757,"children":758},{"style":249},[759],{"type":46,"value":107},{"type":41,"tag":134,"props":761,"children":762},{"style":249},[763],{"type":46,"value":267},{"type":41,"tag":134,"props":765,"children":766},{"style":270},[767],{"type":46,"value":768},"Pricing uncapped — revisit before renewal. Alt vendors: X, Y.",{"type":41,"tag":134,"props":770,"children":771},{"style":249},[772],{"type":46,"value":278},{"type":41,"tag":49,"props":774,"children":775},{},[776,797,799,805,807,812,814,819,821,826,828,834,836,842],{"type":41,"tag":70,"props":777,"children":778},{},[779,781,787,789,795],{"type":46,"value":780},"Notice transit time — alert off ",{"type":41,"tag":76,"props":782,"children":784},{"className":783},[],[785],{"type":46,"value":786},"send_by_effective",{"type":46,"value":788},", not ",{"type":41,"tag":76,"props":790,"children":792},{"className":791},[],[793],{"type":46,"value":794},"cancel_by_effective",{"type":46,"value":796},".",{"type":46,"value":798}," A 60-day window with a certified-mail requirement is really ~55 days. The tracker that alerts on the received-by date is the tracker that misses the deadline. Compute ",{"type":41,"tag":76,"props":800,"children":802},{"className":801},[],[803],{"type":46,"value":804},"send_by_effective = cancel_by_effective - transit_buffer_days",{"type":46,"value":806}," and fire alerts (the 🔴 \u002F 🟠 \u002F 🟡 urgency bands in Mode 2) off ",{"type":41,"tag":76,"props":808,"children":810},{"className":809},[],[811],{"type":46,"value":786},{"type":46,"value":813},". Mode 2's urgency column shows ",{"type":41,"tag":76,"props":815,"children":817},{"className":816},[],[818],{"type":46,"value":786},{"type":46,"value":820},"; a detail column surfaces ",{"type":41,"tag":76,"props":822,"children":824},{"className":823},[],[825],{"type":46,"value":794},{"type":46,"value":827},", ",{"type":41,"tag":76,"props":829,"children":831},{"className":830},[],[832],{"type":46,"value":833},"notice_method",{"type":46,"value":835},", and ",{"type":41,"tag":76,"props":837,"children":839},{"className":838},[],[840],{"type":46,"value":841},"transit_buffer_days",{"type":46,"value":843}," so the reader can see the delta and challenge the buffer.",{"type":41,"tag":49,"props":845,"children":846},{},[847,852,854,860,862,868,870,876],{"type":41,"tag":70,"props":848,"children":849},{},[850],{"type":46,"value":851},"Rolling renewals — the register that doesn't roll forward is the register that's right once.",{"type":46,"value":853}," Store ",{"type":41,"tag":76,"props":855,"children":857},{"className":856},[],[858],{"type":46,"value":859},"initial_term_end",{"type":46,"value":861}," for the record, but compute ",{"type":41,"tag":76,"props":863,"children":865},{"className":864},[],[866],{"type":46,"value":867},"cancel_by_*",{"type":46,"value":869}," from ",{"type":41,"tag":76,"props":871,"children":873},{"className":872},[],[874],{"type":46,"value":875},"current_term_end",{"type":46,"value":877},". When a renewal fires (the cancel window passes and no notice was given), prompt:",{"type":41,"tag":879,"props":880,"children":881},"blockquote",{},[882],{"type":41,"tag":49,"props":883,"children":884},{},[885,887,892,894,899,901,906,908,913,914,919,920,925,926,930],{"type":46,"value":886},"This contract auto-renewed on ",{"type":41,"tag":134,"props":888,"children":889},{},[890],{"type":46,"value":891},"date",{"type":46,"value":893},". Update the register: new ",{"type":41,"tag":76,"props":895,"children":897},{"className":896},[],[898],{"type":46,"value":875},{"type":46,"value":900}," is ",{"type":41,"tag":134,"props":902,"children":903},{},[904],{"type":46,"value":905},"date + renewal period",{"type":46,"value":907},", new ",{"type":41,"tag":76,"props":909,"children":911},{"className":910},[],[912],{"type":46,"value":794},{"type":46,"value":900},{"type":41,"tag":134,"props":915,"children":916},{},[917],{"type":46,"value":918},"computed",{"type":46,"value":907},{"type":41,"tag":76,"props":921,"children":923},{"className":922},[],[924],{"type":46,"value":786},{"type":46,"value":900},{"type":41,"tag":134,"props":927,"children":928},{},[929],{"type":46,"value":918},{"type":46,"value":931},". Confirm?",{"type":41,"tag":49,"props":933,"children":934},{},[935,937,942,944,949],{"type":46,"value":936},"After year one, ",{"type":41,"tag":76,"props":938,"children":940},{"className":939},[],[941],{"type":46,"value":859},{"type":46,"value":943}," is wrong and only ",{"type":41,"tag":76,"props":945,"children":947},{"className":946},[],[948],{"type":46,"value":875},{"type":46,"value":950}," produces a correct cancel-by date.",{"type":41,"tag":55,"props":952,"children":954},{"id":953},"business-day-check-on-every-cancel-by-date",[955],{"type":46,"value":956},"Business-day check on every cancel-by date",{"type":41,"tag":49,"props":958,"children":959},{},[960,965],{"type":41,"tag":70,"props":961,"children":962},{},[963],{"type":46,"value":964},"The register's cancel-by date must be the last BUSINESS DAY on which notice\nis effective, not the calendar date.",{"type":46,"value":966}," A calendar date that falls on a\nweekend is the single most common way a renewal deadline gets missed. The\nregister catches it.",{"type":41,"tag":49,"props":968,"children":969},{},[970],{"type":46,"value":971},"When you compute (or ingest) a cancel-by date:",{"type":41,"tag":62,"props":973,"children":974},{},[975,993,1017,1034,1088],{"type":41,"tag":66,"props":976,"children":977},{},[978,983,985,991],{"type":41,"tag":70,"props":979,"children":980},{},[981],{"type":46,"value":982},"Compute the calendar date.",{"type":46,"value":984}," ",{"type":41,"tag":76,"props":986,"children":988},{"className":987},[],[989],{"type":46,"value":990},"cancel_by_calendar = initial_term_end − notice_period_days",{"type":46,"value":992}," (or whatever the clause specifies). This is the raw arithmetic.",{"type":41,"tag":66,"props":994,"children":995},{},[996,1001,1003,1008,1010,1015],{"type":41,"tag":70,"props":997,"children":998},{},[999],{"type":46,"value":1000},"Business-day roll-back keyed to governing law.",{"type":46,"value":1002}," The contract's governing law determines which holidays count. US: federal holidays + the state's holidays if governing law is a state. England & Wales: bank holidays. Germany: Feiertage (vary by Bundesland — ask which). Canada: federal + provincial. Singapore: public holidays. If Saturday, roll back to Friday. If Sunday, roll back to Friday. If a holiday in the governing-law jurisdiction, roll back to the prior business day. Roll BACK, never forward — forward means notice arrives after the window closes. For non-US governing law, if you can't determine the holiday calendar, flag it: \"Governing law is ",{"type":41,"tag":134,"props":1004,"children":1005},{},[1006],{"type":46,"value":1007},"X",{"type":46,"value":1009}," — business-day roll-back uses US federal holidays as a placeholder. Verify against the ",{"type":41,"tag":134,"props":1011,"children":1012},{},[1013],{"type":46,"value":1014},"jurisdiction",{"type":46,"value":1016}," holiday calendar before relying on the effective date.\"",{"type":41,"tag":66,"props":1018,"children":1019},{},[1020,1025,1027,1032],{"type":41,"tag":70,"props":1021,"children":1022},{},[1023],{"type":46,"value":1024},"Check the contract's own day-counting rule.",{"type":46,"value":1026}," Look for \"business day,\" \"received by,\" \"deemed received,\" \"5:00 p.m. ",{"type":41,"tag":134,"props":1028,"children":1029},{},[1030],{"type":46,"value":1031},"local time",{"type":46,"value":1033},",\" or a notice-method clause. If the contract defines \"business day\" or specifies receipt mechanics (certified mail, email with read receipt), that definition controls. Flag any mismatch between the default roll-back and the contract's own rule.",{"type":41,"tag":66,"props":1035,"children":1036},{},[1037,1042,1043,1049,1051,1056,1058,1064,1066,1071,1073,1079,1081,1086],{"type":41,"tag":70,"props":1038,"children":1039},{},[1040],{"type":46,"value":1041},"Record BOTH dates in the register.",{"type":46,"value":984},{"type":41,"tag":76,"props":1044,"children":1046},{"className":1045},[],[1047],{"type":46,"value":1048},"cancel_by_calendar",{"type":46,"value":1050}," is the raw arithmetic; ",{"type":41,"tag":76,"props":1052,"children":1054},{"className":1053},[],[1055],{"type":46,"value":794},{"type":46,"value":1057}," is the last business day on which notice is effective; ",{"type":41,"tag":76,"props":1059,"children":1061},{"className":1060},[],[1062],{"type":46,"value":1063},"cancel_by_roll_note",{"type":46,"value":1065}," records why they differ (e.g., \"rolled back from Sunday 2026-11-01; verify against contract's business-day definition\"). Every computed ",{"type":41,"tag":76,"props":1067,"children":1069},{"className":1068},[],[1070],{"type":46,"value":794},{"type":46,"value":1072}," carries a ",{"type":41,"tag":76,"props":1074,"children":1076},{"className":1075},[],[1077],{"type":46,"value":1078},"cancel_by_provenance",{"type":46,"value":1080}," tag of ",{"type":41,"tag":76,"props":1082,"children":1084},{"className":1083},[],[1085],{"type":46,"value":578},{"type":46,"value":1087}," so the verify flag travels with the date, not with the surrounding prose.",{"type":41,"tag":66,"props":1089,"children":1090},{},[1091,1096,1098,1103,1105,1110,1112,1117,1119,1124],{"type":41,"tag":70,"props":1092,"children":1093},{},[1094],{"type":46,"value":1095},"Fire alerts off the EFFECTIVE date, not the calendar date.",{"type":46,"value":1097}," Urgency bands (🔴 \u002F 🟠 \u002F 🟡 in Mode 2) use ",{"type":41,"tag":76,"props":1099,"children":1101},{"className":1100},[],[1102],{"type":46,"value":794},{"type":46,"value":1104},". Mode 2 output shows ",{"type":41,"tag":76,"props":1106,"children":1108},{"className":1107},[],[1109],{"type":46,"value":794},{"type":46,"value":1111}," in the urgency column and surfaces ",{"type":41,"tag":76,"props":1113,"children":1115},{"className":1114},[],[1116],{"type":46,"value":1048},{"type":46,"value":1118}," and ",{"type":41,"tag":76,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":46,"value":1063},{"type":46,"value":1125}," in a detail column where the roll-back happened, so the reader can see it and challenge it.",{"type":41,"tag":49,"props":1127,"children":1128},{},[1129,1131,1137],{"type":46,"value":1130},"A Mode 2 report that prints ",{"type":41,"tag":76,"props":1132,"children":1134},{"className":1133},[],[1135],{"type":46,"value":1136},"cancel_by: 2026-11-01",{"type":46,"value":1138}," (a Sunday) with no weekday and no warning is a silently wrong effective deadline. The register is the place to catch it — once, at ingest — not later, when the window has already moved.",{"type":41,"tag":55,"props":1140,"children":1142},{"id":1141},"modes",[1143],{"type":46,"value":1144},"Modes",{"type":41,"tag":1146,"props":1147,"children":1149},"h3",{"id":1148},"mode-1-ingest-a-renewal-handoff-from-review",[1150],{"type":46,"value":1151},"Mode 1: Ingest a renewal (handoff from review)",{"type":41,"tag":49,"props":1153,"children":1154},{},[1155],{"type":46,"value":1156},"When saas-msa-review or vendor-agreement-review finds a renewal clause, it hands off a record. Append it to the register. If the counterparty already has an entry, ask whether this is a replacement (renewed agreement) or an additional agreement.",{"type":41,"tag":1146,"props":1158,"children":1160},{"id":1159},"mode-2-whats-coming-up",[1161],{"type":46,"value":1162},"Mode 2: What's coming up",{"type":41,"tag":49,"props":1164,"children":1165},{},[1166,1171],{"type":41,"tag":70,"props":1167,"children":1168},{},[1169],{"type":46,"value":1170},"Default lookback window:",{"type":46,"value":1172}," next 90 days.",{"type":41,"tag":49,"props":1174,"children":1175},{},[1176,1181,1183,1189],{"type":41,"tag":70,"props":1177,"children":1178},{},[1179],{"type":46,"value":1180},"Urgency bands are half-open intervals — a deadline lives in exactly one band.",{"type":46,"value":1182}," Use days-until-cancel-by (",{"type":41,"tag":76,"props":1184,"children":1186},{"className":1185},[],[1187],{"type":46,"value":1188},"cancel_by_effective - today",{"type":46,"value":1190},"). Day 14, 45, and 90 each belong to exactly one band, not two; an off-by-one here puts the most-urgent items into the less-urgent bucket.",{"type":41,"tag":1192,"props":1193,"children":1194},"ul",{},[1195,1207,1217,1227],{"type":41,"tag":66,"props":1196,"children":1197},{},[1198,1200,1205],{"type":46,"value":1199},"🔴 ",{"type":41,"tag":70,"props":1201,"children":1202},{},[1203],{"type":46,"value":1204},"0–13 days",{"type":46,"value":1206}," (cancel-by in less than 14 days — including today)",{"type":41,"tag":66,"props":1208,"children":1209},{},[1210,1212],{"type":46,"value":1211},"🟠 ",{"type":41,"tag":70,"props":1213,"children":1214},{},[1215],{"type":46,"value":1216},"14–44 days",{"type":41,"tag":66,"props":1218,"children":1219},{},[1220,1222],{"type":46,"value":1221},"🟡 ",{"type":41,"tag":70,"props":1223,"children":1224},{},[1225],{"type":46,"value":1226},"45–89 days",{"type":41,"tag":66,"props":1228,"children":1229},{},[1230,1232,1238],{"type":46,"value":1231},"(everything 90+ days is outside the default lookback window; include only if the user passed ",{"type":41,"tag":76,"props":1233,"children":1235},{"className":1234},[],[1236],{"type":46,"value":1237},"--horizon",{"type":46,"value":1239}," beyond 90)",{"type":41,"tag":166,"props":1241,"children":1245},{"className":1242,"code":1243,"language":1244,"meta":174,"style":174},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","## Renewals — next 90 days\n\n### 🔴 Cancel-by deadline in 0–13 days\n\n| Counterparty | Cancel by | Renewal date | Annual $ | Owner | Notes |\n|---|---|---|---|---|---|\n| [name] | **[date]** | [date] | $[n] | [email] | [notes] |\n\n### 🟠 Cancel-by deadline in 14–44 days\n\n[same table]\n\n### 🟡 Cancel-by deadline in 45–89 days\n\n[same table]\n\n---\n\n**Recommended actions:**\n- [ ] [Counterparty] — ping [business owner]: do we want to keep this?\n- [ ] [Counterparty] — pricing is uncapped; get a quote from an alternative before we lose leverage\n","markdown",[1246],{"type":41,"tag":76,"props":1247,"children":1248},{"__ignoreMap":174},[1249,1263,1272,1285,1292,1355,1363,1483,1490,1502,1509,1517,1524,1536,1543,1550,1557,1565,1572,1591,1621],{"type":41,"tag":134,"props":1250,"children":1251},{"class":244,"line":245},[1252,1257],{"type":41,"tag":134,"props":1253,"children":1254},{"style":249},[1255],{"type":46,"value":1256},"## ",{"type":41,"tag":134,"props":1258,"children":1260},{"style":1259},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1261],{"type":46,"value":1262},"Renewals — next 90 days\n",{"type":41,"tag":134,"props":1264,"children":1265},{"class":244,"line":281},[1266],{"type":41,"tag":134,"props":1267,"children":1269},{"emptyLinePlaceholder":1268},true,[1270],{"type":46,"value":1271},"\n",{"type":41,"tag":134,"props":1273,"children":1274},{"class":244,"line":307},[1275,1280],{"type":41,"tag":134,"props":1276,"children":1277},{"style":249},[1278],{"type":46,"value":1279},"### ",{"type":41,"tag":134,"props":1281,"children":1282},{"style":1259},[1283],{"type":46,"value":1284},"🔴 Cancel-by deadline in 0–13 days\n",{"type":41,"tag":134,"props":1286,"children":1287},{"class":244,"line":326},[1288],{"type":41,"tag":134,"props":1289,"children":1290},{"emptyLinePlaceholder":1268},[1291],{"type":46,"value":1271},{"type":41,"tag":134,"props":1293,"children":1294},{"class":244,"line":344},[1295,1300,1305,1309,1314,1318,1323,1327,1332,1336,1341,1345,1350],{"type":41,"tag":134,"props":1296,"children":1297},{"style":249},[1298],{"type":46,"value":1299},"|",{"type":41,"tag":134,"props":1301,"children":1302},{"style":320},[1303],{"type":46,"value":1304}," Counterparty ",{"type":41,"tag":134,"props":1306,"children":1307},{"style":249},[1308],{"type":46,"value":1299},{"type":41,"tag":134,"props":1310,"children":1311},{"style":320},[1312],{"type":46,"value":1313}," Cancel by ",{"type":41,"tag":134,"props":1315,"children":1316},{"style":249},[1317],{"type":46,"value":1299},{"type":41,"tag":134,"props":1319,"children":1320},{"style":320},[1321],{"type":46,"value":1322}," Renewal date ",{"type":41,"tag":134,"props":1324,"children":1325},{"style":249},[1326],{"type":46,"value":1299},{"type":41,"tag":134,"props":1328,"children":1329},{"style":320},[1330],{"type":46,"value":1331}," Annual $ ",{"type":41,"tag":134,"props":1333,"children":1334},{"style":249},[1335],{"type":46,"value":1299},{"type":41,"tag":134,"props":1337,"children":1338},{"style":320},[1339],{"type":46,"value":1340}," Owner ",{"type":41,"tag":134,"props":1342,"children":1343},{"style":249},[1344],{"type":46,"value":1299},{"type":41,"tag":134,"props":1346,"children":1347},{"style":320},[1348],{"type":46,"value":1349}," Notes ",{"type":41,"tag":134,"props":1351,"children":1352},{"style":249},[1353],{"type":46,"value":1354},"|\n",{"type":41,"tag":134,"props":1356,"children":1357},{"class":244,"line":368},[1358],{"type":41,"tag":134,"props":1359,"children":1360},{"style":249},[1361],{"type":46,"value":1362},"|---|---|---|---|---|---|\n",{"type":41,"tag":134,"props":1364,"children":1365},{"class":244,"line":394},[1366,1370,1375,1380,1385,1390,1396,1401,1406,1410,1414,1418,1422,1426,1431,1436,1441,1445,1449,1453,1457,1461,1465,1469,1474,1478],{"type":41,"tag":134,"props":1367,"children":1368},{"style":249},[1369],{"type":46,"value":1299},{"type":41,"tag":134,"props":1371,"children":1372},{"style":249},[1373],{"type":46,"value":1374}," [",{"type":41,"tag":134,"props":1376,"children":1377},{"style":270},[1378],{"type":46,"value":1379},"name",{"type":41,"tag":134,"props":1381,"children":1382},{"style":249},[1383],{"type":46,"value":1384},"]",{"type":41,"tag":134,"props":1386,"children":1387},{"style":249},[1388],{"type":46,"value":1389}," |",{"type":41,"tag":134,"props":1391,"children":1393},{"style":1392},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[1394],{"type":46,"value":1395}," **[",{"type":41,"tag":134,"props":1397,"children":1399},{"style":1398},"--shiki-light:#91B859;--shiki-light-font-weight:bold;--shiki-default:#C3E88D;--shiki-default-font-weight:bold;--shiki-dark:#C3E88D;--shiki-dark-font-weight:bold",[1400],{"type":46,"value":891},{"type":41,"tag":134,"props":1402,"children":1403},{"style":1392},[1404],{"type":46,"value":1405},"]**",{"type":41,"tag":134,"props":1407,"children":1408},{"style":249},[1409],{"type":46,"value":1389},{"type":41,"tag":134,"props":1411,"children":1412},{"style":249},[1413],{"type":46,"value":1374},{"type":41,"tag":134,"props":1415,"children":1416},{"style":270},[1417],{"type":46,"value":891},{"type":41,"tag":134,"props":1419,"children":1420},{"style":249},[1421],{"type":46,"value":1384},{"type":41,"tag":134,"props":1423,"children":1424},{"style":249},[1425],{"type":46,"value":1389},{"type":41,"tag":134,"props":1427,"children":1428},{"style":320},[1429],{"type":46,"value":1430}," $",{"type":41,"tag":134,"props":1432,"children":1433},{"style":249},[1434],{"type":46,"value":1435},"[",{"type":41,"tag":134,"props":1437,"children":1438},{"style":270},[1439],{"type":46,"value":1440},"n",{"type":41,"tag":134,"props":1442,"children":1443},{"style":249},[1444],{"type":46,"value":1384},{"type":41,"tag":134,"props":1446,"children":1447},{"style":249},[1448],{"type":46,"value":1389},{"type":41,"tag":134,"props":1450,"children":1451},{"style":249},[1452],{"type":46,"value":1374},{"type":41,"tag":134,"props":1454,"children":1455},{"style":270},[1456],{"type":46,"value":432},{"type":41,"tag":134,"props":1458,"children":1459},{"style":249},[1460],{"type":46,"value":1384},{"type":41,"tag":134,"props":1462,"children":1463},{"style":249},[1464],{"type":46,"value":1389},{"type":41,"tag":134,"props":1466,"children":1467},{"style":249},[1468],{"type":46,"value":1374},{"type":41,"tag":134,"props":1470,"children":1471},{"style":270},[1472],{"type":46,"value":1473},"notes",{"type":41,"tag":134,"props":1475,"children":1476},{"style":249},[1477],{"type":46,"value":1384},{"type":41,"tag":134,"props":1479,"children":1480},{"style":249},[1481],{"type":46,"value":1482}," |\n",{"type":41,"tag":134,"props":1484,"children":1485},{"class":244,"line":413},[1486],{"type":41,"tag":134,"props":1487,"children":1488},{"emptyLinePlaceholder":1268},[1489],{"type":46,"value":1271},{"type":41,"tag":134,"props":1491,"children":1492},{"class":244,"line":445},[1493,1497],{"type":41,"tag":134,"props":1494,"children":1495},{"style":249},[1496],{"type":46,"value":1279},{"type":41,"tag":134,"props":1498,"children":1499},{"style":1259},[1500],{"type":46,"value":1501},"🟠 Cancel-by deadline in 14–44 days\n",{"type":41,"tag":134,"props":1503,"children":1504},{"class":244,"line":468},[1505],{"type":41,"tag":134,"props":1506,"children":1507},{"emptyLinePlaceholder":1268},[1508],{"type":46,"value":1271},{"type":41,"tag":134,"props":1510,"children":1511},{"class":244,"line":491},[1512],{"type":41,"tag":134,"props":1513,"children":1514},{"style":320},[1515],{"type":46,"value":1516},"[same table]\n",{"type":41,"tag":134,"props":1518,"children":1519},{"class":244,"line":514},[1520],{"type":41,"tag":134,"props":1521,"children":1522},{"emptyLinePlaceholder":1268},[1523],{"type":46,"value":1271},{"type":41,"tag":134,"props":1525,"children":1526},{"class":244,"line":536},[1527,1531],{"type":41,"tag":134,"props":1528,"children":1529},{"style":249},[1530],{"type":46,"value":1279},{"type":41,"tag":134,"props":1532,"children":1533},{"style":1259},[1534],{"type":46,"value":1535},"🟡 Cancel-by deadline in 45–89 days\n",{"type":41,"tag":134,"props":1537,"children":1538},{"class":244,"line":559},[1539],{"type":41,"tag":134,"props":1540,"children":1541},{"emptyLinePlaceholder":1268},[1542],{"type":46,"value":1271},{"type":41,"tag":134,"props":1544,"children":1545},{"class":244,"line":585},[1546],{"type":41,"tag":134,"props":1547,"children":1548},{"style":320},[1549],{"type":46,"value":1516},{"type":41,"tag":134,"props":1551,"children":1552},{"class":244,"line":611},[1553],{"type":41,"tag":134,"props":1554,"children":1555},{"emptyLinePlaceholder":1268},[1556],{"type":46,"value":1271},{"type":41,"tag":134,"props":1558,"children":1559},{"class":244,"line":629},[1560],{"type":41,"tag":134,"props":1561,"children":1562},{"style":249},[1563],{"type":46,"value":1564},"---\n",{"type":41,"tag":134,"props":1566,"children":1567},{"class":244,"line":655},[1568],{"type":41,"tag":134,"props":1569,"children":1570},{"emptyLinePlaceholder":1268},[1571],{"type":46,"value":1271},{"type":41,"tag":134,"props":1573,"children":1574},{"class":244,"line":687},[1575,1580,1586],{"type":41,"tag":134,"props":1576,"children":1577},{"style":1392},[1578],{"type":46,"value":1579},"**",{"type":41,"tag":134,"props":1581,"children":1583},{"style":1582},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[1584],{"type":46,"value":1585},"Recommended actions:",{"type":41,"tag":134,"props":1587,"children":1588},{"style":1392},[1589],{"type":46,"value":1590},"**\n",{"type":41,"tag":134,"props":1592,"children":1593},{"class":244,"line":718},[1594,1598,1603,1607,1612,1616],{"type":41,"tag":134,"props":1595,"children":1596},{"style":249},[1597],{"type":46,"value":252},{"type":41,"tag":134,"props":1599,"children":1600},{"style":320},[1601],{"type":46,"value":1602}," [ ] ",{"type":41,"tag":134,"props":1604,"children":1605},{"style":249},[1606],{"type":46,"value":1435},{"type":41,"tag":134,"props":1608,"children":1609},{"style":270},[1610],{"type":46,"value":1611},"Counterparty",{"type":41,"tag":134,"props":1613,"children":1614},{"style":249},[1615],{"type":46,"value":1384},{"type":41,"tag":134,"props":1617,"children":1618},{"style":320},[1619],{"type":46,"value":1620}," — ping [business owner]: do we want to keep this?\n",{"type":41,"tag":134,"props":1622,"children":1623},{"class":244,"line":749},[1624,1628,1632,1636,1640,1644],{"type":41,"tag":134,"props":1625,"children":1626},{"style":249},[1627],{"type":46,"value":252},{"type":41,"tag":134,"props":1629,"children":1630},{"style":320},[1631],{"type":46,"value":1602},{"type":41,"tag":134,"props":1633,"children":1634},{"style":249},[1635],{"type":46,"value":1435},{"type":41,"tag":134,"props":1637,"children":1638},{"style":270},[1639],{"type":46,"value":1611},{"type":41,"tag":134,"props":1641,"children":1642},{"style":249},[1643],{"type":46,"value":1384},{"type":41,"tag":134,"props":1645,"children":1646},{"style":320},[1647],{"type":46,"value":1648}," — pricing is uncapped; get a quote from an alternative before we lose leverage\n",{"type":41,"tag":49,"props":1650,"children":1651},{},[1652,1654,1660],{"type":46,"value":1653},"If the register has more than ~10 renewals in the window, or any time the user asks: offer the dashboard (see CLAUDE.md ",{"type":41,"tag":76,"props":1655,"children":1657},{"className":1656},[],[1658],{"type":46,"value":1659},"## Outputs → Dashboard offer for data-heavy outputs",{"type":46,"value":1661},"). Shape the offer for this output — counts by urgency tier (🔴 \u002F 🟠 \u002F 🟡), a cancel-by timeline, and a sortable register with counterparty, renewal date, annual $, and owner.",{"type":41,"tag":1146,"props":1663,"children":1665},{"id":1664},"mode-3-scan-the-clm-e-signature-tool-to-populate-the-register",[1666,1668,1672],{"type":46,"value":1667},"Mode 3: Scan the ",{"type":41,"tag":134,"props":1669,"children":1670},{},[1671],{"type":46,"value":138},{"type":46,"value":1673}," \u002F e-signature tool to populate the register",{"type":41,"tag":49,"props":1675,"children":1676},{},[1677],{"type":46,"value":1678},"If MCPs are connected and the register is empty or stale:",{"type":41,"tag":62,"props":1680,"children":1681},{},[1682,1693,1698,1703],{"type":41,"tag":66,"props":1683,"children":1684},{},[1685,1687,1691],{"type":46,"value":1686},"Query the ",{"type":41,"tag":134,"props":1688,"children":1689},{},[1690],{"type":46,"value":138},{"type":46,"value":1692}," for all agreements with status \"Active\" and a renewal date field",{"type":41,"tag":66,"props":1694,"children":1695},{},[1696],{"type":46,"value":1697},"Query DocuSign for completed envelopes in the last 24 months with \"subscription\" \u002F \"renewal\" \u002F \"auto-renew\" in metadata",{"type":41,"tag":66,"props":1699,"children":1700},{},[1701],{"type":46,"value":1702},"For each hit, extract renewal mechanics and add to register",{"type":41,"tag":66,"props":1704,"children":1705},{},[1706],{"type":46,"value":1707},"Flag any where the renewal date can't be determined from metadata — those need a human to read the contract",{"type":41,"tag":49,"props":1709,"children":1710},{},[1711],{"type":46,"value":1712},"This is a one-time bulk load. After that, ingest happens at review time.",{"type":41,"tag":1146,"props":1714,"children":1716},{"id":1715},"mode-4-missed-windows-the-bad-news-report",[1717],{"type":46,"value":1718},"Mode 4: Missed windows (the bad news report)",{"type":41,"tag":166,"props":1720,"children":1722},{"className":1242,"code":1721,"language":1244,"meta":174,"style":174},"## Missed cancellation windows\n\nThe following agreements had cancel-by deadlines that have passed and no\ncancellation was recorded:\n\n| Counterparty | Cancel-by was | Renewal date | Status |\n|---|---|---|---|\n| [name] | [date] | [date] | Will auto-renew on [date] |\n\n**Options:**\n- Negotiate late cancellation (rarely works but worth asking)\n- Accept the renewal, mark next year's cancel-by now\n- Check the agreement for any other termination rights (for convenience, for cause)\n",[1723],{"type":41,"tag":76,"props":1724,"children":1725},{"__ignoreMap":174},[1726,1738,1745,1753,1761,1768,1809,1817,1893,1900,1916,1928,1940],{"type":41,"tag":134,"props":1727,"children":1728},{"class":244,"line":245},[1729,1733],{"type":41,"tag":134,"props":1730,"children":1731},{"style":249},[1732],{"type":46,"value":1256},{"type":41,"tag":134,"props":1734,"children":1735},{"style":1259},[1736],{"type":46,"value":1737},"Missed cancellation windows\n",{"type":41,"tag":134,"props":1739,"children":1740},{"class":244,"line":281},[1741],{"type":41,"tag":134,"props":1742,"children":1743},{"emptyLinePlaceholder":1268},[1744],{"type":46,"value":1271},{"type":41,"tag":134,"props":1746,"children":1747},{"class":244,"line":307},[1748],{"type":41,"tag":134,"props":1749,"children":1750},{"style":320},[1751],{"type":46,"value":1752},"The following agreements had cancel-by deadlines that have passed and no\n",{"type":41,"tag":134,"props":1754,"children":1755},{"class":244,"line":326},[1756],{"type":41,"tag":134,"props":1757,"children":1758},{"style":320},[1759],{"type":46,"value":1760},"cancellation was recorded:\n",{"type":41,"tag":134,"props":1762,"children":1763},{"class":244,"line":344},[1764],{"type":41,"tag":134,"props":1765,"children":1766},{"emptyLinePlaceholder":1268},[1767],{"type":46,"value":1271},{"type":41,"tag":134,"props":1769,"children":1770},{"class":244,"line":368},[1771,1775,1779,1783,1788,1792,1796,1800,1805],{"type":41,"tag":134,"props":1772,"children":1773},{"style":249},[1774],{"type":46,"value":1299},{"type":41,"tag":134,"props":1776,"children":1777},{"style":320},[1778],{"type":46,"value":1304},{"type":41,"tag":134,"props":1780,"children":1781},{"style":249},[1782],{"type":46,"value":1299},{"type":41,"tag":134,"props":1784,"children":1785},{"style":320},[1786],{"type":46,"value":1787}," Cancel-by was ",{"type":41,"tag":134,"props":1789,"children":1790},{"style":249},[1791],{"type":46,"value":1299},{"type":41,"tag":134,"props":1793,"children":1794},{"style":320},[1795],{"type":46,"value":1322},{"type":41,"tag":134,"props":1797,"children":1798},{"style":249},[1799],{"type":46,"value":1299},{"type":41,"tag":134,"props":1801,"children":1802},{"style":320},[1803],{"type":46,"value":1804}," Status ",{"type":41,"tag":134,"props":1806,"children":1807},{"style":249},[1808],{"type":46,"value":1354},{"type":41,"tag":134,"props":1810,"children":1811},{"class":244,"line":394},[1812],{"type":41,"tag":134,"props":1813,"children":1814},{"style":249},[1815],{"type":46,"value":1816},"|---|---|---|---|\n",{"type":41,"tag":134,"props":1818,"children":1819},{"class":244,"line":413},[1820,1824,1828,1832,1836,1840,1844,1848,1852,1856,1860,1864,1868,1872,1877,1881,1885,1889],{"type":41,"tag":134,"props":1821,"children":1822},{"style":249},[1823],{"type":46,"value":1299},{"type":41,"tag":134,"props":1825,"children":1826},{"style":249},[1827],{"type":46,"value":1374},{"type":41,"tag":134,"props":1829,"children":1830},{"style":270},[1831],{"type":46,"value":1379},{"type":41,"tag":134,"props":1833,"children":1834},{"style":249},[1835],{"type":46,"value":1384},{"type":41,"tag":134,"props":1837,"children":1838},{"style":249},[1839],{"type":46,"value":1389},{"type":41,"tag":134,"props":1841,"children":1842},{"style":249},[1843],{"type":46,"value":1374},{"type":41,"tag":134,"props":1845,"children":1846},{"style":270},[1847],{"type":46,"value":891},{"type":41,"tag":134,"props":1849,"children":1850},{"style":249},[1851],{"type":46,"value":1384},{"type":41,"tag":134,"props":1853,"children":1854},{"style":249},[1855],{"type":46,"value":1389},{"type":41,"tag":134,"props":1857,"children":1858},{"style":249},[1859],{"type":46,"value":1374},{"type":41,"tag":134,"props":1861,"children":1862},{"style":270},[1863],{"type":46,"value":891},{"type":41,"tag":134,"props":1865,"children":1866},{"style":249},[1867],{"type":46,"value":1384},{"type":41,"tag":134,"props":1869,"children":1870},{"style":249},[1871],{"type":46,"value":1389},{"type":41,"tag":134,"props":1873,"children":1874},{"style":320},[1875],{"type":46,"value":1876}," Will auto-renew on ",{"type":41,"tag":134,"props":1878,"children":1879},{"style":249},[1880],{"type":46,"value":1435},{"type":41,"tag":134,"props":1882,"children":1883},{"style":270},[1884],{"type":46,"value":891},{"type":41,"tag":134,"props":1886,"children":1887},{"style":249},[1888],{"type":46,"value":1384},{"type":41,"tag":134,"props":1890,"children":1891},{"style":249},[1892],{"type":46,"value":1482},{"type":41,"tag":134,"props":1894,"children":1895},{"class":244,"line":445},[1896],{"type":41,"tag":134,"props":1897,"children":1898},{"emptyLinePlaceholder":1268},[1899],{"type":46,"value":1271},{"type":41,"tag":134,"props":1901,"children":1902},{"class":244,"line":468},[1903,1907,1912],{"type":41,"tag":134,"props":1904,"children":1905},{"style":1392},[1906],{"type":46,"value":1579},{"type":41,"tag":134,"props":1908,"children":1909},{"style":1582},[1910],{"type":46,"value":1911},"Options:",{"type":41,"tag":134,"props":1913,"children":1914},{"style":1392},[1915],{"type":46,"value":1590},{"type":41,"tag":134,"props":1917,"children":1918},{"class":244,"line":491},[1919,1923],{"type":41,"tag":134,"props":1920,"children":1921},{"style":249},[1922],{"type":46,"value":252},{"type":41,"tag":134,"props":1924,"children":1925},{"style":320},[1926],{"type":46,"value":1927}," Negotiate late cancellation (rarely works but worth asking)\n",{"type":41,"tag":134,"props":1929,"children":1930},{"class":244,"line":514},[1931,1935],{"type":41,"tag":134,"props":1932,"children":1933},{"style":249},[1934],{"type":46,"value":252},{"type":41,"tag":134,"props":1936,"children":1937},{"style":320},[1938],{"type":46,"value":1939}," Accept the renewal, mark next year's cancel-by now\n",{"type":41,"tag":134,"props":1941,"children":1942},{"class":244,"line":536},[1943,1947],{"type":41,"tag":134,"props":1944,"children":1945},{"style":249},[1946],{"type":46,"value":252},{"type":41,"tag":134,"props":1948,"children":1949},{"style":320},[1950],{"type":46,"value":1951}," Check the agreement for any other termination rights (for convenience, for cause)\n",{"type":41,"tag":55,"props":1953,"children":1955},{"id":1954},"gate-accepting-or-declining-a-renewal",[1956],{"type":46,"value":1957},"Gate: accepting or declining a renewal",{"type":41,"tag":49,"props":1959,"children":1960},{},[1961,1963,1969],{"type":46,"value":1962},"Tracking a renewal date is research. ",{"type":41,"tag":1964,"props":1965,"children":1966},"em",{},[1967],{"type":46,"value":1968},"Acting",{"type":46,"value":1970}," on it — sending a notice of non-renewal, letting an auto-renewal fire, or countersigning a renewal form — is a consequential legal step.",{"type":41,"tag":49,"props":1972,"children":1973},{},[1974,1979,1981,1987,1989,1995],{"type":41,"tag":70,"props":1975,"children":1976},{},[1977],{"type":46,"value":1978},"Before proceeding to accept or decline a renewal (including sending a non-renewal notice or letting an auto-renewal run past the cancel-by date):",{"type":46,"value":1980}," Read ",{"type":41,"tag":76,"props":1982,"children":1984},{"className":1983},[],[1985],{"type":46,"value":1986},"## Who's using this",{"type":46,"value":1988}," in ",{"type":41,"tag":76,"props":1990,"children":1992},{"className":1991},[],[1993],{"type":46,"value":1994},"~\u002F.claude\u002Fplugins\u002Fconfig\u002Fclaude-for-legal\u002Fcommercial-legal\u002FCLAUDE.md",{"type":46,"value":1996},". If the Role is Non-lawyer:",{"type":41,"tag":879,"props":1998,"children":1999},{},[2000,2005,2013],{"type":41,"tag":49,"props":2001,"children":2002},{},[2003],{"type":46,"value":2004},"This step has legal consequences (you're either committing to another term or terminating the relationship). Have you reviewed this with an attorney? If yes, proceed. If no, here's a brief to bring to them:",{"type":41,"tag":49,"props":2006,"children":2007},{},[2008],{"type":41,"tag":134,"props":2009,"children":2010},{},[2011],{"type":46,"value":2012},"Generate a 1-page summary: counterparty, current term end and cancel-by date, renewal price mechanism, what happens if we do nothing, alternative vendors if we want to shop, and the three things to ask the attorney before the window closes.",{"type":41,"tag":49,"props":2014,"children":2015},{},[2016],{"type":46,"value":2017},"If you need to find an attorney, solicitor, barrister, or other authorised legal professional: contact your professional regulator (state bar in the US, SRA\u002FBar Standards Board in England & Wales, Law Society in Scotland\u002FNI\u002FIreland\u002FCanada\u002FAustralia, or your jurisdiction's equivalent) for a referral service.",{"type":41,"tag":49,"props":2019,"children":2020},{},[2021],{"type":46,"value":2022},"Do not proceed past this gate without an explicit yes.",{"type":41,"tag":55,"props":2024,"children":2026},{"id":2025},"integration-renewal-watcher-agent",[2027],{"type":46,"value":2028},"Integration: renewal-watcher agent",{"type":41,"tag":49,"props":2030,"children":2031},{},[2032,2034,2039,2041,2047],{"type":46,"value":2033},"The renewal-watcher agent in this plugin runs this skill on a schedule (weekly by default) and posts the \"coming up\" report to the channel named in ",{"type":41,"tag":76,"props":2035,"children":2037},{"className":2036},[],[2038],{"type":46,"value":1994},{"type":46,"value":2040}," → ",{"type":41,"tag":76,"props":2042,"children":2044},{"className":2043},[],[2045],{"type":46,"value":2046},"## House style",{"type":46,"value":2048}," → where work product goes. Mode 2 is the agent's primary output.",{"type":41,"tag":55,"props":2050,"children":2052},{"id":2051},"what-this-skill-does-not-do",[2053],{"type":46,"value":2054},"What this skill does not do",{"type":41,"tag":1192,"props":2056,"children":2057},{},[2058,2063,2068],{"type":41,"tag":66,"props":2059,"children":2060},{},[2061],{"type":46,"value":2062},"It does not cancel contracts. It tells you when to decide.",{"type":41,"tag":66,"props":2064,"children":2065},{},[2066],{"type":46,"value":2067},"It does not decide whether to renew. It surfaces the deadline and the business owner.",{"type":41,"tag":66,"props":2069,"children":2070},{},[2071],{"type":46,"value":2072},"It does not read contracts to find renewal dates — that happens at review time. If a contract is in the register without a renewal date, it was added manually and someone needs to fill in the gap.",{"type":41,"tag":2074,"props":2075,"children":2076},"style",{},[2077],{"type":46,"value":2078},"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":2080,"total":2176},[2081,2095,2110,2127,2139,2150,2161],{"slug":2082,"name":2082,"fn":2083,"description":2084,"org":2085,"tags":2086,"stars":23,"repoUrl":24,"updatedAt":2094},"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},[2087,2090,2093],{"name":2088,"slug":2089,"type":16},"Compliance","compliance",{"name":2091,"slug":2092,"type":16},"Governance","governance",{"name":21,"slug":22,"type":16},"2026-05-14T06:02:19.677579",{"slug":2096,"name":2096,"fn":2097,"description":2098,"org":2099,"tags":2100,"stars":23,"repoUrl":24,"updatedAt":2109},"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},[2101,2104,2105,2106],{"name":2102,"slug":2103,"type":16},"Automation","automation",{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":2107,"slug":2108,"type":16},"QA","qa","2026-05-14T06:01:31.00555",{"slug":2111,"name":2111,"fn":2112,"description":2113,"org":2114,"tags":2115,"stars":23,"repoUrl":24,"updatedAt":2126},"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},[2116,2117,2120,2123],{"name":21,"slug":22,"type":16},{"name":2118,"slug":2119,"type":16},"Policy","policy",{"name":2121,"slug":2122,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":2124,"slug":2125,"type":16},"Risk Assessment","risk-assessment","2026-05-13T06:03:19.61029",{"slug":2128,"name":2128,"fn":2129,"description":2130,"org":2131,"tags":2132,"stars":23,"repoUrl":24,"updatedAt":2138},"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},[2133,2134,2137],{"name":18,"slug":19,"type":16},{"name":2135,"slug":2136,"type":16},"Documents","documents",{"name":21,"slug":22,"type":16},"2026-05-13T06:03:34.070339",{"slug":2140,"name":2140,"fn":2141,"description":2142,"org":2143,"tags":2144,"stars":23,"repoUrl":24,"updatedAt":2149},"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},[2145,2146],{"name":2102,"slug":2103,"type":16},{"name":2147,"slug":2148,"type":16},"Plugin Development","plugin-development","2026-05-13T06:02:55.642269",{"slug":2151,"name":2151,"fn":2152,"description":2153,"org":2154,"tags":2155,"stars":23,"repoUrl":24,"updatedAt":2160},"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},[2156,2159],{"name":2157,"slug":2158,"type":16},"Education","education",{"name":21,"slug":22,"type":16},"2026-07-24T05:41:43.01243",{"slug":2162,"name":2162,"fn":2163,"description":2164,"org":2165,"tags":2166,"stars":23,"repoUrl":24,"updatedAt":2175},"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},[2167,2170,2171,2172],{"name":2168,"slug":2169,"type":16},"Documentation","documentation",{"name":2091,"slug":2092,"type":16},{"name":21,"slug":22,"type":16},{"name":2173,"slug":2174,"type":16},"Meetings","meetings","2026-05-14T06:01:29.792942",118,{"items":2178,"total":2361},[2179,2200,2214,2226,2245,2256,2275,2295,2309,2324,2332,2345],{"slug":2180,"name":2180,"fn":2181,"description":2182,"org":2183,"tags":2184,"stars":2197,"repoUrl":2198,"updatedAt":2199},"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},[2185,2188,2191,2194],{"name":2186,"slug":2187,"type":16},"Creative","creative",{"name":2189,"slug":2190,"type":16},"Design","design",{"name":2192,"slug":2193,"type":16},"Generative Art","generative-art",{"name":2195,"slug":2196,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":2201,"name":2201,"fn":2202,"description":2203,"org":2204,"tags":2205,"stars":2197,"repoUrl":2198,"updatedAt":2213},"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},[2206,2209,2210],{"name":2207,"slug":2208,"type":16},"Branding","branding",{"name":2189,"slug":2190,"type":16},{"name":2211,"slug":2212,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":2215,"name":2215,"fn":2216,"description":2217,"org":2218,"tags":2219,"stars":2197,"repoUrl":2198,"updatedAt":2225},"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},[2220,2221,2222],{"name":2186,"slug":2187,"type":16},{"name":2189,"slug":2190,"type":16},{"name":2223,"slug":2224,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":2227,"name":2227,"fn":2228,"description":2229,"org":2230,"tags":2231,"stars":2197,"repoUrl":2198,"updatedAt":2244},"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},[2232,2235,2236,2239,2241],{"name":2233,"slug":2234,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":2237,"slug":2238,"type":16},"Anthropic SDK","anthropic-sdk",{"name":2240,"slug":2227,"type":16},"Claude API",{"name":2242,"slug":2243,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":2246,"name":2246,"fn":2247,"description":2248,"org":2249,"tags":2250,"stars":2197,"repoUrl":2198,"updatedAt":2255},"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},[2251,2252],{"name":2168,"slug":2169,"type":16},{"name":2253,"slug":2254,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":2257,"name":2257,"fn":2258,"description":2259,"org":2260,"tags":2261,"stars":2197,"repoUrl":2198,"updatedAt":2274},"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},[2262,2263,2265,2268,2271],{"name":2135,"slug":2136,"type":16},{"name":2264,"slug":2257,"type":16},"DOCX",{"name":2266,"slug":2267,"type":16},"Office","office",{"name":2269,"slug":2270,"type":16},"Templates","templates",{"name":2272,"slug":2273,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":2276,"name":2276,"fn":2277,"description":2278,"org":2279,"tags":2280,"stars":2197,"repoUrl":2198,"updatedAt":2294},"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},[2281,2282,2285,2288,2291],{"name":2189,"slug":2190,"type":16},{"name":2283,"slug":2284,"type":16},"Frontend","frontend",{"name":2286,"slug":2287,"type":16},"React","react",{"name":2289,"slug":2290,"type":16},"Tailwind CSS","tailwind-css",{"name":2292,"slug":2293,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":2296,"name":2296,"fn":2297,"description":2298,"org":2299,"tags":2300,"stars":2197,"repoUrl":2198,"updatedAt":2308},"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},[2301,2304,2305],{"name":2302,"slug":2303,"type":16},"Communications","communications",{"name":2269,"slug":2270,"type":16},{"name":2306,"slug":2307,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":2310,"name":2310,"fn":2311,"description":2312,"org":2313,"tags":2314,"stars":2197,"repoUrl":2198,"updatedAt":2323},"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},[2315,2316,2319,2320],{"name":2233,"slug":2234,"type":16},{"name":2317,"slug":2318,"type":16},"API Development","api-development",{"name":2242,"slug":2243,"type":16},{"name":2321,"slug":2322,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":2224,"name":2224,"fn":2325,"description":2326,"org":2327,"tags":2328,"stars":2197,"repoUrl":2198,"updatedAt":2331},"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},[2329,2330],{"name":2135,"slug":2136,"type":16},{"name":2223,"slug":2224,"type":16},"2026-04-06T17:56:02.483316",{"slug":2333,"name":2333,"fn":2334,"description":2335,"org":2336,"tags":2337,"stars":2197,"repoUrl":2198,"updatedAt":2344},"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},[2338,2341],{"name":2339,"slug":2340,"type":16},"PowerPoint","powerpoint",{"name":2342,"slug":2343,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":2346,"name":2346,"fn":2347,"description":2348,"org":2349,"tags":2350,"stars":2197,"repoUrl":2198,"updatedAt":2360},"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},[2351,2352,2353,2356,2359],{"name":2233,"slug":2234,"type":16},{"name":2168,"slug":2169,"type":16},{"name":2354,"slug":2355,"type":16},"Evals","evals",{"name":2357,"slug":2358,"type":16},"Performance","performance",{"name":2253,"slug":2254,"type":16},"2026-04-19T06:45:40.804",490]