From solo
This skill should be used when the user asks to 'calculate TAM', 'market size', or 'TAM SAM SOM'.
npx claudepluginhub jamon8888/cc-suite --plugin SoloThis skill uses the workspace's default tool permissions.
This skill helps you put a dollar value on your opportunity. It uses two rigorous approaches—Top-Down (industry reports) and Bottom-Up (unit economics)—to ensure your market sizing is realistic, not just wishful thinking.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
This skill helps you put a dollar value on your opportunity. It uses two rigorous approaches—Top-Down (industry reports) and Bottom-Up (unit economics)—to ensure your market sizing is realistic, not just wishful thinking.
┌─────────────────────────────────────────────────────────────────┐
│ STANDALONE (always works) │
│ ✓ Dual-Method Pricing (Top-Down vs. Bottom-Up) │
│ ✓ Automatic unit-economics calculator (ACV x Customers) │
│ ✓ Realistic SOM estimation based on sales capacity │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (connect ~~search) |
│ + Live Data Enrichment: Use Exa/Tavily to find recent reports │
│ (Gartner, Forrester, Statista) for Top-Down numbers. │
│ + Industry Multipliers: Auto-calculate growth rates (CAGR). │
└─────────────────────────────────────────────────────────────────┘
The agent will calculate using both methods to find the "Truth in the Middle":
business-profile.json and icp.json.~~search to find industry reports for Top-Down estimation.data/3-Ressources/research/market-size.md.SENTINEL_ROOT = "${CLAUDE_PLUGIN_ROOT}/../sentinel-v8"
sentinel_installed = file_exists(f"{SENTINEL_ROOT}/.claude-plugin/plugin.json")
Skip this section entirely if sentinel_installed is False. TAM/SAM/SOM works identically without it.
Activate after the SOM is calculated. TAM and SAM are arithmetic — Sentinel doesn't touch them. SOM is where judgment (and overconfidence) enters.
Step 1 — reality-checker (SOM reference class)
Invoke reality-checker with:
Reference class: "[product type] companies at [founding stage / pre-revenue / post-launch] with [solo / small team] in [market geography]"
Require estimates with confidence levels for:
If user's SOM exceeds 5% of SAM in Y1 → flag: "Top 10% territory. Requires explicit justification beyond conviction." If user's SOM is less than 1% of SAM → no flag (appropriately conservative).
Tell the user where to verify: CB Insights stage data, Stripe Atlas bootstrapped company data, industry-specific SaaS benchmarks.
Step 2 — questioner (SOM assumption check)
Load bias IDs: [14, 22, 3]
Generate 2 questions targeting the SOM number specifically:
Add a SOM Stress Test section after the market triangle output:
## SOM Stress Test (Sentinel)
Your SOM: $[X] ([Y]% of SAM in year [Z])
Reference class position: [bottom / mid / top] quartile
Base rate: Comparable companies typically capture [range]% in Y1
Verify at: [specific source]
Questions to answer before presenting this number:
1. [questioner question 1]
2. [questioner question 2]
Standard TAM/SAM/SOM triangle with top-down and bottom-up methods, assumptions registry. No change.
SENTINEL_ROOT = "${CLAUDE_PLUGIN_ROOT}/../sentinel-v8"
sentinel_installed = file_exists(f"{SENTINEL_ROOT}/.claude-plugin/plugin.json")
Trigger: After SOM calculation (the most bias-prone step). Standalone mode: Skip entirely.
Step A — reality-checker (../sentinel-v8/agents/reality-checker.md)
After producing the SOM estimate, apply reference class forecasting:
"bootstrapped [category] products, [stage], year 1 market capture"Automatic flag: If user's SOM > 5% of SAM in year 1:
"⚠️ Your SOM exceeds 5% of SAM in year 1. Fewer than 10% of bootstrapped products achieve this. This is possible, but requires a specific justification — not ambition. What structural advantage makes you top-decile?"
Step B — questioner (../sentinel-v8/agents/questioner.md)
Pass bias_ids: [14, 22, 3] (Overconfidence, Planning Fallacy, Representativeness).
Ask 2 targeted questions:
Output integration — append after SOM table:
## Outside View (Sentinel)
**Reference class**: [stated class]
**Median Y1 capture**: [X]% of SAM — your estimate: [Y]%
**Your estimate is in the [Z] percentile of comparable launches.**
[If >5% flag — see above]
**Questions to answer before using this SOM in a pitch or business plan:**
1. [Question 1]
2. [Question 2]