# New-lead outbound personalization sweep

A recurring job for the "Personalize outbound with verified signals" 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 outbound-sequence-personalizer skill from your skills folder;
its first-run answers are in memory.
1. Pull leads added to the sequence in the CRM since the last run.
2. Run the skill's method: find one real signal per lead, draft the line, and pass it through sub-agent verification.
3. Stage verified drafts in the CRM and post a summary to #sales-outbound.
If a required input is missing or a check fails, post what you found
and hold — never send any email directly, queue every draft in the CRM instead.
```

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