ce-product-pulse
Generate time-windowed product pulse reports from configured signals.
Install
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-product-pulse ~/.claude/skills/ce-product-pulse
From README
Product Pulse ce-product-pulse queries the product's data sources for a given time window and produces a compact, single-page report covering , performance, errors, and followups. The report is saved to /pulse-reports/ and the key points are surfaced in chat. Done: a report of 30-40 lines exists at /pulse-reports/YYYY-MM-DDHH-MM.md, its headlines and top followup are in chat, and Phase 3 has been reached. Boundaries Read-only, everywhere. The skill does not mutate the product, the database, or any external system. Its only writes are pulse settings appended to .compound-engineering/config.local.yaml (interview and opt-out writes stay on the local override) and the report file. MCP and other data-source tools are invoked read-only; if a tool offers write modes, do not use them. A database source must be a read-only connection — the interview refuses read-write credentials, and DB access is optional, since many products complete the pulse with analytics and tracing alone.
