Market Research Reports
Overview
Market research reports are strategic documents for analyzing industries, markets, and competitive landscapes. They support business decisions, investment theses, due diligence, market entry, product strategy, and executive planning.
Key Features:
- Comprehensive length: Reports are designed to be 50+ pages with no token constraints
- Visual-rich content: Plan the core market, competitive, risk, and roadmap visuals before drafting
- Data-driven analysis: Ground market claims in cited public, company, industry, and government sources
- Multi-framework approach: Porter's Five Forces, PESTLE, SWOT, BCG Matrix, TAM/SAM/SOM
- Professional formatting: Consulting-firm quality typography, colors, and layout
- Actionable recommendations: Strategic focus with implementation roadmaps
Output Format: A professional market-report package, usually Markdown or LaTeX/PDF when the task asks for a deliverable document. Use the bundled assets/market_research.sty and assets/market_report_template.tex when a LaTeX report is appropriate.
Routing Boundary
Use this skill for market research report, industry report, competitive analysis, market sizing, market entry, due diligence, investment thesis, and consulting-style strategic report tasks.
Do not use this skill for:
- Scientific reports, technical reports, IMRAD papers, or experimental results reports
- LaTeX manuscript construction, submission PDF builds, journal templates, or paper packaging
- EDGAR/SEC filings, 10-K/10-Q/XBRL/13F extraction
- FRED macro time series
- U.S. Treasury Fiscal Data, national debt, federal spending, or deficit queries
- Data Commons statistical graph queries
- PubMed, ClinicalTrials.gov, biomedical evidence tables, or literature reviews
When to Use This Skill
This skill should be used when:
- Creating comprehensive market analysis for investment decisions
- Developing industry reports for strategic planning
- Analyzing competitive landscapes and market dynamics
- Conducting market sizing exercises such as TAM/SAM/SOM
- Evaluating market entry opportunities
- Preparing due diligence materials for M&A activities
- Developing go-to-market strategy documentation
- Analyzing regulatory and policy impacts on markets
- Building business cases for new product launches
Workflow
1. Define Scope
- Define the target market, geography, customer segment, and time horizon.
- State included and excluded segments.
- Identify the decisions the report must support.
- Capture assumptions that cannot be verified directly.
2. Gather Source Evidence
Gather market data from relevant public, company, government, industry association, and academic sources. Store source notes under sources/, record citations, and mark unsupported claims as assumptions.
Recommended source categories:
- Company filings, investor presentations, earnings transcripts, and annual reports
- Government statistics and regulatory publications
- Industry association reports and market datasets
- Academic or technical studies for technology adoption, cost curves, and risk context
- Credible news and analyst commentary when primary data is unavailable
3. Build the Analysis
Apply only the frameworks that fit the report question:
- Market Sizing: TAM, SAM, SOM with explicit assumptions
- Porter's Five Forces: supplier power, buyer power, new entrants, substitutes, rivalry
- PESTLE: political, economic, social, technological, legal, environmental forces
- SWOT: strengths, weaknesses, opportunities, threats
- Competitive Positioning: competitor clusters, positioning axes, and market share
- Risk Heatmap: probability, impact, mitigation owner, and time horizon
4. Plan Visuals
Market research reports should include key visual content. Plan 6 essential visuals at the start, then add only the visuals required by the report's actual sections.
Use the repository's available figure-generation or plotting approach for the current execution environment. Do not route to, invoke, or inline another skill from inside this skill document. Treat visual creation as part of this market-report deliverable, not as an auxiliary expert call.
Recommended starting visuals:
- Market growth trajectory chart
- TAM/SAM/SOM breakdown diagram
- Porter's Five Forces diagram
- Competitive positioning matrix
- Risk heatmap
- Executive summary infographic or dashboard
5. Draft the Report
Write insight-first prose. Each section should start with the conclusion, then support it with evidence, assumptions, and uncertainty. Avoid unsupported market-size claims and vague growth language.
6. Compile and Review
For LaTeX outputs, compile from the report project folder and verify that figures, references, tables, and page breaks render correctly. For Markdown outputs, verify internal links, table formatting, and image paths.
Report Structure
Front Matter
- Cover page
- Table of contents
- List of figures and tables if the report is long
- Executive summary
Executive Summary
Include:
- Market snapshot
- Investment thesis or strategic answer
- Top findings
- Recommended actions
- Key uncertainties and evidence gaps
Market Overview
Include:
- Market definition and boundaries
- Industry ecosystem
- Value chain
- Customer and buyer structure
- Historical development
Market Size and Growth
Include:
- Current market size with source attribution
- Historical growth
- Forward projection with assumptions
- Regional and segment breakdowns
- TAM/SAM/SOM model where useful
Competitive Landscape
Include:
- Market structure
- Major player profiles
- Market share or relative positioning
- Barriers to entry
- Competitive dynamics
- Positioning matrix when useful
Drivers and Trends
Include:
- Technology shifts
- Regulatory and policy changes
- Customer behavior changes
- Macroeconomic factors
- Adoption barriers and catalysts
Risks
Include:
- Market risks
- Competitive risks
- Regulatory risks
- Technology risks
- Operational risks
- Mitigation options
Recommendations
Include:
- Prioritized strategic actions
- Rationale and evidence
- Expected benefits
- Dependencies
- Timeline and milestones
- Metrics for success
Appendices
Include:
- Methodology
- Assumption table
- Data tables
- Source list
- Company profiles
LaTeX Formatting
When producing a LaTeX report, start from assets/market_report_template.tex and include the bundled style package:
\documentclass[11pt,letterpaper]{report}
\usepackage{market_research}
Use boxed environments for executive summary findings, market snapshots, risks, and recommendations:
\begin{keyinsightbox}[Key Finding]
The market is projected to grow at 15.3\% CAGR through 2030 under the base-case assumptions.
\end{keyinsightbox}
\begin{marketdatabox}[Market Snapshot]
\begin{itemize}
\item Market Size: \$45.2B
\item Projected Size: \$98.7B
\item CAGR: 15.3\%
\end{itemize}
\end{marketdatabox}
\begin{riskbox}[Critical Risk]
Regulatory changes could alter near-term adoption assumptions.
\end{riskbox}
\begin{recommendationbox}[Strategic Recommendation]
Prioritize the segment with the strongest growth, margin, and execution fit.
\end{recommendationbox}
Figure example:
\begin{figure}[htbp]
\centering
\includegraphics[width=0.9\textwidth]{../figures/market_growth.png}
\caption{Market Growth Trajectory. Source: report analysis and cited market data.}
\label{fig:market_growth}
\end{figure}
Quality Standards
Evidence Quality
- Every statistic has a source or is labeled as an assumption
- Projections state base-case assumptions and limitations
- Primary sources are preferred over secondary summaries
- Conflicting data is called out instead of silently averaged
Visual Quality
- Charts answer a specific business question
- Axes, units, dates, and sources are labeled
- Colors are consistent and readable
- Figures are referenced in the text
Writing Quality
- Lead with the answer
- Separate facts, assumptions, and recommendations
- Use specific numbers when defensible
- State uncertainty plainly
- Keep recommendations actionable
Checklist
Before finalizing the report, verify:
Resources
Reference files:
references/report_structure_guide.md: section-by-section content requirements
references/visual_generation_guide.md: visual planning prompts and chart guidance
references/data_analysis_patterns.md: templates for Porter's, PESTLE, SWOT, and related frameworks
Assets:
assets/market_research.sty: LaTeX style package
assets/market_report_template.tex: report template
assets/FORMATTING_GUIDE.md: formatting reference
Script:
scripts/generate_market_visuals.py: optional batch helper for standard market report visuals
1---2name: market-research-reports3description: Generate comprehensive market research reports and industry/competitive analysis in the style of top consulting firms. Use for market sizing, competitive landscape, market entry, investment thesis, strategic recommendations, and consulting-style business reports. Do not use for scientific reports, paper writing, LaTeX submission/PDF builds, EDGAR/FRED/Treasury/Data Commons data retrieval, or biomedical literature evidence work.4license: MIT license5---67# Market Research Reports89## Overview1011Market research reports are strategic documents for analyzing industries, markets, and competitive landscapes. They support business decisions, investment theses, due diligence, market entry, product strategy, and executive planning.1213**Key Features:**14- **Comprehensive length**: Reports are designed to be 50+ pages with no token constraints15- **Visual-rich content**: Plan the core market, competitive, risk, and roadmap visuals before drafting16- **Data-driven analysis**: Ground market claims in cited public, company, industry, and government sources17- **Multi-framework approach**: Porter's Five Forces, PESTLE, SWOT, BCG Matrix, TAM/SAM/SOM18- **Professional formatting**: Consulting-firm quality typography, colors, and layout19- **Actionable recommendations**: Strategic focus with implementation roadmaps2021**Output Format:** A professional market-report package, usually Markdown or LaTeX/PDF when the task asks for a deliverable document. Use the bundled `assets/market_research.sty` and `assets/market_report_template.tex` when a LaTeX report is appropriate.2223## Routing Boundary2425Use this skill for market research report, industry report, competitive analysis, market sizing, market entry, due diligence, investment thesis, and consulting-style strategic report tasks.2627Do not use this skill for:2829- Scientific reports, technical reports, IMRAD papers, or experimental results reports30- LaTeX manuscript construction, submission PDF builds, journal templates, or paper packaging31- EDGAR/SEC filings, 10-K/10-Q/XBRL/13F extraction32- FRED macro time series33- U.S. Treasury Fiscal Data, national debt, federal spending, or deficit queries34- Data Commons statistical graph queries35- PubMed, ClinicalTrials.gov, biomedical evidence tables, or literature reviews3637## When to Use This Skill3839This skill should be used when:4041- Creating comprehensive market analysis for investment decisions42- Developing industry reports for strategic planning43- Analyzing competitive landscapes and market dynamics44- Conducting market sizing exercises such as TAM/SAM/SOM45- Evaluating market entry opportunities46- Preparing due diligence materials for M&A activities47- Developing go-to-market strategy documentation48- Analyzing regulatory and policy impacts on markets49- Building business cases for new product launches5051## Workflow5253### 1. Define Scope5455- Define the target market, geography, customer segment, and time horizon.56- State included and excluded segments.57- Identify the decisions the report must support.58- Capture assumptions that cannot be verified directly.5960### 2. Gather Source Evidence6162Gather market data from relevant public, company, government, industry association, and academic sources. Store source notes under `sources/`, record citations, and mark unsupported claims as assumptions.6364Recommended source categories:6566- Company filings, investor presentations, earnings transcripts, and annual reports67- Government statistics and regulatory publications68- Industry association reports and market datasets69- Academic or technical studies for technology adoption, cost curves, and risk context70- Credible news and analyst commentary when primary data is unavailable7172### 3. Build the Analysis7374Apply only the frameworks that fit the report question:7576- **Market Sizing**: TAM, SAM, SOM with explicit assumptions77- **Porter's Five Forces**: supplier power, buyer power, new entrants, substitutes, rivalry78- **PESTLE**: political, economic, social, technological, legal, environmental forces79- **SWOT**: strengths, weaknesses, opportunities, threats80- **Competitive Positioning**: competitor clusters, positioning axes, and market share81- **Risk Heatmap**: probability, impact, mitigation owner, and time horizon8283### 4. Plan Visuals8485Market research reports should include key visual content. Plan 6 essential visuals at the start, then add only the visuals required by the report's actual sections.8687Use the repository's available figure-generation or plotting approach for the current execution environment. Do not route to, invoke, or inline another skill from inside this skill document. Treat visual creation as part of this market-report deliverable, not as an auxiliary expert call.8889Recommended starting visuals:9091- Market growth trajectory chart92- TAM/SAM/SOM breakdown diagram93- Porter's Five Forces diagram94- Competitive positioning matrix95- Risk heatmap96- Executive summary infographic or dashboard9798### 5. Draft the Report99100Write insight-first prose. Each section should start with the conclusion, then support it with evidence, assumptions, and uncertainty. Avoid unsupported market-size claims and vague growth language.101102### 6. Compile and Review103104For LaTeX outputs, compile from the report project folder and verify that figures, references, tables, and page breaks render correctly. For Markdown outputs, verify internal links, table formatting, and image paths.105106## Report Structure107108### Front Matter109110- Cover page111- Table of contents112- List of figures and tables if the report is long113- Executive summary114115### Executive Summary116117Include:118119- Market snapshot120- Investment thesis or strategic answer121- Top findings122- Recommended actions123- Key uncertainties and evidence gaps124125### Market Overview126127Include:128129- Market definition and boundaries130- Industry ecosystem131- Value chain132- Customer and buyer structure133- Historical development134135### Market Size and Growth136137Include:138139- Current market size with source attribution140- Historical growth141- Forward projection with assumptions142- Regional and segment breakdowns143- TAM/SAM/SOM model where useful144145### Competitive Landscape146147Include:148149- Market structure150- Major player profiles151- Market share or relative positioning152- Barriers to entry153- Competitive dynamics154- Positioning matrix when useful155156### Drivers and Trends157158Include:159160- Technology shifts161- Regulatory and policy changes162- Customer behavior changes163- Macroeconomic factors164- Adoption barriers and catalysts165166### Risks167168Include:169170- Market risks171- Competitive risks172- Regulatory risks173- Technology risks174- Operational risks175- Mitigation options176177### Recommendations178179Include:180181- Prioritized strategic actions182- Rationale and evidence183- Expected benefits184- Dependencies185- Timeline and milestones186- Metrics for success187188### Appendices189190Include:191192- Methodology193- Assumption table194- Data tables195- Source list196- Company profiles197198## LaTeX Formatting199200When producing a LaTeX report, start from `assets/market_report_template.tex` and include the bundled style package:201202```latex203\documentclass[11pt,letterpaper]{report}204\usepackage{market_research}205```206207Use boxed environments for executive summary findings, market snapshots, risks, and recommendations:208209```latex210\begin{keyinsightbox}[Key Finding]211The market is projected to grow at 15.3\% CAGR through 2030 under the base-case assumptions.212\end{keyinsightbox}213214\begin{marketdatabox}[Market Snapshot]215\begin{itemize}216 \item Market Size: \$45.2B217 \item Projected Size: \$98.7B218 \item CAGR: 15.3\%219\end{itemize}220\end{marketdatabox}221222\begin{riskbox}[Critical Risk]223Regulatory changes could alter near-term adoption assumptions.224\end{riskbox}225226\begin{recommendationbox}[Strategic Recommendation]227Prioritize the segment with the strongest growth, margin, and execution fit.228\end{recommendationbox}229```230231Figure example:232233```latex234\begin{figure}[htbp]235\centering236\includegraphics[width=0.9\textwidth]{../figures/market_growth.png}237\caption{Market Growth Trajectory. Source: report analysis and cited market data.}238\label{fig:market_growth}239\end{figure}240```241242## Quality Standards243244### Evidence Quality245246- Every statistic has a source or is labeled as an assumption247- Projections state base-case assumptions and limitations248- Primary sources are preferred over secondary summaries249- Conflicting data is called out instead of silently averaged250251### Visual Quality252253- Charts answer a specific business question254- Axes, units, dates, and sources are labeled255- Colors are consistent and readable256- Figures are referenced in the text257258### Writing Quality259260- Lead with the answer261- Separate facts, assumptions, and recommendations262- Use specific numbers when defensible263- State uncertainty plainly264- Keep recommendations actionable265266## Checklist267268Before finalizing the report, verify:269270- [ ] Scope and exclusions are explicit271- [ ] Executive summary answers the business question272- [ ] Market size and growth claims cite sources273- [ ] Competitive claims cite evidence274- [ ] Frameworks are used only where they add clarity275- [ ] Visuals render and are cited276- [ ] Recommendations include owner, timing, and evidence277- [ ] Bibliography or source list is complete278- [ ] PDF or Markdown output opens correctly279280## Resources281282Reference files:283284- `references/report_structure_guide.md`: section-by-section content requirements285- `references/visual_generation_guide.md`: visual planning prompts and chart guidance286- `references/data_analysis_patterns.md`: templates for Porter's, PESTLE, SWOT, and related frameworks287288Assets:289290- `assets/market_research.sty`: LaTeX style package291- `assets/market_report_template.tex`: report template292- `assets/FORMATTING_GUIDE.md`: formatting reference293294Script:295296- `scripts/generate_market_visuals.py`: optional batch helper for standard market report visuals