# Weekly obligation catch-all sweep

A recurring job for the "Never miss an obligation in a signed contract" 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 obligation-extraction-tracker skill from your skills folder; its
first-run answers are in memory.
1. Sweep the executed-contracts folder for any contract not yet
   extracted, in case the inbox watch missed one.
2. Run the dual-pass extraction and reconciliation method on each, then
   publish reconciled obligations to the tracker.
3. Post the summary of obligations added and flagged to Slack.
If a required input is missing or a check fails, post what you found
and hold — the lawyer decides; never mark an obligation satisfied.
```

The prompt assumes the `obligation-extraction-tracker` skill is saved in the agent's skills folder and its first-run answers are in memory.