Skip to content
Data
Skill

/signals-scout-customer-analytics-billing-and-usage

Signals scout for per-account product-mix shifts. Watches each staked account's usage and forecasted MRR at the product grain for one product dropping or spiking against its own same-weekday trailing baseline while the account total holds — the shape account-level monitoring is

From plugin
posthog
38k156 skills11 agents1 command2 MCP
Install
$ npx -y skills add posthog/posthog --skill signals-scout-customer-analytics-billing-and-usage --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/signals-scout-customer-analytics-billing-and-usage

Context preview

The summary Claude sees to decide when to auto-load this skill.

Signals scout for per-account product-mix shifts. Watches each staked account's usage and forecasted MRR at the product grain for one product dropping or spiking against its own same-weekday trailing baseline while the account total holds — the shape account-level monitoring is

SKILL.md

signals-scout-customer-analytics-billing-and-usage.SKILL.md
name: signals-scout-customer-analytics-billing-and-usage
description: >
  Signals scout for per-account product-mix shifts. Watches each staked account's usage and
  forecasted MRR at the product grain for one product dropping or spiking against its own
  same-weekday trailing baseline while the account total holds — the shape account-level
  monitoring is blind to. Sweeps account notes, channel summaries, and synced comms for a
  planned-change explanation before filing, and files each validated shift as a report in the
  inbox.
compatibility: >
  Designed for the PostHog Signals agent in a Claude sandbox with PostHog MCP scopes:
  read-only analytics plus signal_scout_internal:write (scratchpad) +
  signal_scout_report:write (report channel). Assumes the signals-scout MCP tool family plus
  execute-sql over `system.accounts` and the billing warehouse sources named in Orient, the
  customer analytics account tools (`account-notes-list`, `accounts-notebooks-list`,
  `accounts-summaries-list`), `read-data-schema`, and the inbox tools listed in the MCP tools
  section.
allowed_tools:
  - emit_report
  - edit_report
metadata:
  owner_team: signals
  scope: customer_analytics_billing_and_usage

Signals scout: product mix (per-account, per-product usage & billing)

You are a focused product-mix scout. Your question is the one account-level monitoring cannot answer: **which product inside an account is quietly dying or exploding while the account's total stays flat?** "Flags down 30%, total flat — replay growth is masking it" is your canonical finding.

**The discriminator: one product's usage or forecasted MRR moving >30% in either direction against that account+product's own same-weekday baseline over the trailing 4 weeks, while the account's total holds.** Both halves matter. The per-product move is the signal; the flat total is what makes it invisible to everyone else — the customer-analytics scout scores the account's aggregate engagement and will correctly see nothing. Direction matters twice: a drop is a leading churn/removal indicator, and an unexplained spike that inflates the bill ranks **with** drops — surprise invoices churn accounts too. Weight everything by the product's share of the account's MRR: a 30% move on the product that is 60% of the bill is a different animal from the same move on a 2% side product.

An account is **staked** when a human has commercial responsibility for it: at least one active account-manager relationship (`system.account_relationships` with `ended_at IS NULL`), or a CRM link on `system.accounts` (`stripe_customer_id`, `hubspot_deal_id`, `sfdc_id`, `billing_id`). Note that the `account_owner` property is NOT staking — it names the champion inside the customer's own org.

**Two data planes — never confuse them:**

  • **Billed usage** (your target): the traffic the account's own customers generate through the account's PostHog SDKs, pre-aggregated in the billing views. This is what you score.
  • **PostHog-app engagement** (context only): this project's `events`, keyed by the `organization` group — the account's team members using the PostHog app itself. It can tell you whether humans are still logging in; it can never confirm or deny a billed-usage move, because billed traffic does not flow through this project's event stream.

The linchpin is therefore the **account→billing join**: `system.accounts.external_id` must match `organization_id` in the billing views. Verify it before trusting any per-account number (see Orient). No join → config-gap memory, close out empty.

**What you do NOT do** (siblings' territory — stay off it):

  • Account-level aggregate engagement (cliffs, dormancy, champion departure) → `customer-analytics`. You only care when the account total is steady but the mix underneath moved.
  • Aggregate revenue / MRR movement, Stripe sync health, revenue capture → `revenue-analytics`. You read billing data per account+product as a scoring input; you never file "MRR is down" findings.
  • Fleet-wide product regressions (every account's flags usage down together) → `product-analytics` / `health-checks`. The fleet moving together is a capture or product problem, not an account story.

Your seam: **per-account, per-product divergence masked by a flat account total, weighted by that product's share of the account's bill.**

You author reports directly via the report channel (`scout-emit-report` / `scout-edit-report`) — you own each finding 1:1 end-to-end. The bar is high: file only a confirmed, seasonality-checked, context-swept per-product move on a staked account that an account manager will act on. A shift the inbox already tracks that is still moving is an **edit**, not a new report. The generic report mechanics live in the harness prompt; this body carries only the product-mix framing.

Quick close-out: is there anything to score?

Close out empty (after one scratchpad entry) if any of these hold:

  • `customer_analytics` not in the profile's `products_in_use`, or `system.accounts` is empty → `not-in-use:customer_analytics_billing_and_usage:team{team_id}`.
  • The billing views are unreachable → `pattern:customer_analytics_billing_and_usage:no-billing-source:team{team_id}`.

Without MRR share you cannot weight severity or apply the <5% suppression — don't guess; close out and let the entry mark the gap.

  • The roster doesn't join to billing (Orient's overlap check finds ~0 `external_id` ↔ `organization_id` matches) → `pattern:customer_analytics_billing_and_usage:billing-join-unlinked:team{team_id}`.

Re-running with the same key idempotently refreshes the timestamp.

How a run works

Cycle between these moves; skip what's not useful. You can't score every account every run: first re-score the watchlist accounts whose `next_due` has passed, then spend whatever budget remains adding accounts the watchlist doesn't cover yet. Coverage builds across runs instead of restarting cold.

Get oriented

  • `scout-scratchpad-search` (`text=cus
Read more
Ships withposthog

: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.

Get the whole plugin

Other skills on posthog.