ce-product-pulse

Generate time-windowed pulse reports summarizing usage, quality, errors, and followups.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-product-pulse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-product-pulse
Source: https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026/tree/main/.agents/skills/compound-engineering/skills/ce-product-pulse
Command: npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-product-pulse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pulse reports provide a compact, end-to-end read on user experience and product performance over a defined lookback window. It consolidates usage, quality, errors, and follow-ups into a single, shareable page without mutating data sources.

Core Features & Use Cases

  • Time-window pulse generation across analytics, tracing, and payments data sources.
  • Output saved to docs/pulse-reports/ and surfaced in chat with headlines and follow-ups.
  • Read-only data access and config-driven behavior, with STRATEGY.md seeds if present.

Quick Start

Clone the repository, configure the pulse lookback in .compound-engineering/config.local.yaml, and run the pulse workflow to generate and save a report under docs/pulse-reports/.

Frequently Asked Questions about ce-product-pulse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a concise product pulse report for a 7-day lookback window?

Generate a product pulse report by configuring the lookback window in your local config file and running the pulse workflow to summarize usage, quality, errors, and followups into a single 30-40 line page.

What is a time-windowed pulse report in product analytics?

A time-windowed pulse report is a compact, read-only summary of user experience and product performance over a defined lookback period, consolidating data from analytics, tracing, and payments into a shareable page.

Can I use a strategy seed file to drive product pulse reporting behavior?

Yes, product pulse reporting supports strategy seeding by reading a STRATEGY.md file if present, using its contents alongside local configuration to drive the report generation behavior.

How do I save pulse reports to docs without mutating my analytics data sources?

Pulse reports save automatically to the docs/pulse-reports directory while enforcing read-only data access across analytics, tracing, and payments sources, ensuring underlying data remains unmuted.

Does pulse reporting support read-only data access across tracing and payments sources?

Pulse reporting constrains data access to read-only sources where possible, safely gathering metrics across analytics, tracing, and payments to produce the final summary without side effects.

What is the best way to summarize user experience and product performance regularly?

The best way to summarize product performance regularly is running a configured pulse workflow that outputs a minimal, single-page report covering usage, quality, errors, and followups for your lookback window.