Cookbook
Catch a stalling POC before it goes dark
Watch active trial usage daily and flag the ones going quiet, with a suggested save play.
Customer Engineeringstarter
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
Workflow
- Trigger
Daily, during any active trial
Runs against every open POC/trial account.
- Prompt
Pull the usage signal
Login frequency, feature adoption, and activity trend from PostHog.
- Prompt
Score against the threshold
Compare to the healthy-trial baseline stored in memory.
- Prompt
Flag the stalled ones
Any trial below threshold for {{stall_days}} days.
- Result
Alert the owner
Slack DM to the SE/CSM with the specific signal that stalled.
Recommended skills
Reusable skills the recipe pulls in, add them once, every agent can use them.
Trial health baselineDefine what "healthy" usage looks like per trial stage
Stall detectionFlag drop-offs against the baseline, not just raw inactivity
Save-play suggestionRecommend a next step matched to what stalled
How to use this recipe
- 1Connect PostHog, Salesforce, and Slack to the agent
- 2Set the trigger to run daily against every open trial or POC
- 3Paste the prompt and adjust the healthy-usage baseline per trial stage
- 4It answers its first-run questions once and remembers; you review only the flagged trials
Recipe files
trial-health-watch/
recipe.mdskill.mdjobs-setup/
daily-trial-health-check.mdskills/
trial-health-baseline.mdstall-detection.mdsave-play-suggestion.mdworkflow.jsonCopy the prompt
Install the "Catch a stalling POC before it goes dark" recipe from the Eluu cookbook. 1. Fetch https://eluu.ai/cookbook/trial-health-watch/skill.md and save it into your skills folder as "trial-health-watch". 2. Ask me its first-run questions and store my answers in memory. 3. Offer to schedule the recurring jobs listed in the skill; only create the ones I approve. 4. Then run the skill once end to end so we can review the output together.
eluu.ai/cookbook/trial-health-watch.md
Paste it into any agent. It fetches the recipe file and pulls in the skills and prompts on its own, the prompt stays short, the detail lives at the URL.