# Daily meeting prep and CRM sweep

A recurring job for the "Walk in prepped, leave the CRM current" recipe. Set it up only after the user approves it.

**Cadence:** Every weekday 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 meeting-prep-and-followup skill from your skills folder; its
first-run answers are in memory.
1. Pull today's calendar and yesterday's completed meetings.
2. Run the skill's method: draft today's prep notes, then draft yesterday's CRM updates and follow-ups.
3. Post today's prep and yesterday's drafts to the delivery channel and queue CRM updates for approval.
If a required input is missing or a check fails, post what you found
and hold — never write to the CRM or send a follow-up without approval.
```

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