# Daily trial health check

A recurring job for the "Catch a stalling POC before it goes dark" recipe. Set it up only after the user approves it.

**Cadence:** Daily

**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 trial-health-watch skill from your skills folder; its
first-run answers are in memory.
1. Pull PostHog usage for every open trial for the lookback window.
2. Score each trial against its stage baseline; confirm any stall
   with two independent signals.
3. Post flagged trials with a save-play suggestion to the delivery
   channel and log today's scores.
If a required input is missing or a check fails, post what you found
and hold — never contact the prospect directly without approval.
```

The prompt assumes the `trial-health-watch` skill is saved in the agent's skills folder and its first-run answers are in memory.