user-deep-dive
Installation
SKILL.md
Deep dive on a PostHog user by email address. Analyse what they do, where they spend time, and what products they use.
Input: $ARGUMENTS (email address, e.g. artis.conka@enlabs.com)
Process
Step 0: Ask for time window
Before running any queries, ask the user:
"What time window would you like to analyse? (default: last 14 days)"
If they don't respond or say "default", use 14 days. Use their answer to set {days} in all queries below.
Step 1: Run queries in parallel
Run all of the following queries simultaneously via the query-run MCP tool.