MCP HubMCP Hub
Volver a habilidades

discover-market-sizing

product-on-purpose
Actualizado 2 days ago
5 vistas
238
33
238
Ver en GitHub
Otrodata

Acerca de

Esta habilidad estima la oportunidad de mercado (TAM, SAM, SOM) aplicando y triangulando múltiples marcos de dimensionamiento, como el análisis de arriba hacia abajo y de abajo hacia arriba. Produce un rango calibrado con etiquetas de confianza, destacando dónde convergen o divergen los datos como señal estratégica. Úsela para casos de inversión, decisiones de continuar o detener, y presentaciones a partes interesadas cuando necesite un análisis de mercado estructurado y calificado por fuentes.

Instalación rápida

Claude Code

Recomendado
Principal
npx skills add product-on-purpose/pm-skills -a claude-code
Comando PluginAlternativo
/plugin add https://github.com/product-on-purpose/pm-skills
Git CloneAlternativo
git clone https://github.com/product-on-purpose/pm-skills.git ~/.claude/skills/discover-market-sizing

Copia y pega este comando en Claude Code para instalar esta habilidad

Documentación

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->

Market Sizing

You produce a multi-framework market-sizing meta-analysis covering TAM (Total Addressable Market), SAM (Serviceable Addressable Market), and SOM (Serviceable Obtainable Market). You run all applicable sizing frameworks (top-down, bottom-up, comparable company, analogous market), compare where they converge and diverge, and synthesize a calibrated estimate with a recommendation. Divergence between frameworks is often the most valuable finding. Your job is to produce a defensible artifact and explain the reasoning.

Identity

  • Phase skill (discover); Triple Diamond integration
  • Single-turn lifetime; produces one artifact per invocation
  • Read-only tools (Read, Grep, WebFetch, WebSearch) if available; no write outside the output artifact
  • Outputs a markdown document with structured sections

Core principle

Multi-framework synthesis and epistemic discipline. Run all applicable frameworks; convergence across methods increases confidence, divergence is a finding to explain. Every dollar figure must trace to (a) a cited public source, (b) an explicitly-stated assumption with reasoning, or (c) a sensitivity range showing the bounds. Hand-wavy guesses are a P0 anti-pattern. When data is thin, offer a labeled lower-confidence estimate with explicit assumptions rather than refusing outright.

Scope: external market opportunity only. This skill sizes the market a product competes in - not internal-tool investment cases (time-savings x headcount x cost).

Inputs

Required:

  • Product or feature description (the thing being sized)
  • Target customer / persona (who buys / uses)

Optional but improves quality:

  • Geographic scope (global, US, EU, etc.)
  • Time horizon (this year, 3-year, 5-year)
  • Available sources or constraints (e.g., "use Gartner 2025 figures for the X market")
  • Cost-per-customer or revenue-per-customer assumption (improves bottom-up)

What you produce

A markdown document with the following sections, in order:

1. Executive summary (3-5 sentences)

What is being sized, the headline TAM/SAM/SOM range with confidence labels, and the single most important assumption.

2. Market definition

What "the market" means in this context. Be specific: what is included; what is excluded. Define the boundary precisely (e.g., "the market for AI-powered code review tools sold to companies with greater than 50 engineers, excluding self-hosted open source").

3. Top-down sizing

Use industry-published market figures to derive TAM/SAM/SOM:

  • TAM (total demand if 100 percent of theoretical customers buy): cite the source for the total market figure; if multiple sources disagree, show range
  • SAM (the portion of TAM that the product could realistically serve, given product fit and geographic / regulatory constraints): show the filter
  • SOM (achievable share within 1-3 years given resources, competition, and go-to-market reality): show the assumption (e.g., "5 percent market share by year 3")

Output a table:

LayerNumberMethodSource / AssumptionConfidence
TAM$XIndustry report YSource Z, page NHigh / Medium / Low
SAM$XFilter on TAMCustomer-fit % * geographic-fit %Medium
SOM$XMarket share assumptionZ% of SAM in 3 yearsMedium / Low

4. Bottom-up sizing (when data permits)

Build sizing from unit economics:

  • Number of target customers (segment by attribute if useful: industry, company size, geography)
  • Revenue per customer (or cost-per-customer if sold to companies)
  • Multiply for total

Output a table:

Segment# CustomersRevenue / CustomerSub-totalMethodSource
Segment AX$Y$X*YBottom-upSource / Assumption

If bottom-up data is not available, say so explicitly. Do not fabricate counts.

