# NDA inbox watch

A recurring job for the "Clear routine NDAs without waiting on counsel" recipe. Set it up only after the user approves it.

**Cadence:** Every 30 minutes on weekdays, check the NDA-inbox folder and email

**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 nda-triage skill from your skills folder; its first-run answers
are in memory.
1. Check the NDA-inbox folder and email for any new NDA since the last run.
2. For each new NDA, run the policy-check method: parse, compare every
   clause to the NDA policy, and build the checklist.
3. Post the recommend-approval packet or escalation to Slack.
If a required input is missing or a check fails, post what you found
and hold — the lawyer decides; never mark an NDA approved or countersign it.
```

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