ATOM EVE

Onboarding Coach

Finds users stuck before activation in PostHog and drafts the right nudge for each onboarding step.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Onboarding Coach agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add onboarding-coach --target eve

What it does

Finds users stuck before activation and drafts the right nudge for each onboarding step.

Each run it:

  • reads your activation funnel in PostHog, verifying the events it uses actually exist
  • maps distinct users reaching each onboarding step
  • ranks the steps with the worst drop-off before activation
  • drafts a nudge per high drop-off step, each with its target step and trigger condition

You get a Markdown digest: funnel summary, worst steps by severity, a draft nudge per step, and caveats. Nudges are drafts for you to approve; nothing is sent.

Setup lives in SETUP.md.