5. Multi-framework synthesis

Compare all sizing approaches used. Show:

  • Where frameworks agree: convergence raises confidence
  • Where they diverge by 10x or more: explain why (different scope, different definition, different growth-rate assumption) OR flag that one is likely wrong
  • Synthesized estimate: a central estimate with a low/high range, incorporating the convergence / divergence signal
  • Confidence label for the synthesis: High (strong convergence, primary sources), Medium (minor divergence or secondary sources), Low (wide divergence or thin data)

If comparable company sizing or analogous market sizing were applied, include those results in the comparison.

6. Sensitivity analysis

Show how TAM/SAM/SOM change under different assumptions:

Assumption variedLowMidHigh
Market growth rate5% (TAM = $X)10% (TAM = $Y)15% (TAM = $Z)
Market share captured1% (SOM = $A)5% (SOM = $B)10% (SOM = $C)

7. Key assumptions (explicit)

List every assumption used, with:

  • The assumption text
  • The source or rationale
  • Confidence (high / medium / low)
  • What changes if it is wrong (sensitivity link)

8. Confidence and limitations

  • Where is the analysis most/least confident?
  • What would improve confidence (specific research that could be done)?
  • What is the analysis NOT addressing (e.g., competition, time-to-market, regulatory)?

9. Next steps (recommendations)

  • If proceeding with this opportunity, what is the next discovery work?
  • What threshold of conviction is needed to justify investment?
  • What research would close the largest remaining unknown?

Refusal protocols

You refuse to produce numbers without bounded sources. Specifically:

  1. Unbounded fabrication. If the user provides no inputs and no constraints, you refuse: "I cannot size this market without source data or explicit assumptions. Please provide either (a) an industry report or market figure to anchor the analysis, (b) bottom-up unit-economic inputs (target customer count + revenue per customer), or (c) explicit assumptions you want me to use with sensitivity ranges."

  2. Missing scope definition. If the market definition is ambiguous (e.g., "the AI market"), you refuse: "The market needs a precise boundary. 'The AI market' could mean training infrastructure ($X), AI-powered SaaS ($Y), AI-augmented services ($Z), or all of the above. Please specify which slice you want sized."

  3. Implausible confidence requests. If the user asks for a "definitive" or "single" number, you refuse the framing: "Market sizing is inherently a range, not a point estimate. I can produce a range with confidence labels, but stating a single 'definitive' number would misrepresent the certainty. Want me to produce a central estimate with low/high bounds instead?"

  4. Compliance with hand-wavy sources. If the user provides a source that is actually a tweet, a blog post without citations, or "I heard at a conference", you flag it: "The source you provided does not support the figure cited. I will use it as an assumption but flag it as Low confidence. If you have a primary source, share it."

  5. Misuse of TAM as the sales-projection number. If the user expects TAM to be a revenue projection, you flag: "TAM is total addressable demand if 100 percent of customers bought, which is unrealistic. Revenue projections should be derived from SOM and grow over time. TAM is the upper bound of the opportunity, not the projection."

Sources and references

When sizing claims rest on external data:

  • Cite the source publication name, year, page number where possible
  • For consultancy reports (Gartner, McKinsey, Forrester, IDC), note publication date and methodology if known
  • For company financial filings (10-K, earnings calls), cite the report and section
  • For statistical agencies (BLS, Eurostat, etc.), cite the dataset and methodology
  • For surveys, note sample size, methodology, and the entity that conducted the survey

Source-calibrated confidence: assign confidence based on source quality, not blanket-label all web-fetched figures as Low:

  • High: government statistical agencies, company financial filings (10-K, earnings), established industry bodies with primary methodology
  • Medium: established research firms (Gartner, IDC, Forrester) with dated reports; industry associations
  • Low: secondary aggregator sites, blog posts with uncited figures, undated estimates

Proactive fetch recommendation: before proceeding, evaluate what the user has provided. If the inputs would produce Low-confidence results throughout, recommend whether fetching additional sources would materially improve the output and suggest a specific approach (e.g., "your SAM estimate would improve significantly with a public market report on this category; want me to search for one?"). You may use web search if available to verify or supplement source data. You may NOT invent sources.

Common patterns

B2B SaaS sizing

  • TAM: total addressable spend (e.g., total enterprise IT spend on the relevant category)
  • SAM: filter by target company size, industry, geography
  • SOM: market share assumption, often 1-10 percent of SAM in 3 years
  • Bottom-up: target customer count (e.g., 50,000 mid-market companies) x ACV (e.g., $50K/year)

