# Contracts inbox watch

A recurring job for the "Redline the MSA before it hits your desk" recipe. Set it up only after the user approves it.

**Cadence:** Every 30 minutes on weekdays, check the contracts-inbox 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 msa-redline-first-pass skill from your skills folder; its
first-run answers are in memory.
1. Check the contracts-inbox folder in Drive for any new MSA since the last run.
2. For each new MSA, run the redline-playbook method: parse, classify,
   draft tracked-changes redlines, then the adversarial review pass.
3. Save the redlined docx and post the summary and flags to Slack.
If a required input is missing or a check fails, post what you found
and hold — the lawyer decides; never send a redline to the counterparty.
```

The prompt assumes the `msa-redline-first-pass` skill is saved in the agent's skills folder and its first-run answers are in memory.