# Pre-meeting account brief sweep

A recurring job for the "Walk into every call already briefed" recipe. Set it up only after the user approves it.

**Cadence:** Every 30 minutes on weekdays

**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 account-research-brief skill from your skills folder; its
first-run answers are in memory.
1. Check the calendar for meetings in the next 2 hours with no brief yet.
2. Run the skill's method: pull the account, research the company, note attendees, and draft the brief.
3. Post the brief to the delivery Slack channel and save it to reports/account-briefs/.
If a required input is missing or a check fails, post what you found
and hold — never send the brief to the prospect or anyone outside the team.
```

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