plugins/utopia-studio-cobuild-onboarding/skills/tam-sam-som-calculator/SKILL.md
Calculate TAM, SAM, and SOM with explicit assumptions, methods, and caveats. Use when sizing a market for a product idea, business case, or executive review.
npx skillsauth add The-Utopia-Studio/skills tam-sam-som-calculatorInstall 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.
Guide product managers through calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for a product idea by asking adaptive, contextually relevant questions. Use this to build defensible market size estimates backed by real-world citations, economic projections, and population data—essential for pitching to investors, securing budget, or validating product-market fit.
This is not a back-of-napkin guess—it's a structured, citation-backed analysis that withstands scrutiny.
The three-tier market sizing model:
Total Addressable Market (TAM):
Serviceable Available Market (SAM):
Serviceable Obtainable Market (SOM):
Use workshop-facilitation as the default interaction protocol for this skill.
It defines:
Other (specify) when useful)This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
Use template.md for the full fill-in structure.
This interactive skill asks up to 4 adaptive questions, offering enumerated context-aware options at each step. The agent adapts questions based on previous responses.
Agent suggests:
Before we begin, it's helpful to have product context. If available, please share:
For Your Own Product:
If You Don't Have a Product Yet:
You can paste this content directly, or we can proceed with a brief description.
Why this helps:
If you already have population and ARPU numbers (or a TAM estimate), you can run a deterministic helper to compute TAM/SAM/SOM and generate a Markdown table. This script does not fetch data or write files.
python3 scripts/market-sizing.py --population 5400000 --arpu 1000 --sam-share 30% --som-share 10%
Agent asks: "Based on the context you've provided (or will describe), what problem space are you exploring for market sizing?"
Offer 4 enumerated examples (user can select by number or write custom):
Or write your own problem space description based on the marketing materials you shared.
Tip: If you provided website copy or marketing materials, the agent can extract the problem space from phrases like:
User response: [Selection or custom description]
Agent asks: "What geographic region are you targeting?"
Offer 4 enumerated options (adapted based on problem space):
Or specify your own region.
User response: [Selection or custom]
Adaptation logic:
Agent asks: "What specific industry or market segments does this problem space relate to?"
Offer 4 enumerated options (adapted based on problem space + geography):
Example (if Question 1 = B2B SaaS, Question 2 = US):
Or describe your own industry segment.
User response: [Selection or custom]
Adaptation logic:
Agent asks: "Who are the potential customers affected by this problem?"
Offer 4 enumerated options (adapted based on previous answers):
Example (if Question 1 = B2B SaaS, Question 3 = SMB services sector):
Or describe your own customer segment (firmographics, demographics, income, etc.).
User response: [Selection or custom]
After collecting responses, the agent generates a structured analysis:
# TAM/SAM/SOM Analysis
**Problem Space:** [User's input from Question 1]
**Geographic Region:** [User's input from Question 2]
**Industry/Market Segments:** [User's input from Question 3]
**Potential Customers:** [User's input from Question 4]
---
## Total Addressable Market (TAM)
**Definition:** The total market demand if you captured 100% of potential customers in the problem space.
**Population Estimate:** [Calculated from data sources]
- **Source:** [Citation, e.g., "US Census Bureau, 2023"]
- **Calculation:** [Show math, e.g., "5.4M SMBs × $1.2T revenue = $1.2T TAM"]
**Market Size Estimate:** $[X] billion/million
- **Source:** [Industry report citation]
- **URL:** [Clickable link to source]
---
## Serviceable Available Market (SAM)
**Definition:** The segment of TAM you can realistically target with your product (narrowed by geography, firmographics, product fit).
**Segment of TAM:** [User's narrowed segment from Question 4]
**Population Estimate:** [Calculated]
- **Source:** [Citation]
- **Calculation:** [Show math, e.g., "1.2M SMBs with 10-50 employees"]
**Market Size Estimate:** $[X] billion/million
- **Source:** [Citation]
- **URL:** [Link]
**Assumptions:**
- [List key assumptions, e.g., "Assumes 50% of SMBs have budget for automation tools"]
---
## Serviceable Obtainable Market (SOM)
**Definition:** The portion of SAM you can realistically capture in the next 1-3 years, accounting for competition and market constraints.
**Realistically Capturable Market:** [Agent's estimation based on market maturity, competition]
**Population Estimate:** [Calculated]
- **Source:** [Citation]
- **Calculation:** [Show math, e.g., "1.2M SMBs × 5% market share (Year 1) = 60K customers"]
**Market Size Estimate:** $[X] million
- **Assumptions:**
- [Competition assumption, e.g., "5 major competitors, market leader has 15% share"]
- [GTM assumption, e.g., "Sales capacity: 50 customers/month in Year 1"]
- [Conversion assumption, e.g., "10% trial-to-paid conversion"]
**Year 1-3 Projections:**
- **Year 1:** [X]K customers, $[X]M revenue (5% of SAM)
- **Year 2:** [X]K customers, $[X]M revenue (10% of SAM)
- **Year 3:** [X]K customers, $[X]M revenue (15% of SAM)
---
## Data Sources & Citations
- [Source 1: e.g., "US Census Bureau (2023). County Business Patterns. URL: census.gov"]
- [Source 2: e.g., "IBISWorld (2023). Professional Services Industry Report. URL: ibisworld.com"]
- [Source 3: e.g., "Statista (2023). SMB Software Market Size. URL: statista.com"]
- [Add all sources used]
---
## Validation Questions
1. **Does TAM align with industry reports?** [Compare to 3rd-party market research]
2. **Is SAM realistically serviceable?** [Can your GTM motion reach this segment?]
3. **Is SOM achievable given competition?** [Is 5-15% market share realistic in 3 years?]
---
## Next Steps
1. **Validate with customer interviews:** Does the problem resonate with target segment?
2. **Benchmark against competitors:** What market share do incumbents have?
3. **Refine SOM based on GTM capacity:** Can sales/marketing support this growth?
4. **Update annually:** Markets shift—reassess TAM/SAM/SOM yearly
---
**Would you like to refine any assumptions or explore a different segment?**
See examples/sample.md for a full TAM/SAM/SOM analysis example.
Mini example excerpt:
**TAM:** 5.4M SMBs × $2,000 ARPA = $10.8B
**SAM:** 1.2M SMBs × $2,000 ARPA = $2.4B
**SOM:** 5% of SAM = $120M
Symptom: "The market is $50B" (no source)
Consequence: Can't defend the number to investors or execs.
Fix: Cite industry reports (Gartner, IBISWorld, Statista) with URLs.
Symptom: "SAM is $5B, SOM is $5B" (assuming 100% capture)
Consequence: Unrealistic projection—no market has zero competition.
Fix: SOM should be 1-20% of SAM in Year 1-3, accounting for competition.
Symptom: Only dollar amounts, no customer counts
Consequence: Can't build sales/marketing plans without knowing customer volume.
Fix: Always include population (e.g., "1.2M businesses" or "60K customers in Year 1").
Symptom: TAM/SAM/SOM calculated once, never updated
Consequence: Stale data as markets shift.
Fix: Reassess annually. Markets grow/shrink, competition changes, new data emerges.
Symptom: "SOM is 50% of SAM in Year 1" (but no sales team)
Consequence: SOM isn't realistic given GTM capacity.
Fix: Ground SOM in GTM constraints (sales capacity, marketing budget, conversion rates).
skills/positioning-statement/SKILL.md — TAM/SAM/SOM informs "For [target]" segment sizeskills/problem-statement/SKILL.md — Problem space defines the marketskills/recommendation-canvas/SKILL.md — Market sizing informs business outcome projectionsskills/tam-sam-som-calculator/scripts/market-sizing.py — Deterministic TAM/SAM/SOM calculator (no network access)Skill type: Interactive
Suggested filename: tam-sam-som-calculator.md
Suggested placement: /skills/interactive/
Dependencies: None (standalone interactive skill)
development
Create professional equity research earnings update reports (8-12 pages, 3,000-5,000 words) analyzing quarterly results for companies already under coverage. Fast-turnaround format focusing on beat/miss analysis, key metrics, updated estimates, and revised thesis. Includes 1-3 summary tables and 8-12 charts. Use when user requests "earnings update", "quarterly update", "earnings analysis", "Q1/Q2/Q3/Q4 results", or post-earnings report.
development
Updates a presentation with new numbers — quarterly refreshes, earnings updates, comp rolls, rebased market data. Use whenever the user asks to "update the deck with Q4 numbers", "refresh the comps", "roll this forward", "swap in the new earnings", "change all the $485M to $512M", or any request to swap figures across an existing deck without rebuilding it.
development
Real DCF (Discounted Cash Flow) model creation for equity valuation. Retrieves financial data from SEC filings and analyst reports, builds comprehensive cash flow projections with proper WACC calculations, performs sensitivity analysis, and outputs professional Excel models with executive summaries. Use when users need to value a company using DCF methodology, request intrinsic value analysis, or ask for detailed financial modeling with growth projections and terminal value calculations.
tools
Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract, normalize, and standardize financial data into investment committee-ready Excel workbooks with consistent structure, proper formatting, and documented assumptions. Use for M&A due diligence, private equity analysis, investment committee materials, and standardizing financial reporting across portfolio companies. Do not use for simple financial calculations or working with already-completed data packs.