# Catch a stalling POC before it goes dark

Watch active trial usage daily and flag the ones going quiet, with a suggested save play.

**Connects:** posthog, salesforce, slack

## How to install

1. Fetch https://eluu.ai/cookbook/trial-health-watch/skill.md and save it into your skills folder as `trial-health-watch`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Pulls daily usage for every open trial from PostHog and the CRM
- Compares each trial's trend against the healthy-usage baseline in memory
- Flags a stall only when two independent signals confirm it
- Suggests one save play matched to the exact signal that stalled

## Recurring jobs

- **Daily trial health check** (Daily) — https://eluu.ai/cookbook/trial-health-watch/jobs-setup/daily-trial-health-check.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Trial health baseline**, Define what "healthy" usage looks like per trial stage — https://eluu.ai/cookbook/trial-health-watch/skills/trial-health-baseline.md
- **Stall detection**, Flag drop-offs against the baseline, not just raw inactivity — https://eluu.ai/cookbook/trial-health-watch/skills/stall-detection.md
- **Save-play suggestion**, Recommend a next step matched to what stalled — https://eluu.ai/cookbook/trial-health-watch/skills/save-play-suggestion.md

## Files

- skill.md — https://eluu.ai/cookbook/trial-health-watch/skill.md
- jobs-setup/daily-trial-health-check.md — https://eluu.ai/cookbook/trial-health-watch/jobs-setup/daily-trial-health-check.md
- skills/trial-health-baseline.md — https://eluu.ai/cookbook/trial-health-watch/skills/trial-health-baseline.md
- skills/stall-detection.md — https://eluu.ai/cookbook/trial-health-watch/skills/stall-detection.md
- skills/save-play-suggestion.md — https://eluu.ai/cookbook/trial-health-watch/skills/save-play-suggestion.md
- workflow.json — https://eluu.ai/cookbook/trial-health-watch/workflow.json
