Skip to content
Menu
Free CRAFT GTM tool ยท 1 of 8

PMF Scorecard

Give it your product, target market and metrics such as MRR, churn, NPS, CAC and LTV. Get a product-market fit score per dimension, priority actions and data gaps to fill.

PMF scorecardPMF scorecard: Customer Retention 7 of 10; Customer Satisfaction (NPS) 5 of 10; Unit Economics (LTV:CAC) 9 of 10; Revenue Retention 7 of 10; Activation no data. Overall PMF Assessment. Example result: Emerging PMF, 7/10.PMF scorecardCustomer Retention7 of 10Customer Satisfaction (NPS)5 of 10Unit Economics (LTV:CAC)9 of 10Revenue Retention7 of 10ActivationData gapOverall PMF Assessment. Example result:Emerging PMF, 7/10
The dimension scores and the overall result (stage Emerging PMF, score 7/10) from this page's example answer. Activation was not given, so the answer lists it under Data Gaps to Fill.

What do I need to run PMF Scorecard?

No sign-up. A web browser is enough, and the answer comes back in a second or two.

You need: Product, Target market, Current metrics. You can add: Time in market, Customer feedback.

  1. Fill in the form below, or press Fill in an example.
  2. Press Run PMF Scorecard.
  3. Read the result on this page, then copy it and edit it before you use it.

How do I run PMF Scorecard in my browser?

Fields marked optional can be left empty.

Product name and brief description

Target market segment (e.g., 'Enterprise SaaS', 'SMB', 'Consumer')

Your current numbers, for example: MRR $50K, churn 3%, NPS 45.

How long the product has been in market (shown in the scorecard)

Optional: Qualitative feedback themes (e.g., 'Users love X but struggle with Y')

What does PMF Scorecard return for the tested example?

Generated from the live code on 27 September 2026 with the inputs behind Fill in an example. Your own inputs give a different result.

Show the full result

๐Ÿ“Š Product-Market Fit Scorecard

ExampleCo Scheduler, scheduling software for clinics

Market Segment: SMB SaaS

Time in Market: 1 to 2 years

Analysis Date: 2026-09-27


๐ŸŽฏ Overall PMF Assessment

StageScoreStatus
Emerging PMF7/10๐ŸŸข

Good foundation but gaps to address before aggressive scaling.

The score is the average of the dimensions scored below (missing data is left out), each judged against an example benchmark.


๐Ÿ“ˆ Dimension Scores

Each score and status compares your value with an example benchmark for the SMB SaaS market segment.

1. Customer Retention (Churn)
MetricYour ValueScoreBenchmark (Example figures: replace with your own)Status
Monthly Churn4%7/10<5% targetGOOD

Analysis: 4% is acceptable (benchmark: <5%) (Example figure: replace with your own)


2. Customer Satisfaction (NPS)
MetricYour ValueScoreBenchmark (Example figures: replace with your own)Status
NPS Score385/10>40 targetDEVELOPING

Analysis: 38 is below target of 40 (Example figure: replace with your own)


3. Unit Economics (LTV:CAC)
MetricYour ValueScoreBenchmark (Example figures: replace with your own)Status
LTV$4,200---
CAC$600---
LTV:CAC Ratio7.0x9/10>3x targetEXCELLENT

Analysis: 7.0 is at or above the excellent mark of 4 (Example figure: replace with your own)


4. Revenue Retention
MetricYour ValueScoreBenchmark (Example figures: replace with your own)Status
Retention Rate90%7/10>85% targetGOOD

Analysis: 90 meets healthy benchmark of 85 (Example figure: replace with your own)


5. Activation
MetricYour ValueScoreBenchmark (Example figures: replace with your own)Status
Activation RateNOT PROVIDED0/10>50% targetMISSING

Analysis: Data not provided - unable to score


๐Ÿ“Š Additional Metrics Detected

MetricValueNotes
MRR$40,000Monthly Recurring Revenue

๐ŸŽฏ Priority Actions

  1. ๐Ÿ“Š NPS: Focus on detractor feedback, address top 3 pain points
  2. ๐ŸŽฏ ACTIVATION: Define and track "aha moment" metric

๐Ÿ“‹ Data Gaps to Fill

  • [ ] Activation rate (define your "aha moment")

Scorecard generated using CRAFT GTM Framework v2.0

Benchmarks are example ranges for the SMB SaaS market segment. Time in market (1 to 2 years) does not change the benchmarks or scores.

Suggested timings, lengths and counts: adjust them to your own.

Who is PMF Scorecard not ideal for?

How do I use PMF Scorecard from Claude?

Connect CRAFT GTM once (see Connect), then ask in plain words. A prompt built from the tested example:

Use CRAFT GTM's PMF Scorecard tool. product: ExampleCo Scheduler, scheduling software for clinics; target market: SMB SaaS; current metrics: MRR: $40K, Churn: 4%, NPS: 38, CAC: $600, LTV: $4200, Retention: 90%; time in market: 1 to 2 years.

How does PMF Scorecard work?

It applies fixed rules in the CRAFT GTM code to the inputs above and returns text. It does not call an AI model, does not look anything up, and does not store what you type. The web form and the AI assistant connector run the same tool code, so the same input gives the same answer in both.

Next: Launch Commander

For developers

MCP tool name: pmf_scorecard. REST: POST https://craft-gtm.gtmhelix.com/api/tools/pmf_scorecard with this JSON body (see Docs):

{
  "input": {
    "product": "ExampleCo Scheduler, scheduling software for clinics",
    "target_market": "smb_saas",
    "current_metrics": "MRR: $40K, Churn: 4%, NPS: 38, CAC: $600, LTV: $4200, Retention: 90%",
    "time_in_market": "1_2_years"
  }
}