exploring-signals-scouts
Exploring Signals scouts
A scout is a scheduled agent that wakes on its own interval, looks at one PostHog project,
decides what's genuinely worth surfacing, and either emits it as a finding into the Signals
inbox or closes out empty (a real, valid outcome). PostHog ships a fleet of canonical scouts — a
cross-product generalist (signals-scout-general) plus per-surface specialists (error tracking,
logs, AI observability, experiments, feature flags, session replay, web analytics, surveys, and
more). A project may also have custom scouts beyond the canonical fleet — any
signals-scout-* skill a team authored (e.g. -brand-mentions, -mcp-feedback) shows up here
too, so don't assume a fixed roster: signals-scout-config-list is the authoritative roster for
a project. (One caveat: a just-authored scout has no config row until the coordinator's next
tick auto-registers one — or until someone registers it via the write-side
signals-scout-config-create — so a brand-new scout may briefly be missing from the list.)
This skill helps you understand and explore what a project's scouts are doing and how they're
performing — entirely through read-only MCP tools. It is the observability counterpart to
the authoring-signals-scouts skill (which teaches writing and tuning) and to the
inbox-exploration skill (which covers the inbox reports scouts feed into).