Business Health Diagnostic
Scores SaaS growth, retention, unit economics and burn against stage benchmarks and names a risk pattern.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ca7947a
Given a messy real-looking growth-stage SaaS metric set (35% growth, NRR 91%, Rule of 40 far under 25, 8-month runway), it correctly computed Rule of 40, picked the right named diagnostic pattern (Moderate, not Concerning) per its own threshold table, and explicitly flagged the missing Magic Number as a gap rather than guessing it — a baseline answer gave the same directional advice but with no thresholds, no computed Rule of 40, and no named severity tier. The SKILL.md points to an `examples/` folder and a sibling `workshop-facilitation` skill for its interaction protocol; the examples folder does not exist in the repo at all (directory listing confirms only SKILL.md is present) and workshop-facilitation lives outside the skill's own install path.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Business Health Diagnostic does
Runs an interactive four-part SaaS health interview (growth/retention, unit economics, capital efficiency, strategic position) and returns a scored diagnostic: a health scorecard, red flags split into Critical/High/Medium against named numeric thresholds, and a prioritized action plan benchmarked by company stage. Triggers when preparing a board meeting, QBR, or fundraise, or whenever metrics are mixed and the user needs to know what to fix first.
How to install Business Health Diagnostic
git clone https://github.com/deanpeters/Product-Manager-Skills
cd Product-Manager-Skills
mkdir -p ~/.claude/skills
cp -r skills/business-health-diagnostic ~/.claude/skills/business-health-diagnostic
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Business Health Diagnostic
-
/business-health-diagnosticScores SaaS growth, retention, unit economics and burn against stage benchmarks and names a risk pattern.
It also activates on plain-language prompts like these:
-
Run a business health diagnostic on my SaaS metrics -
Compute Rule of 40 and flag concerning trends -
Prep a board-ready diagnostic of our KPIs
Frequently asked questions
- Is the Business Health Diagnostic skill free?
- Yes. The skill itself is free from deanpeters/Product-Manager-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Business Health Diagnostic work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Given a messy real-looking growth-stage SaaS metric set (35% growth, NRR 91%, Rule of 40 far under 25, 8-month runway), it correctly computed Rule of 40, picked the right named diagnostic pattern (Moderate, not Concerning) per its own threshold table, and explicitly flagged the missing Magic Number as a gap rather than guessing it — a baseline answer gave the same directional advice but with no thresholds, no computed Rule of 40, and no named severity tier. The SKILL.md points to an `examples/` folder and a sibling `workshop-facilitation` skill for its interaction protocol; the examples folder does not exist in the repo at all (directory listing confirms only SKILL.md is present) and workshop-facilitation lives outside the skill's own install path.
- What is the Business Health Diagnostic SkillProof Score?
- 8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Business Health Diagnostic?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Business Health Diagnostic with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.