skills/market-sizing-analysis/SKILL.md
--- name: market-sizing-analysis description: "This skill should be used when the user asks to \\\"calculate TAM\\\"," "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or requests market sizing analysis for a startup or business opportunity. metadata: version: 1.0.0 risk: unknown source: community --- # Market Sizing Analysis Comprehensive market sizing methodologies for calculating Total Addressable Market (TAM)
npx skillsauth add aaaaqwq/claude-code-skills skills/market-sizing-analysisInstall 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.
Comprehensive market sizing methodologies for calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for startup opportunities.
resources/implementation-playbook.md.Market sizing provides the foundation for startup strategy, fundraising, and business planning. Calculate market opportunity using three complementary methodologies: top-down (industry reports), bottom-up (customer segment calculations), and value theory (willingness to pay).
TAM (Total Addressable Market)
SAM (Serviceable Available Market)
SOM (Serviceable Obtainable Market)
Top-Down Analysis
Bottom-Up Analysis
Value Theory
Start with total market size and narrow to addressable segments.
Process:
Formula:
TAM = Total Market Category Size
SAM = TAM × Geographic % × Segment %
SOM = SAM × Realistic Capture Rate (2-5%)
When to use: Established markets with available research (e.g., SaaS, fintech, e-commerce)
Strengths: Quick, uses credible data, validates market existence
Limitations: May overestimate for new categories, less granular
Build market size from customer segment calculations.
Process:
Formula:
TAM = Σ (Segment Size × Annual Revenue per Customer)
SAM = TAM × (Segments You Can Serve / Total Segments)
SOM = SAM × Realistic Penetration Rate (Year 3-5)
When to use: B2B, niche markets, specific customer segments
Strengths: Most credible for investors, granular, defensible
Limitations: Requires detailed customer research, time-intensive
Calculate based on value created and willingness to pay.
Process:
Formula:
Value per Customer = Problem Cost × % Solved by Solution
Price per Customer = Value × Willingness to Pay % (10-30%)
TAM = Total Potential Customers × Price per Customer
SAM = TAM × % Meeting Buy Criteria
SOM = SAM × Realistic Adoption Rate
When to use: New categories, disruptive innovations, unclear existing markets
Strengths: Shows value creation, works for new markets
Limitations: Requires assumptions, harder to validate
Clearly specify what market is being measured.
Questions to answer:
Example:
Identify credible data for calculations.
Top-Down Sources:
Bottom-Up Sources:
Value Theory Sources:
Apply chosen methodology to determine total market.
For Top-Down:
For Bottom-Up:
For Value Theory:
Narrow TAM to serviceable addressable market.
Apply Filters:
Formula:
SAM = TAM × (% matching all filters)
Example:
Determine realistic obtainable market share.
Consider:
Conservative Approach:
SOM (Year 3) = SAM × 2%
SOM (Year 5) = SAM × 5%
Example:
Cross-check using multiple methods.
Validation Techniques:
Red Flags:
Key Metrics:
TAM Calculation:
TAM = Total Target Companies × Average ACV × (1 + Expansion Rate)
Key Metrics:
TAM Calculation:
TAM = Total Category GMV × Expected Take Rate
Key Metrics:
TAM Calculation:
TAM = Total Users × ARPU × Purchase Frequency per Year
Key Metrics:
TAM Calculation:
TAM = Total Target Companies × Average Deal Size × Deals per Year
Structure:
Key Points:
Structure:
Key Points:
Mistake 1: Confusing TAM with SAM
Mistake 2: Overly Aggressive SOM
Mistake 3: Using Only Top-Down
Mistake 4: Cherry-Picking Data
Mistake 5: Ignoring Market Dynamics
For detailed methodologies and frameworks:
references/methodology-deep-dive.md - Comprehensive guide to each methodology with step-by-step worksheetsreferences/data-sources.md - Curated list of market research sources, databases, and toolsreferences/industry-templates.md - Specific templates for SaaS, marketplace, consumer, B2B, and fintech marketsWorking examples with complete calculations:
examples/saas-market-sizing.md - Complete TAM/SAM/SOM for a B2B SaaS productexamples/marketplace-sizing.md - Marketplace platform market opportunity calculationexamples/value-theory-example.md - Value-based market sizing for disruptive innovationUse these examples as templates for your own market sizing analysis. Each includes real numbers, data sources, and assumptions documented clearly.
To perform market sizing analysis:
For detailed step-by-step guidance on each methodology, reference the files in references/ directory. For complete worked examples, see examples/ directory.
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。