# Executed contracts watch

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 30 minutes on weekdays, check the executed-contracts folder

**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. Check the executed-contracts folder for any newly signed contract
   since the last run.
2. For each new contract, run the dual-pass extraction and
   reconciliation method, then publish reconciled obligations to the tracker.
3. Schedule the deadline reminders and post the summary 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.