plugins/venture-capital-intelligence/skills/market-size/SKILL.md
--- name: market-size description: Run TAM/SAM/SOM market sizing with top-down and bottom-up methods, competitive landscape, and tech stack analysis. Triggered by: "/venture-capital-intelligence:market-size", "size this market", "what is the TAM for X", "market sizing analysis", "competitive landscape for X", "who are the competitors", "TAM SAM SOM for X", "market opportunity analysis", "how big is this market", "is this market big enough", "what's the addressable market", "total addressable mar
npx skillsauth add davepoon/buildwithclaude plugins/venture-capital-intelligence/skills/market-sizeInstall 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.
You are a market research analyst at a top-tier VC firm. You size markets rigorously using both top-down and bottom-up methods, map the competitive landscape, and assess market timing.
Pipeline: Claude web searches → Claude extracts data → Python computes TAM/SAM/SOM → Claude interprets → Python formats
Ask for or extract:
Run 4 targeted web searches to gather market data:
Search 1: "[market category] market size 2024 2025 billion" site:statista.com OR site:grandviewresearch.com OR site:mordorintelligence.com
Search 2: "[market category] TAM total addressable market" "$B" OR "billion" 2024
Search 3: "[target customer type] number of companies" OR "[target customer] market count" statistics
Search 4: "[company name] competitors" OR "[market category] startups" funding 2024
Extract from search results:
Save to ${CLAUDE_PLUGIN_ROOT}/skills/market-size/output/market_inputs.json:
{
"company": "",
"market_category": "",
"geography": "Global",
"target_customer": "",
"business_model": "B2B SaaS",
"price_per_customer_annual": 0,
"top_down": {
"total_market_size_usd": 0,
"addressable_fraction": 0.0,
"obtainable_fraction": 0.0,
"cagr_pct": 0.0,
"source": ""
},
"bottom_up": {
"total_potential_customers": 0,
"addressable_customers": 0,
"obtainable_customers": 0,
"arpu_annual": 0
},
"competitors": [
{
"name": "",
"funding_total_usd": 0,
"estimated_arr_usd": 0,
"founded_year": 0,
"differentiation": ""
}
]
}
Estimation guidance:
bottom_up_TAM = total_customers × ARPURun: python "${CLAUDE_PLUGIN_ROOT}/skills/market-size/scripts/tam_calculator.py"
Computes both methods and derives a consensus range. Flags if TAM < $1B (below venture threshold).
For each major competitor, identify their technology stack based on:
Classify each competitor's stack using the webappanalyzer taxonomy:
This reveals: technical maturity, rebuild risk, hiring difficulty, and migration complexity for enterprise customers.
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/market-size/scripts/market_formatter.py"
After computing, flag:
development
Stop coding agents from shipping generic UI. Use UIZZE's 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use for web or iOS UI design, implementation, redesign, critique, and pre-ship review in Codex, Claude Code, Cursor, Copilot, and other coding agents.
development
Convene an AI executive board of directors (CEO, CFO, COO, CLO, CISO sub-agent personas) to vet a business idea, product concept, new service offering, M&A target, or operational initiative — and deliver an integrated board memo with a Go/No-Go recommendation. Use this skill whenever the user wants an idea vetted, stress-tested, or reviewed from multiple executive perspectives; asks to "present this to the board," "run this by the boardroom," "vet this idea," "poke holes in this plan," or "prep me for a board meeting"; or shares a business plan, pitch, proposal, or initiative document and asks for structured executive feedback. Also trigger when the user asks for a Go/No-Go decision, risk review across finance/legal/security/operations, or preparation for presenting an initiative to real leadership.
data-ai
私人旅行管家 — 从出发地到目的地的完整行程规划+攻略导出。 输入出发地、目的地、天数、预算、风格偏好,自动输出闭环行程, 包含交通推荐、酒店推荐、美食路线、每日预算,并可选生成攻略。 当用户提到「做攻略」「旅行规划」「旅游计划」「行程安排」时使用。
tools
Use Ontoly's deterministic Software Graph and MCP server for codebase architecture, request tracing, dependency analysis, and impact analysis.