# Evidence-request queue watch

A recurring job for the "Answer the audit request without the scramble" recipe. Set it up only after the user approves it.

**Cadence:** Every 30 minutes on weekdays, check the evidence-request queue

**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 compliance-evidence-pack skill from your skills folder; its
first-run answers are in memory.
1. Check the evidence-request queue for any new audit or questionnaire
   request since the last run.
2. For each new request, run the control-mapping and
   citation-verification method, then assemble the evidence pack.
3. Save the pack to reports/compliance/ 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 send the pack to the requester.
```

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