ce-product-pulse
Generate time-windowed product pulse reports from configured signals.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
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. 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 (the unified CE local config, gitignored, machine-local) and the report file ( /pulse-reports/...). MCP and other data-source tools are invoked read-only; if a tool offers write modes, do not use them. Interaction Method Default to the platform's blocking question tool: AskUserQuestion in Claude Code (call ToolSearch with select:AskUserQuestion first if its schema isn't loaded), requestuserinput in Codex, askquestion in Antigravity CLI (agy), askuser in Pi (requires the pi-ask-user extension).