# Monday forecast rollup

A recurring job for the "Skip the Monday forecast scramble" recipe. Set it up only after the user approves it.

**Cadence:** Every Monday 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 weekly-forecast-pack skill from your skills folder; its
first-run answers are in memory.
1. Pull every open deal from the CRM for this week's rollup.
2. Run the skill's method: roll up by rep and stage, diff against last week, and flag coaching signals.
3. Update the forecast view, save this week's snapshot, and post the summary to #sales-leadership.
If a required input is missing or a check fails, post what you found
and hold — never change a rep's forecast number in the CRM.
```

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