renewal-tracker

Track contract renewal deadlines and detect missed cancellation windows.

9.1k|1.8k|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/anthropics/claude-for-legal --skill renewal-tracker-anthropics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: renewal-tracker
Source: https://github.com/anthropics/claude-for-legal/tree/main/commercial-legal/skills/renewal-tracker
Command: npx skills add https://github.com/anthropics/claude-for-legal --skill renewal-tracker-anthropics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps legal and business teams avoid missed contract cancellation windows by surfacing which agreements are renewing soon and when the notice must be effectively sent.

Core Features & Use Cases

  • Renewal register tracking: Maintains and reads a persisted renewal register so renewals can be reviewed over time instead of re-extracted repeatedly from source contracts.
  • Urgency-banded deadline reporting: Produces a time-bucketed “coming up” view using half-open intervals (🔴 0–13 days, 🟠 14–44 days, 🟡 45–89 days) and bases alerts on effective deadlines rather than calendar arithmetic.
  • Missed-window detection: Identifies cancel-by deadlines that passed without recorded cancellation and offers next-step options.
  • Optional CLM bulk-load: If the register is empty/stale and a contract lifecycle management connector is connected, it can scan the CLM and populate renewal entries.

Quick Start

Run /commercial-legal:renewal-tracker to get the next 90 days of renewals grouped by urgency, with recommended who-to-ping actions and leverage notes for uncapped pricing.

Frequently Asked Questions about renewal-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track contract renewal cancel-by deadlines and avoid missed notice windows?

Track contract renewal cancel-by deadlines using a maintained renewal register that applies business-day roll-back and transit buffers to compute effective send-by dates. This prevents missed notice windows by warning you before the cancellation period closes.

What is a renewal register and how does it help monitor upcoming contract renewals?

A renewal register is a persisted record of contract renewals that lets you review upcoming deadlines over time without re-extracting data from source contracts. It enables urgency-banded reporting so you can see which agreements are renewing soon.

How do I filter contract renewals by days or find missed cancellation deadlines?

Filter contract renewals by days or find missed cancellation deadlines using mode-based horizon filtering with --days and --missed flags. This identifies cancel-by deadlines that passed without recorded cancellation and offers next-step options.

Does renewal tracking work with CLM integration for bulk loading contracts?

Renewal tracking supports optional CLM bulk-loading when the register is empty or stale. If a contract lifecycle management connector is connected, it scans the CLM to populate renewal entries automatically.

Can I get a 90-day contract renewal report grouped by urgency with action recommendations?

You can generate a 90-day contract renewal report grouped by urgency using half-open intervals like 0-13 days, 14-44 days, and 45-89 days. The report includes recommended who-to-ping actions and leverage notes for uncapped pricing.