# Weekly 13-week cash roll

A recurring job for the "Keep 13 weeks of cash always current" recipe. Set it up only after the user approves it.

**Cadence:** Every Monday, 6: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 weekly-cash-report skill from your skills folder; its
first-run answers are in memory.
1. Tie out the starting cash balance against the bank and Stripe
   before building the roll.
2. Pull the 13 weeks of inflows and outflows and build the
   week-by-week roll to closing balance.
3. Update the weekly-cash-report view and alert on any negative or
   under-threshold week.
If a required input is missing or a check fails, post what you found
and hold — never initiate a transfer or payment based on the forecast.
```

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