# Never miss a renewal notice window again

Track every contract's notice deadline and auto-renewal terms, and remind the owner before the window closes.

**Connects:** drive, googlesheets, slack

## How to install

1. Fetch https://eluu.ai/cookbook/contract-renewal-notice-radar/skill.md and save it into your skills folder as `contract-renewal-notice-radar`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Sweeps the contract repository weekly and flags any newly opened notice window
- Extracts notice deadlines, auto-renewal triggers, and term end dates per contract
- Re-confirms the notice-window length against the clause text before alerting
- Updates the renewal tracker and reminds the owner before the deadline closes

## Recurring jobs

- **Weekly renewal sweep** (Every Monday morning) — https://eluu.ai/cookbook/contract-renewal-notice-radar/jobs-setup/weekly-renewal-sweep.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Renewal-clause extraction**, Identify notice windows, auto-renewal triggers, and term length — https://eluu.ai/cookbook/contract-renewal-notice-radar/skills/renewal-clause-extraction.md
- **Document parsing**, Read contracts in Word or PDF form (Anthropic docx/pdf skill) — https://eluu.ai/cookbook/contract-renewal-notice-radar/skills/document-parsing.md
- **Deadline-diff policy**, What counts as newly inside the window vs already flagged — https://eluu.ai/cookbook/contract-renewal-notice-radar/skills/deadline-diff-policy.md

## Files

- skill.md — https://eluu.ai/cookbook/contract-renewal-notice-radar/skill.md
- jobs-setup/weekly-renewal-sweep.md — https://eluu.ai/cookbook/contract-renewal-notice-radar/jobs-setup/weekly-renewal-sweep.md
- skills/renewal-clause-extraction.md — https://eluu.ai/cookbook/contract-renewal-notice-radar/skills/renewal-clause-extraction.md
- skills/document-parsing.md — https://eluu.ai/cookbook/contract-renewal-notice-radar/skills/document-parsing.md
- skills/deadline-diff-policy.md — https://eluu.ai/cookbook/contract-renewal-notice-radar/skills/deadline-diff-policy.md
- workflow.json — https://eluu.ai/cookbook/contract-renewal-notice-radar/workflow.json
