# Daily pipeline review

A recurring job for the "Keep the pipeline clean and the forecast honest" recipe. Set it up only after the user approves it.

**Cadence:** Every weekday at 8:00 AM, before standup

**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 pipeline-hygiene skill from your skills folder; its first-run
answers are in memory.
1. Pull open deals from HubSpot and diff against last week's snapshot.
2. Run the skill's method: score stalled deals, draft follow-ups, and
   compute the forecast diff.
3. Post the summary to #sales with each draft attached.
If a required input is missing or a check fails, post what you found
and hold — never send a follow-up without the owner reviewing it first.
```

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