This generates a single-page snapshot of how your product is performing over a trailing time window: usage, errors, quality signals, and anything worth investigating. You'd run it daily during a launch, weekly in steady state, or anytime someone asks "how are we doing?" It writes reports to disk so you can browse past pulses like a timeline. The first-run interview is strategy-seeded if you've already documented key metrics, otherwise it walks you through naming your engagement and value events, wiring up analytics and tracing sources, and optionally connecting a read-only database. The 15-minute trailing buffer on queries is a nice touch for tools with ingestion lag. Opinionated about staying read-only and keeping reports under 40 lines.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-product-pulse