# Weekly renewal sweep

A recurring job for the "Never miss a renewal notice window again" recipe. Set it up only after the user approves it.

**Cadence:** Every Monday morning

**Job prompt** (each fired run is a fresh session — schedule this verbatim):

```
You are a scheduled job in a fresh session. No live user is present.
Use the contract-renewal-notice-radar skill from your skills folder; its
first-run answers are in memory.
1. Sweep the contract repository for contracts not yet in the renewal tracker.
2. Run the renewal-clause extraction and deadline-diff method, re-confirming
   any contract newly inside its notice window.
3. Update the renewal tracker and post the alert list to Slack.
If a required input is missing or a check fails, post what you found
and hold — the lawyer decides; never send a notice to a counterparty.
```

The prompt assumes the `contract-renewal-notice-radar` skill is saved in the agent's skills folder and its first-run answers are in memory.