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. ) 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 in all queries below. --- Step 1: Run queries in parallel Run all of the following queries simultaneously via the MCP tool. 1. Activity overview — event breakdown (excluding PostHog internals): 2. Page views — wh…