What problem does it solve?
Questions like "how much did X change from A to B" are ambiguous: they can mean the full path over time or just the net change between two endpoints. This Skill resolves that ambiguity before building a PostHog trend, so the resulting chart actually answers the question asked.
Core Features & Use Cases
- Ambiguity detection: Recognizes phrasing like "before vs after", "week over week", or "start vs end" and prompts a short either/or clarification when the intent is unclear.
- Line chart rendering: Builds a standard
TrendsQuery with ActionsLineGraph display to show the value at every interval across the range.
- Slope view rendering: Uses the same
TrendsQuery result and switches the result card's Line/Bar/Slope toggle to Slope, showing each series as a single line from first to last point with per-series change in the legend.
- Use Case: A product manager asks "how did signups change this quarter compared to the start?" The Skill asks whether they want the full trend or just start-vs-end, then renders a slope view comparing the first and last month across all signup series.
Quick Start
Ask how much a metric changed between two points in time and let the Skill clarify whether you want a trend line or a slope view before building the PostHog query.