# Monthly board pack draft

A recurring job for the "Draft the board and investor pack" recipe. Set it up only after the user approves it.

**Cadence:** A day before the board meeting, monthly

**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 board-pack skill from your skills folder; its first-run
answers are in memory.
1. Identify this month's reporting period and the board meeting date.
2. Run the skill's method: pull the KPIs, write the narrative, flag
   variances against last month, and assemble the deck in last month's format.
3. Save the draft to reports/board/{{month}}.md.
If a required input is missing or a check fails, post what you found
and hold — never send the pack directly, hold it as a draft for review.
```

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