# Offboarding request watch

A recurring job for the "Confirm access is actually gone" recipe. Set it up only after the user approves it.

**Cadence:** Daily poll for a newly confirmed termination date

**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 offboarding-runbook skill from your skills folder; its
first-run answers are in memory.
1. Check for any exit where HR has confirmed a termination date since
   the last run.
2. For each new exit, run the skill's method: build the access
   checklist, then trigger or ticket revocation for every item.
3. Hand the logged actions to the re-verification pass.
If the role-type access inventory is missing an employee's system,
post what you found and hold — never mark an item revoked without
the independent re-check.
```

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