plugins/market-research/skills/validating-product-market-fit/SKILL.md
Score product-market fit from Phase 1B market analysis; produce PMF score, evidence matrix, and risk register. Run after `researching-market` (Phase 2).
npx skillsauth add qte77/claude-code-utils-plugin validating-product-market-fitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Target: $ARGUMENTS
Phase 2 of the GTM pipeline. Depends on Phase 1B. Scores PMF across multiple dimensions using evidence from prior phases.
Read config/mode.md before starting:
concise — Overall PMF score + top 3 evidence points + top 2 risksdetailed — Full per-dimension scoring, evidence matrix, risk register with mitigationsconservative — Weight negative evidence heavily; set high evidence barambitious — Weight leading indicators and analogous market signals; accept proxy evidenceresults/phase-1b/market-analysis.md — Market sizing and buyer personasresults/phase-0/capability-profile.md — Technical capabilitiesresults/phase-1a/competitor-map.md — Competitive contextconfig/validation_criteria.md — Phase 2 quality gatesconfig/mode.md — Style and approach settingsScore each dimension 1-10, then compute weighted average:
| Dimension | Weight | Description | |-----------|--------|-------------| | Problem severity | 25% | How painful is the problem for buyers? | | Solution fit | 25% | How well does the product solve it? | | Market timing | 20% | Is the market ready? | | Competitive moat | 15% | Can differentiation be sustained? | | Distribution path | 15% | Is there a clear route to customers? |
config/validation_criteria.md Phase 2 gatesWrite to results/phase-2/:
pmf-assessment.md# Product-Market Fit Assessment
## PMF Score: [X.X] / 10
## Dimension Scores
| Dimension | Score | Evidence |
|-----------|-------|----------|
| Problem severity | [X]/10 | [evidence] |
| Solution fit | [X]/10 | [evidence] |
| Market timing | [X]/10 | [evidence] |
| Competitive moat | [X]/10 | [evidence] |
| Distribution path | [X]/10 | [evidence] |
## Evidence For PMF
- [evidence point] — Source: [phase output or URL]
## Evidence Against PMF
- [counter-evidence] — Source: [phase output or URL]
## PMF Risk Register
| Risk | Likelihood | Impact | Mitigation |
|------|-----------|--------|------------|
| [risk] | H/M/L | H/M/L | [approach] |
## Recommendation
[Proceed to GTM / Iterate on product / Pivot hypothesis]
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.