# Loop confirmation watch

A recurring job for the "Prep interviewer packets and roll up debrief scores" recipe. Set it up only after the user approves it.

**Cadence:** Daily poll of {{calendar}} for newly confirmed interview loops

**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 interview-loop-packet skill from your skills folder; its
first-run answers are in memory.
1. Check {{calendar}} for any loop confirmed since the last run.
2. For each new loop, run the skill's method: split scorecard
   coverage across the panel, then build and send each packet.
3. After each slot, chase overdue scorecards and roll up the combined
   result to {{delivery_channel}}.
If a scorecard competency is unassigned, post what you found and hold
— never advance or reject the candidate yourself.
```

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