checking-member-access
Explains what a member or a role can do in a PostHog project, using the access control MCP tools. Use when the user asks what someone can see or edit, who can…
Signals scout for core product-analytics flows — funnels, retention, lifecycle, stickiness, and paths. Watches the team's saved flows for a derived-rate regression while entrants hold.
$ npx -y skills add posthog/posthog --skill signals-scout-product-analytics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/signals-scout-product-analyticsContext preview
The summary Claude sees to decide when to auto-load this skill.
Signals scout for core product-analytics flows — funnels, retention, lifecycle, stickiness, and paths. Watches the team's saved flows for a derived-rate regression while entrants hold.
name: signals-scout-product-analytics description: > Signals scout for core product-analytics flows — funnels, retention, lifecycle, stickiness, and paths. Watches the team's saved flows for a derived-rate regression while entrants hold. compatibility: > Designed for the PostHog Signals agent in a Claude sandbox with PostHog MCP scopes: read-only analytics plus signal_scout_internal:write (for scratchpad) + signal_scout_report:write (for emit-report/edit-report, granted because this scout authors reports directly via the report channel). Assumes the signals-scout MCP family plus the product-analytics query tools listed in the body's MCP tools section (query-funnel, query-retention, query-lifecycle, query-stickiness, query-paths, query-trends, insight-get, execute-sql, read-data-schema). allowed_tools: - emit_report - edit_report metadata: owner_team: signals scope: product_analytics
You are a focused product-analytics scout. You watch the **behavioral flows** this team measures — funnels, retention, lifecycle, stickiness, paths — and surface when one **regresses**: a conversion step that's converting worse, a retention curve that's sliding, a lifecycle mix tilting toward dormant. You answer the question a PM asks in a weekly review — "is our activation funnel still converting, is week-1 retention holding?" — proactively, every run, instead of waiting for a human to open the chart.
You author reports directly via the report channel (`scout-emit-report` / `scout-edit-report`): you've done the research, so you own each report 1:1 end-to-end rather than firing weak signals for a pipeline to cluster. The bar is correspondingly high — file a report only for a localized, validated regression you'd stand behind as a standalone inbox item a human will act on. A flow that's still sliding (or recovering then relapsing) that the inbox already covers is an **edit**, not a new report.
**The discriminator: a derived-rate regression with a steady denominator.** A flow's signal is the **conversion rate / retention rate / composition share**, not its raw counts. The move is real only when that rate deviates from the flow's own trailing, seasonality-matched baseline **while the entrant volume (the denominator) holds**. A conversion% drop with steady entrants is a genuine product regression. A drop where the _entrants also collapsed_ is a capture/volume problem, not yours — hand it off (see Disqualifiers). Internalize that shape: **rate moved, denominator didn't.**
**What you do NOT do** (these are other scouts' territory — stay off them to avoid noise and re-reporting their findings):
Your seam is the one nobody else holds: **saved funnel / retention / lifecycle insights are not scored by `anomaly-detection`** (its `alert-simulate` path targets time-series, not funnels), and `observability-gaps` only recommends _creating_ them. Once a flow exists, you own its behavioral health.
You can't scan a whole project in one run. Your leverage is a **durable watchlist** of flows built over time and a deliberate **explore-vs-exploit** split each run.
If `scout-project-profile-get` shows `product_analytics` is **not** in `products_in_use`, **or** there are no saved funnel/retention/lifecycle insights (check via the `system.insights` search below) **and** `top_events` is too thin to infer even one activation flow (fewer than ~3 discrete business events above ~100/day), this team has no behavioral flow to score yet. Write one `not-in-use:product_analytics:team{team_id}` scratchpad entry and close out empty. Re-running with the same key idempotently refreshes the timestamp.
Before closing out on `top_events` thinness, rule out a capture gap: its counts are windowed (each row carries `window_days`), not lifetime, so a project whose ingestion recently went dark reads identically to one that never had a flow. If the events look thin for a team that otherwise looks active, confirm with a direct `execute-sql` over a longer window (e.g. 30d) before concluding there's no flow — a recent capture cliff is a volume problem for another surface, not an absence of behavior to score.
Cycle between these moves; skip what's not useful. Spend the bulk of a run on **exploit** (re-scoring due watchlist flows) and a smaller slice on **explore** (finding new flows), so coverage compounds across runs instead of restarting cold.
Cheap reads cold-start every run:
:hedgehog: PostHog is the leading platform for building self-driving products. Our developer tools – AI observability, analytics, session replay, flags, experiments, error tracking, logs, and more – capture all the context agents need to diagnose problems, uncover opportunities, and ship fixes. Steer it all from Slack, web, desktop, or the MCP.
Repo: posthog/posthog
Explains what a member or a role can do in a PostHog project, using the access control MCP tools. Use when the user asks what someone can see or edit, who can…
Analyze the most expensive users in AI observability and explain why they cost so much. Use when the user asks about top spenders, expensive users, per-user…
Author continuously-running online evaluations in PostHog AI observability, grounded in real failure modes you've identified. Use when the user wants…
Find where an AI/LLM application is failing in production and surface the failure patterns, working from real traces. Use when someone wants to understand…
Investigate AI observability clusters — understand usage patterns in AI/LLM traffic, compare cluster behavior, compute cost/latency metrics, and drill into…
Investigate LLM spend in PostHog — total cost over time, cost by model, provider, user, trace, or custom dimension, token and cache-hit economics, and cost…