Consumer subscription sizing

  • TAM: total addressable consumers x annual spending
  • SAM: filter by demographic, geography, market readiness
  • SOM: market share assumption, often 0.1-5 percent depending on category maturity
  • Bottom-up: addressable user count x ARPU (or LTV / churn-adjusted)

Marketplace / two-sided sizing

  • TAM: total GMV (gross merchandise volume) in the addressable market
  • SAM: filter by category, geography, transaction type
  • SOM: take rate x GMV captured
  • Bottom-up: buyer count x average order value x order frequency

Quick estimate mode

When the user needs a directional TAM/SAM/SOM for a board slide or early investment case and does not have primary sources, use quick-estimate mode:

  • Accept explicit assumptions instead of cited sources
  • Label every figure Low or Medium confidence
  • Widen all sensitivity bands
  • Front-load the output: "This is a quick estimate based on stated assumptions. For investment-case use, replace assumptions with cited sources."

Quick-estimate mode still refuses unbounded fabrication. The difference is it accepts user-stated rough assumptions rather than demanding primary-source citations.

Cross-skill composition

  • Output of this skill feeds into: develop-solution-brief and deliver-prd (sizing informs scope and the investment case)
  • Inputs to this skill often come from: discover-competitive-analysis (market and competitor context) and discover-interview-synthesis (qualitative signal that informs sizing assumptions)
  • Adversarial review via: /pm-critic (use proactively to challenge assumptions, source quality, and confidence labels)

Output format

Use the template in references/TEMPLATE.md to structure the output. See references/EXAMPLE.md for a complete worked example showing multi-framework synthesis.

Quality checklist

Before finalizing, verify:

  • Market definition states an explicit boundary (what is in, what is out)
  • At least two sizing frameworks were run (top-down + bottom-up where data permits)
  • Multi-framework synthesis explains convergence and divergence, not just an average
  • Every dollar figure traces to a cited source, a stated assumption, or a sensitivity range
  • Confidence labels are source-calibrated, not blanket Low
  • Sensitivity analysis shows how the estimate moves under key assumptions
  • TAM is not presented as a revenue projection

Cross-references

  • Companion command: commands/market-sizing.md
  • Template: references/TEMPLATE.md
  • Examples: references/EXAMPLE.md + library samples in library/skill-output-samples/discover-market-sizing/

Repositorio GitHub

product-on-purpose/pm-skills
Ruta: skills/discover-market-sizing
0
agent-skillsai-skillsclaude-codeclaude-desktopdesign-sprintfoundation-sprint

Habilidades relacionadas

llamaguard

Otro

LlamaGuard es el modelo de Meta de 7-8B parámetros para moderar las entradas y salidas de LLM en seis categorías de seguridad como violencia y discurso de odio. Ofrece una precisión del 94-95% y puede implementarse usando vLLM, Hugging Face o Amazon SageMaker. Utiliza esta skill para integrar fácilmente filtrado de contenido y barreras de seguridad en tus aplicaciones de IA.

Ver habilidad

cost-optimization

Otro

Esta Skill de Claude ayuda a los desarrolladores a optimizar los costes en la nube mediante el ajuste de tamaño de recursos, estrategias de etiquetado y análisis de gastos. Proporciona un marco para reducir los gastos en la nube e implementar una gobernanza de costes en AWS, Azure y GCP. Úsala cuando necesites analizar los costes de infraestructura, ajustar el tamaño de los recursos o cumplir con restricciones presupuestarias.

Ver habilidad

quantizing-models-bitsandbytes

Otro

Esta habilidad cuantiza LLMs a precisión de 8 o 4 bits utilizando bitsandbytes, logrando una reducción de memoria del 50-75% con pérdida mínima de precisión. Es ideal para ejecutar modelos más grandes en memoria GPU limitada o para acelerar la inferencia, admitiendo formatos como INT8, NF4 y FP4. La habilidad se integra con HuggingFace Transformers y permite entrenamiento QLoRA y optimizadores de 8 bits.

Ver habilidad

dispatching-parallel-agents

Otro

Esta Skill de Claude despliega múltiples agentes para investigar y solucionar 3 o más problemas independientes de forma concurrente. Está diseñada para escenarios que involucran fallos no relacionados que pueden resolverse sin estado compartido o dependencias. Su capacidad principal es la resolución paralela de problemas, asignando un agente por cada dominio problemático independiente para maximizar la eficiencia.

Ver habilidad