product-pulse

product-pulse is a skill for Claude Code from matteotitta/genesys-skills. It costs 148 tokens per session (1,535 once invoked), scanned A, original, MIT.

A short daily or weekly report on a product's progress, usage, technical performance, and follow-up work. It measures the product against the goals and metrics defined in its strategy.

In plain words
What is it for?
Use it to track product usage, system health, progress toward strategic goals, and actions that need attention.
Why use it?
It brings key signals into one regular view instead of leaving progress scattered across analytics, monitoring, payment, and other systems.

Skill for Claude Code

Written for Claude Code: effort in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is Pulse is the measurement node in the **PM closed loop** (P3). See [.claude/rules/pm-loop.md](../../../../../rules/pm-loop.md). Cron pattern (P8): schedule via t.

Good fit Use it to track product usage, system health, progress toward strategic goals, and actions that need attention.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/matteotitta/genesys-skills
agentmods
npx agentmods add skills/matteotitta/genesys-skills/product-pulse

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-pulse

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/product-pulse/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/product-pulse)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/product-pulse"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/product-pulse/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-pulse

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/product-pulse"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/product-pulse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00148 $0.01535
Opus 5 $0.00074 $0.00767
Sonnet 5 $0.00030 $0.00307
Haiku 4.5 $0.00015 $0.00153

Measured 9d ago against content hash f3d90c2ae9b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

product-pulse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/primitives/product-management/audit/product-pulse/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Product pulse — single-page metrics report

Produce a daily or weekly pulse report that measures the locked product strategy's metrics. Adapted from /ce-product-pulse in EveryInc/compound-engineering-plugin v3.5.0 (MIT).

The pulse closes the strategy↔pulse↔ship loop: strategy declares metrics, pulse measures them, learnings flow back to strategy refreshes.

When to run

Invoke when the user says:

  • "Run product pulse for [product]"
  • "Daily pulse"
  • "Weekly pulse"
  • "How's [product] doing?"
  • Cron-scheduled (default: 8am daily — via the /schedule skill or Trigger.dev cron)

Do NOT invoke when:

  • User wants a marketing dashboard → /dashboard
  • User wants a deep analytics investigation → data:analyze
  • User wants a competitive analysis → /competitor-research
  • No locked strategy-doc exists for the product → run /strategy-doc first; pulse is meaningless without locked metrics

Inputs

Required:

  • Locked strategy-doc (defines the metrics this pulse measures)
  • Product name / ship slug

Optional but valuable:

  • MCP connections: PostHog / Mixpanel / Amplitude (usage), Datadog / Sentry / Logfire / Honeycomb (system perf), Stripe / Paddle (revenue), GSC (search), custom DB read replicas
  • Latest user conversation / interview note (for the K3 qualitative pairing)
  • Previous pulse for delta comparison

If MCP connection missing for a metric: flag the data gap explicitly; don't fabricate a number. Per .claude/rules/financial-data.md — never invent metrics.

Steps

  1. Phase 1 — Load locked strategy. Read strategy-doc (the upstream dependency). Extract the metrics section. These are what we measure.
  2. Phase 2 — Pull metrics. Query each MCP for the named metrics. Compare to previous period (default 7 days). Flag anomalies (>20% delta or threshold cross).
  3. Phase 3 — Pull system signals. Query infra MCPs (Datadog / Sentry / etc.) for errors, latency, regressions.
  4. Phase 4 — Pull qualitative. Find at least one user conversation, support ticket, or interview note from the period. If none: flag as a data gap and suggest a user call.
  5. Phase 5 — Compose pulse. Apply 4-section structure. Apply 30-40 line discipline. Cut anything that doesn't move strategy thinking.
  6. Phase 6 — Self-roast. Run checks below.
  7. Phase 7 — Push. GDoc / Notion + Slack notification (if cron-scheduled).

Read the full file on GitHub · 141 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 141 lines · 148 tokens per session scan A f3d90c2ae9b8

Subscribe to this mod's changes

product-pulse is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 148 tokens to every session and 1,535 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

co-founder-dynamics

Complete co-founder playbook for technical founders — finding co-founders, equity splits (dynamic and static), co-founder agreements, vesting schedules, working relationships, conflict resolution, co-founder breakups, and the "dating before marrying" framework. Use when looking for a co-founder, structuring a founding…

LeadMagic/gtm-skills · 91 tokens

support-tool-stack

Customer support platform selection, setup, and optimization — Intercom, Zendesk, Front, Help Scout, HubSpot Service Hub, Linear, and AI-native tools. Use when choosing a support platform, migrating tools, setting up help desk workflows, designing ticket routing, building macros and saved replies, or integrating…

LeadMagic/gtm-skills · 86 tokens

advisor-recruitment

Strategic advisor recruitment for B2B SaaS founders. Use when building advisory board, recruiting individual advisors, structuring advisor compensation (equity grants), defining advisory scope, leveraging advisors for intros/references/customers, and managing ongoing advisor relationships.

LeadMagic/gtm-skills · 55 tokens