# Questionnaire inbox watch

A recurring job for the "Clear security questionnaires without guessing" recipe. Set it up only after the user approves it.

**Cadence:** Every 30 minutes on weekdays

**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 security-questionnaire skill from your skills folder; its
first-run answers are in memory.
1. Check the drive folder and Salesforce for a new questionnaire.
2. Draft every answer from the library and run the adversarial review.
3. Save the file and post the summary to the delivery channel.
If a required input is missing or a check fails, post what you found
and hold — never submit a questionnaire to the customer without approval.
```

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