product-health-analysis

product-health-analysis is a cursor rule for Cursor from mohitagw15856/pm-claude-skills. It costs 62 tokens per session (1,196 once invoked), scanned A, original, MIT.

A review of product metrics against goals and past performance, turning changes in user behaviour into a plain-language health report.

In plain words
What is it for?
It is for product health reviews, performance investigations, product-market-fit checks, and reports for non-data stakeholders.
Why use it?
It helps teams see what is improving or declining, investigate possible causes, and focus attention on the most important product problems.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit It is for product health reviews, performance investigations, product-market-fit checks, and reports for non-data stakeholders.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/mohitagw15856/pm-claude-skills/product-health-analysis
About the project

PM Skills is a collection of plain-Markdown instructions that teach AI assistants structured methods for handling professional, personal, and life-admin tasks. People use it with Claude, ChatGPT, Gemini, Cursor, Codex, and other supported agents for work such as writing product requirements, reviewing documents, or planning difficult situations.

mohitagw15856/pm-claude-skills · 1,357 stars · on GitHub · mohitagw15856.github.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/mohitagw15856/pm-claude-skills

Made for: Cursor.

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-health-analysis

README.md
[![agentmods](https://agentmods.dev/badge/rules/mohitagw15856/pm-claude-skills/product-health-analysis/github.svg)](https://agentmods.dev/rules/mohitagw15856/pm-claude-skills/product-health-analysis)
Your own site
<a href="https://agentmods.dev/rules/mohitagw15856/pm-claude-skills/product-health-analysis"><img src="https://agentmods.dev/badge/rules/mohitagw15856/pm-claude-skills/product-health-analysis/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-health-analysis

Your own site · 80×15
<a href="https://agentmods.dev/rules/mohitagw15856/pm-claude-skills/product-health-analysis"><img src="https://agentmods.dev/badge/rules/mohitagw15856/pm-claude-skills/product-health-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,196 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.
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.00062 $0.01196
Opus 5 $0.00031 $0.00598
Sonnet 5 $0.00012 $0.00239
Haiku 4.5 $0.00006 $0.00120

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

Security

Grade A, and why

product-health-analysis 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.

exports/cursor/pm-analytics/product-health-analysis/product-health-analysis.mdc · 87 lines

How it starts

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

Product Health Analysis Skill

Transform raw metrics data into a clear health narrative — what's working, what's not, and what needs immediate attention.

Required Inputs

Ask the user for these if not provided:

  • Metrics data (current values for key metrics — even rough numbers work)
  • Targets or benchmarks (OKR targets, historical baselines, or industry benchmarks)
  • Period (week / month / quarter being analysed)
  • Product area or segment (are we looking at the whole product or a specific feature?)

Metrics Framework

Analyse across four layers:

  1. Acquisition — new users, source quality, CAC trends
  2. Activation — time to first value, onboarding completion rates
  3. Engagement — DAU/MAU, feature adoption, session depth
  4. Retention — D1/D7/D30 retention, churn rate, resurrection rate

Process

  1. For each metric, compare: current period vs. previous period, current vs. target
  2. Flag anything more than 10% off target as requiring investigation
  3. Look for correlations — does a drop in activation explain a retention dip 2 weeks later?
  4. Write a plain-English health summary (no jargon) suitable for sharing with non-data stakeholders
  5. Recommend top 3 areas for immediate investigation with suggested diagnostic steps
  6. Validate — Confirm every flagged metric has a plausible root cause hypothesis, not just a raw number, and every recommended action has a specific owner or team

Output Structure

Product Health Report — [Period]

Overall Health: 🟢 On Track / 🟡 Watch / 🔴 Action Required

Metric Current Target vs. Last Period Status
[metric] [value] [target] [+/-%] [🟢/🟡/🔴]

Key Observations: [3-5 bullet observations written in plain English]

Areas Requiring Investigation:

  1. [Metric + hypothesis + suggested diagnostic]
  2. [Metric + hypothesis + suggested diagnostic]
  3. [Metric + hypothesis + suggested diagnostic]

Recommended Actions: [Specific next steps with owners and timelines]

Read the full file on GitHub · 87 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 · 87 lines · 62 tokens per session scan A 55aef24a9c6a

Subscribe to this mod's changes

product-health-analysis is a cursor rule published in the GitHub repository mohitagw15856/pm-claude-skills (1,357 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 1,196 once invoked, about $0.0003 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.