# Onboarding checklist chase

A recurring job for the "Run new-hire onboarding across every system" recipe. Set it up only after the user approves it.

**Cadence:** Daily, while any new hire's onboarding is still open

**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 onboarding-orchestrator skill from your skills folder; its
first-run answers are in memory.
1. Pull every open row from the onboarding-orchestrator tracker view.
2. Run the skill's method: check each system directly, update status,
   remind any owner overdue by {{reminder_threshold_days}} days, and
   escalate to {{people_ops_lead}} past {{escalation_threshold_days}}.
3. On a start date, post the day-one-readiness summary to
   {{delivery_channel}}.
If a step's source system can't be confirmed, post what you found and
hold — never mark a step complete or provision access without the
People Ops lead's sign-off.
```

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