# Month-end close run

A recurring job for the "Reconcile the month-end close" recipe. Set it up only after the user approves it.

**Cadence:** The 1st of every month at 7:00 AM

**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 month-end-reconciliation skill from your skills folder; its
first-run answers are in memory.
1. Confirm the period to close (the prior calendar month).
2. Run the close checklist: pull payouts, match the ledger, apply the
   exception policy, post the clean entries, save the report.
3. Email the exceptions for sign-off.
If a required input is missing or a check fails, post what you found
and hold — never post anything that failed a check without approval.
```

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