compare-user-journeys
Installation
SKILL.md
Compare User Journeys
Investigate what distinguishes two user groups by pulling session replays and metrics for each, then producing a behavioral diff. This skill answers "what do winners do differently?" with concrete evidence from real sessions.
CRITICAL: Tool Reference
Primary tools:
Amplitude:get_amp_session_replay_infowithaction: "search"— Find sessions for each user group using event count filters and user property filters. Run this twice — once per group.Amplitude:get_amp_session_replay_infowithaction: "events"— Decode replays into interaction timelines. Run this for sessions from both groups.
Supporting tools:
Amplitude:search_amp_entities— Search for existing charts, funnels, dashboards, and cohorts relevant to the comparison. Always check for existing analysis before building from scratch.Amplitude:use_amplitude_cohortswithaction: "list"— Discover existing cohorts that define the groups (e.g., "power users", "churned", "converted").Amplitude:manage_amp_eventswithaction: "get"andkind: "event"— Discover valid event names. Never guess event names.Amplitude:get_properties— Discover properties available for segmentation.Amplitude:get_amplitude_chartswithinclude: "data"— Pull quantitative metrics segmented by the two groups for statistical grounding.Amplitude:use_amplitude_ai_feedbackwithfacet: "insights"/facet: "mentions"— Check if feedback themes differ between groups.