# Weekly stakeholder update

A recurring job for the "Assemble the weekly stakeholder update automatically" recipe. Set it up only after the user approves it.

**Cadence:** Every Friday at 3:00 PM

**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 stakeholder-update-autopilot skill from your skills folder;
its first-run answers (team, key metrics, delivery channel) are in
memory.
1. Pull this week's Linear state changes and PostHog metric movement
   for the stored team and metrics.
2. Assemble the update in SCQA order from that data and this week's
   logged decisions only; use the short variant if nothing moved.
3. Post the update to the stored delivery channel and archive a copy
   to `updates/`.
If a required input is missing or a check fails, post what you found
and hold — never claim a metric moved without a live PostHog number.
```

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