# Nightly candidate screening run

A recurring job for the "Screen candidates against the scorecard" recipe. Set it up only after the user approves it.

**Cadence:** Nightly, polling the applicant inbox and ATS for new applications

**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 candidate-screening skill from your skills folder; its
first-run answers are in memory.
1. Check the applicant inbox or ATS for the day's new applications.
2. Run the skill's method: grade against the scorecard, rank the
   shortlist, and book holds for the top candidates.
3. Send the weekly hiring digest to the panel.
If a required input is missing or a check fails, post what you found
and hold — never reject a candidate automatically without approval.
```

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