# New target account mapping sweep

A recurring job for the "Know who actually signs before you call" 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 decision-maker-map skill from your skills folder; its
first-run answers are in memory.
1. Check the target account list for accounts added since the last run.
2. Run the skill's method: mine the closed-won pattern, research the org, and score confidence.
3. Write the map to the tracker view and ping the account owner in #sales.
If a required input is missing or a check fails, post what you found
and hold — never contact any mapped stakeholder directly without sign-off.
```

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