market-analysis-guide
Structured frameworks for market sizing, competitive analysis, and strategic ...
Best use case
market-analysis-guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Structured frameworks for market sizing, competitive analysis, and strategic ...
Teams using market-analysis-guide should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/market-analysis-guide/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How market-analysis-guide Compares
| Feature / Agent | market-analysis-guide | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Structured frameworks for market sizing, competitive analysis, and strategic ...
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
SKILL.md Source
# Market Analysis Guide
A comprehensive skill for conducting rigorous market analysis in academic and applied research contexts. This guide covers quantitative market sizing, competitive landscape mapping, and strategic positioning frameworks grounded in peer-reviewed methodologies.
## Market Sizing Methodologies
Market sizing is the foundation of any credible market analysis. There are two primary approaches, and robust research typically employs both for triangulation.
**Top-Down Approach (TAM/SAM/SOM)**
Start with the total addressable market and narrow systematically:
```
TAM (Total Addressable Market)
-> SAM (Serviceable Available Market)
-> SOM (Serviceable Obtainable Market)
Example calculation:
TAM = Global higher-education EdTech spend = $340B (2025, HolonIQ)
SAM = AI-powered research tools segment = $12B
SOM = Realistic capture in Year 3 = $120M (1% of SAM)
```
**Bottom-Up Approach**
Build estimates from unit economics:
```python
# Bottom-up market sizing
users_in_target_segment = 8_000_000 # global PhD + postdoc researchers
adoption_rate = 0.05 # 5% in first 3 years
avg_revenue_per_user = 180 # USD/year
bottom_up_estimate = users_in_target_segment * adoption_rate * avg_revenue_per_user
# Result: $72,000,000
```
Always cite the data sources for each assumption. Use government statistics (e.g., NSF, Eurostat), industry reports (Gartner, McKinsey), and published academic datasets.
## Competitive Analysis Frameworks
### Porter's Five Forces
Apply Porter's framework systematically to map industry structure:
| Force | Key Questions | Data Sources |
|-------|--------------|--------------|
| Rivalry | How many direct competitors? Market concentration (HHI)? | Crunchbase, SEC filings |
| New Entrants | Capital requirements? Regulatory barriers? | Patent databases, regulatory filings |
| Substitutes | What alternatives exist? Switching costs? | User surveys, app store data |
| Buyer Power | Customer concentration? Price sensitivity? | Industry reports, interviews |
| Supplier Power | Input scarcity? Vendor lock-in? | Supply chain databases |
### SWOT and TOWS Matrix
Go beyond basic SWOT by constructing a TOWS matrix that generates actionable strategies:
```
Strengths (S) Weaknesses (W)
Opportunities SO strategies WO strategies
(O) (use S to exploit O) (overcome W via O)
Threats ST strategies WT strategies
(T) (use S to counter T) (minimize W, avoid T)
```
## Data Collection and Validation
Primary data collection methods for market analysis research:
1. **Structured interviews** with industry experts (N >= 12 for saturation)
2. **Survey instruments** validated with Cronbach's alpha >= 0.70
3. **Conjoint analysis** for preference and willingness-to-pay estimation
4. **Web scraping** of pricing pages, job postings, and product changelogs
Secondary data sources to cross-validate:
- Statista, IBISWorld, Grand View Research for market reports
- USPTO/EPO patent filings for technology trajectory analysis
- PitchBook/Crunchbase for funding and M&A activity
## Reporting and Visualization
Present findings using clear, reproducible visualizations:
```python
import matplotlib.pyplot as plt
import numpy as np
segments = ['Segment A', 'Segment B', 'Segment C', 'Segment D']
sizes = [45, 28, 18, 9]
colors = ['#3B82F6', '#EF4444', '#10B981', '#F59E0B']
fig, ax = plt.subplots(figsize=(8, 6))
ax.barh(segments, sizes, color=colors)
ax.set_xlabel('Market Share (%)')
ax.set_title('Competitive Landscape by Segment')
plt.tight_layout()
plt.savefig('market_share.png', dpi=300)
```
Always include confidence intervals or sensitivity ranges for quantitative estimates. A well-structured market analysis report should contain an executive summary, methodology section, findings with visualizations, and a limitations discussion.Related Skills
thuthesis-guide
Write Tsinghua University theses using the ThuThesis LaTeX template
thesis-writing-guide
Templates, formatting rules, and strategies for thesis and dissertation writing
thesis-template-guide
Set up LaTeX templates for PhD and Master's thesis documents
sjtuthesis-guide
Write SJTU theses using the SJTUThesis LaTeX template with full compliance
novathesis-guide
LaTeX thesis template supporting multiple universities and formats
graphical-abstract-guide
Create SVG graphical abstracts for journal paper submissions
beamer-presentation-guide
Guide to creating academic presentations with LaTeX Beamer
plagiarism-detection-guide
Use plagiarism detection tools and ensure manuscript originality
paper-polish-guide
Review and polish LaTeX research papers for clarity and style
grammar-checker-guide
Use grammar and style checking tools to polish academic manuscripts
conciseness-editing-guide
Eliminate wordiness and redundancy in academic prose for clarity
academic-translation-guide
Academic translation, post-editing, and Chinglish correction guide