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.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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:
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.
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:
This skill should be used when:
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:
Apply only the frameworks that fit the report question:
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:
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.
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.
Include:
Include:
Include:
Include:
Include:
Include:
Include:
Include:
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}Before finalizing the report, verify:
Reference files:
references/report_structure_guide.md: section-by-section content requirementsreferences/visual_generation_guide.md: visual planning prompts and chart guidancereferences/data_analysis_patterns.md: templates for Porter's, PESTLE, SWOT, and related frameworksAssets:
assets/market_research.sty: LaTeX style packageassets/market_report_template.tex: report templateassets/FORMATTING_GUIDE.md: formatting referenceScript:
scripts/generate_market_visuals.py: optional batch helper for standard market report visualsf627ab5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.