The Agent Skills Directory
npx skills add https://smithery.ai/skills/davila7/market-research-reports市场研究报告是全面的战略文件,用于分析行业、市场和竞争格局,为商业决策、投资策略和战略规划提供信息。此技能可生成超过50页的专业级报告,包含丰富的视觉内容,其模型仿照麦肯锡、波士顿咨询、贝恩、高德纳和弗雷斯特等顶级咨询公司的交付成果。
主要特性:
输出格式: 采用专业样式的LaTeX,编译为PDF。使用 market_research.sty 样式包以确保一致、专业的格式。
此技能应在以下情况下使用:
关键:市场研究报告应包含关键视觉内容。
每份报告应在开始时生成6个基本视觉元素,并在写作过程中根据需要添加更多视觉元素。从最关键的视觉化图表开始,以建立报告框架。
使用 scientific-schematics 生成:
市场增长轨迹图
TAM/SAM/SOM分解图(同心圆)
波特五力模型图
竞争定位矩阵
市场细分图
价值链图
技术路线图
风险热图
战略优先级矩阵
实施时间线/甘特图
SWOT分析图
BCG增长份额矩阵
python skills/scientific-schematics/scripts/generate_schematic.py
"TAM SAM SOM concentric circle diagram showing Total Addressable Market $50B outer circle, Serviceable Addressable Market $15B middle circle, Serviceable Obtainable Market $3B inner circle, with labels and arrows pointing to each segment"
-o figures/tam_sam_som.png --doc-type report
python skills/scientific-schematics/scripts/generate_schematic.py
"Porter's Five Forces diagram with center box 'Competitive Rivalry' connected to four surrounding boxes: 'Threat of New Entrants' (top), 'Bargaining Power of Suppliers' (left), 'Bargaining Power of Buyers' (right), 'Threat of Substitutes' (bottom). Each box should show High/Medium/Low rating"
-o figures/porters_five_forces.png --doc-type report
使用 generate-image 生成:
执行摘要主信息图
行业/领域概念插图
抽象技术可视化
封面页图像
python skills/generate-image/scripts/generate_image.py
"Professional executive summary infographic for market research report, showing key metrics in modern data visualization style, blue and green color scheme, clean minimalist design with icons representing market size, growth rate, and competitive landscape"
--output figures/executive_summary.png
| 章节 | 优先视觉元素 | 可选视觉元素 |
|---|---|---|
| 执行摘要 | 执行摘要信息图(开始) | - |
| 市场规模与增长 | 增长轨迹图(开始)、TAM/SAM/SOM图(开始) | 区域细分、细分市场增长 |
| 竞争格局 | 波特五力模型(开始)、定位矩阵(开始) | 市场份额图、战略群组 |
| 风险分析 | 风险热图(开始) | 缓解矩阵 |
| 战略建议 | 机会矩阵 | 优先级框架 |
| 实施路线图 | 时间线/甘特图 | 里程碑跟踪器 |
| 投资论点 | 财务预测 | 情景分析 |
从6个优先视觉元素开始(上表中标记为“开始”),然后在撰写特定章节并需要视觉支持时生成额外的视觉元素。
内容要求:
必需视觉元素(2个):
关键数据点:
内容要求:
必需视觉元素(4个):
关键数据点:
数据来源: 使用 research-lookup 查找:
内容要求:
分析框架:
必需视觉元素(3个):
关键数据点:
内容要求:
分析框架:
必需视觉元素(4个):
关键数据点:
内容要求:
分析框架:
必需视觉元素(3个):
关键数据点:
内容要求:
分析框架:
必需视觉元素(2个):
关键数据点:
内容要求:
必需视觉元素(1个):
关键数据点:
内容要求:
分析框架:
必需视觉元素(2个):
关键数据点:
内容要求:
分析框架:
必需视觉元素(3个):
关键数据点:
内容要求:
必需视觉元素(2个):
关键数据点:
内容要求:
必需视觉元素(2个):
关键数据点:
步骤1:定义范围
步骤2:进行深入研究
广泛使用 research-lookup 收集市场数据:
# 市场规模和增长数据
python skills/research-lookup/scripts/research_lookup.py \
"What is the current market size and projected growth rate for [MARKET] industry? Include TAM, SAM, SOM estimates and CAGR projections"
# 竞争格局
python skills/research-lookup/scripts/research_lookup.py \
"Who are the top 10 competitors in the [MARKET] market? What is their market share and competitive positioning?"
# 行业趋势
python skills/research-lookup/scripts/research_lookup.py \
"What are the major trends and growth drivers in the [MARKET] industry for 2024-2030?"
# 监管环境
python skills/research-lookup/scripts/research_lookup.py \
"What are the key regulations and policy changes affecting the [MARKET] industry?"
步骤3:数据整理
sources/ 文件夹步骤4:应用分析框架
对每个框架进行结构化分析:
步骤5:形成见解
步骤6:生成所有视觉元素
在撰写报告之前生成所有视觉元素。使用批量生成脚本:
# 生成所有标准市场报告视觉元素
python skills/market-research-reports/scripts/generate_market_visuals.py \
--topic "[MARKET NAME]" \
--output-dir figures/
或单独生成:
# 1. 市场增长轨迹图
python skills/scientific-schematics/scripts/generate_schematic.py \
"Bar chart showing market growth from 2020 to 2034, with historical bars in dark blue (2020-2024) and projected bars in light blue (2025-2034). Y-axis shows market size in billions USD. Include CAGR annotation" \
-o figures/01_market_growth.png --doc-type report
# 2. TAM/SAM/SOM分解图
python skills/scientific-schematics/scripts/generate_schematic.py \
"TAM SAM SOM concentric circles diagram. Outer circle TAM Total Addressable Market, middle circle SAM Serviceable Addressable Market, inner circle SOM Serviceable Obtainable Market. Each labeled with acronym and description. Blue gradient" \
-o figures/02_tam_sam_som.png --doc-type report
# 3. 波特五力模型图
python skills/scientific-schematics/scripts/generate_schematic.py \
"Porter's Five Forces diagram with center box 'Competitive Rivalry' connected to four surrounding boxes: Threat of New Entrants (top), Bargaining Power of Suppliers (left), Bargaining Power of Buyers (right), Threat of Substitutes (bottom). Color code by rating: High=red, Medium=yellow, Low=green" \
-o figures/03_porters_five_forces.png --doc-type report
# 4. 竞争定位矩阵
python skills/scientific-schematics/scripts/generate_schematic.py \
"2x2 competitive positioning matrix with X-axis 'Market Focus (Niche to Broad)' and Y-axis 'Solution Approach (Product to Platform)'. Plot 8-10 competitors as labeled circles of varying sizes. Include quadrant labels" \
-o figures/04_competitive_positioning.png --doc-type report
# 5. 风险热图
python skills/scientific-schematics/scripts/generate_schematic.py \
"Risk heatmap matrix. X-axis Impact (Low to Critical), Y-axis Probability (Unlikely to Very Likely). Color gradient: Green (low risk) to Red (critical risk). Plot 10-12 risks as labeled points" \
-o figures/05_risk_heatmap.png --doc-type report
# 6. (可选)执行摘要信息图
python skills/generate-image/scripts/generate_image.py \
"Professional executive summary infographic for market research report, modern data visualization style, blue and green color scheme, clean minimalist design" \
--output figures/06_exec_summary.png
步骤7:初始化项目结构
创建标准项目结构:
writing_outputs/YYYYMMDD_HHMMSS_market_report_[topic]/
├── progress.md
├── drafts/
│ └── v1_market_report.tex
├── references/
│ └── references.bib
├── figures/
│ └── [all generated visuals]
├── sources/
│ └── [research notes]
└── final/
步骤8:使用模板撰写报告
使用 market_report_template.tex 作为起点。按照结构指南撰写每个章节,确保:
写作指南:
步骤9:编译LaTeX
cd writing_outputs/[project_folder]/drafts/
xelatex v1_market_report.tex
bibtex v1_market_report
xelatex v1_market_report.tex
xelatex v1_market_report.tex
步骤10:质量审查
验证报告是否符合质量标准:
步骤11:同行评审
使用同行评审技能评估报告:
| 章节 | 最少页数 | 目标页数 |
|---|---|---|
| 前页部分 | 4 | 5 |
| 市场概述 | 4 | 5 |
| 市场规模与增长 | 5 | 7 |
| 行业驱动因素 | 4 | 6 |
| 竞争格局 | 5 | 7 |
| 客户分析 | 3 | 5 |
| 技术格局 | 3 | 5 |
| 监管环境 | 2 | 4 |
| 风险分析 | 2 | 4 |
| 战略建议 | 3 | 5 |
| 实施路线图 | 2 |
market_research.sty 包提供专业格式设置。在文档中包含它:
\documentclass[11pt,letterpaper]{report}
\usepackage{market_research}
使用彩色框突出显示关键内容:
% 关键见解框(蓝色)
\begin{keyinsightbox}[Key Finding]
The market is projected to grow at 15.3% CAGR through 2030.
\end{keyinsightbox}
% 市场数据框(绿色)
\begin{marketdatabox}[Market Snapshot]
\begin{itemize}
\item Market Size (2024): \$45.2B
\item Projected Size (2030): \$98.7B
\item CAGR: 15.3%
\end{itemize}
\end{marketdatabox}
% 风险框(橙色/警告)
\begin{riskbox}[Critical Risk]
Regulatory changes could impact 40% of market participants.
\end{riskbox}
% 建议框(紫色)
\begin{recommendationbox}[Strategic Recommendation]
Prioritize market entry in the Asia-Pacific region.
\end{recommendationbox}
% 说明框(灰色)
\begin{calloutbox}[Definition]
TAM (Total Addressable Market) represents the total revenue opportunity.
\end{calloutbox}
\begin{figure}[htbp]
\centering
\includegraphics[width=0.9\textwidth]{../figures/market_growth.png}
\caption{Market Growth Trajectory (2020-2030). Source: Industry analysis, company data.}
\label{fig:market_growth}
\end{figure}
\begin{table}[htbp]
\centering
\caption{Market Size by Region (2024)}
\begin{tabular}{@{}lrrr@{}}
\toprule
\textbf{Region} & \textbf{Size (USD)} & \textbf{Share} & \textbf{CAGR} \\
\midrule
North America & \$18.2B & 40.3\% & 12.5\% \\
\rowcolor{tablealt} Europe & \$12.1B & 26.8\% & 14.2\% \\
Asia-Pacific & \$10.5B & 23.2\% & 18.7\% \\
\rowcolor{tablealt} Rest of World & \$4.4B & 9.7\% & 11.3\% \\
\midrule
\textbf{Total} & \textbf{\$45.2B} & \textbf{100\%} & \textbf{15.3\%} \\
\bottomrule
\end{tabular}
\label{tab:market_by_region}
\end{table}
完整的格式设置参考,请参阅 assets/FORMATTING_GUIDE.md。
此技能可与以下技能协同工作:
Write a comprehensive market overview section for the [Electric Vehicle Charging Infrastructure] market. Include:
- Clear market definition and scope
- Industry ecosystem with key stakeholders
- Value chain analysis
- Historical evolution of the market
- Current market dynamics
Generate 2 supporting visuals using scientific-schematics.
Analyze the competitive landscape for the [Cloud Computing] market. Include:
- Porter's Five Forces analysis with High/Medium/Low ratings
- Top 10 competitors with market share
- Competitive positioning matrix
- Strategic group mapping
- Barriers to entry analysis
Generate 4 supporting visuals including Porter's Five Forces diagram and positioning matrix.
Develop strategic recommendations for entering the [Renewable Energy Storage] market. Include:
- 5-7 prioritized recommendations
- Opportunity sizing for each
- Implementation considerations
- Risk factors and mitigations
- Success criteria
Generate 3 supporting visuals including opportunity matrix and priority framework.
在最终确定报告之前,验证:
加载这些文件以获取详细指导:
references/report_structure_guide.md:按章节详细的内容要求references/visual_generation_guide.md:生成所有视觉类型的完整提示references/data_analysis_patterns.md:波特五力、PESTLE、SWOT等分析模板assets/market_research.sty:LaTeX样式包assets/market_report_template.tex:完整的LaTeX模板assets/FORMATTING_GUIDE.md:框环境和样式的快速参考scripts/generate_market_visuals.py:批量生成所有报告视觉元素问题:报告少于50页
问题:视觉元素未渲染
问题:参考文献缺少条目
问题:表格/图表溢出
\resizebox 或 adjustbox 包,减少图像宽度百分比问题:生成视觉质量差
--doc-type report 标志,使用 --iterations 5 增加迭代次数使用此技能创建全面、视觉丰富的市场研究报告,其质量可与顶级咨询公司的交付成果相媲美。深度研究、结构化框架和广泛可视化的结合,能够产出为战略决策提供信息并展示分析严谨性的文档。
每周安装数
115
来源
首次出现
2026年3月6日
安全审计
安装于
claude-code82
codex33
gemini-cli32
opencode28
github-copilot28
cursor28
Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables from top consulting firms like McKinsey, BCG, Bain, Gartner, and Forrester.
Key Features:
Output Format: LaTeX with professional styling, compiled to PDF. Uses the market_research.sty style package for consistent, professional formatting.
This skill should be used when:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 4 |
| 投资论点 | 2 | 4 |
| 后页部分 | 4 | 5 |
| 总计 | 43 | 66 |
CRITICAL: Market research reports should include key visual content.
Every report should generate 6 essential visuals at the start, with additional visuals added as needed during writing. Start with the most critical visualizations to establish the report framework.
Usescientific-schematics for:
Market growth trajectory charts
TAM/SAM/SOM breakdown diagrams (concentric circles)
Porter's Five Forces diagrams
Competitive positioning matrices
Market segmentation charts
Value chain diagrams
Technology roadmaps
Risk heatmaps
Strategic prioritization matrices
Implementation timelines/Gantt charts
SWOT analysis diagrams
BCG Growth-Share matrices
python skills/scientific-schematics/scripts/generate_schematic.py
"TAM SAM SOM concentric circle diagram showing Total Addressable Market $50B outer circle, Serviceable Addressable Market $15B middle circle, Serviceable Obtainable Market $3B inner circle, with labels and arrows pointing to each segment"
-o figures/tam_sam_som.png --doc-type report
python skills/scientific-schematics/scripts/generate_schematic.py
"Porter's Five Forces diagram with center box 'Competitive Rivalry' connected to four surrounding boxes: 'Threat of New Entrants' (top), 'Bargaining Power of Suppliers' (left), 'Bargaining Power of Buyers' (right), 'Threat of Substitutes' (bottom). Each box should show High/Medium/Low rating"
-o figures/porters_five_forces.png --doc-type report
Usegenerate-image for:
Executive summary hero infographics
Industry/sector conceptual illustrations
Abstract technology visualizations
Cover page imagery
python skills/generate-image/scripts/generate_image.py
"Professional executive summary infographic for market research report, showing key metrics in modern data visualization style, blue and green color scheme, clean minimalist design with icons representing market size, growth rate, and competitive landscape"
--output figures/executive_summary.png
| Section | Priority Visuals | Optional Visuals |
|---|---|---|
| Executive Summary | Executive infographic (START) | - |
| Market Size & Growth | Growth trajectory (START), TAM/SAM/SOM (START) | Regional breakdown, segment growth |
| Competitive Landscape | Porter's Five Forces (START), Positioning matrix (START) | Market share chart, strategic groups |
| Risk Analysis | Risk heatmap (START) | Mitigation matrix |
| Strategic Recommendations | Opportunity matrix | Priority framework |
| Implementation Roadmap | Timeline/Gantt | Milestone tracker |
| Investment Thesis | Financial projections | Scenario analysis |
Start with 6 priority visuals (marked as START above), then generate additional visuals as specific sections are written and require visual support.
Content Requirements:
Required Visuals (2):
Key Data Points:
Content Requirements:
Required Visuals (4):
Key Data Points:
Data Sources: Use research-lookup to find:
Content Requirements:
Analysis Frameworks:
Required Visuals (3):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (4):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (3):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (2):
Key Data Points:
Content Requirements:
Required Visuals (1):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (2):
Key Data Points:
Content Requirements:
Analysis Frameworks:
Required Visuals (3):
Key Data Points:
Content Requirements:
Required Visuals (2):
Key Data Points:
Content Requirements:
Required Visuals (2):
Key Data Points:
Step 1: Define Scope
Step 2: Conduct Deep Research
Use research-lookup extensively to gather market data:
# Market size and growth data
python skills/research-lookup/scripts/research_lookup.py \
"What is the current market size and projected growth rate for [MARKET] industry? Include TAM, SAM, SOM estimates and CAGR projections"
# Competitive landscape
python skills/research-lookup/scripts/research_lookup.py \
"Who are the top 10 competitors in the [MARKET] market? What is their market share and competitive positioning?"
# Industry trends
python skills/research-lookup/scripts/research_lookup.py \
"What are the major trends and growth drivers in the [MARKET] industry for 2024-2030?"
# Regulatory environment
python skills/research-lookup/scripts/research_lookup.py \
"What are the key regulations and policy changes affecting the [MARKET] industry?"
Step 3: Data Organization
sources/ folder with research notesStep 4: Apply Analysis Frameworks
For each framework, conduct structured analysis:
Step 5: Develop Insights
Step 6: Generate All Visuals
Generate visuals BEFORE writing the report. Use the batch generation script:
# Generate all standard market report visuals
python skills/market-research-reports/scripts/generate_market_visuals.py \
--topic "[MARKET NAME]" \
--output-dir figures/
Or generate individually:
# 1. Market growth trajectory
python skills/scientific-schematics/scripts/generate_schematic.py \
"Bar chart showing market growth from 2020 to 2034, with historical bars in dark blue (2020-2024) and projected bars in light blue (2025-2034). Y-axis shows market size in billions USD. Include CAGR annotation" \
-o figures/01_market_growth.png --doc-type report
# 2. TAM/SAM/SOM breakdown
python skills/scientific-schematics/scripts/generate_schematic.py \
"TAM SAM SOM concentric circles diagram. Outer circle TAM Total Addressable Market, middle circle SAM Serviceable Addressable Market, inner circle SOM Serviceable Obtainable Market. Each labeled with acronym and description. Blue gradient" \
-o figures/02_tam_sam_som.png --doc-type report
# 3. Porter's Five Forces
python skills/scientific-schematics/scripts/generate_schematic.py \
"Porter's Five Forces diagram with center box 'Competitive Rivalry' connected to four surrounding boxes: Threat of New Entrants (top), Bargaining Power of Suppliers (left), Bargaining Power of Buyers (right), Threat of Substitutes (bottom). Color code by rating: High=red, Medium=yellow, Low=green" \
-o figures/03_porters_five_forces.png --doc-type report
# 4. Competitive positioning matrix
python skills/scientific-schematics/scripts/generate_schematic.py \
"2x2 competitive positioning matrix with X-axis 'Market Focus (Niche to Broad)' and Y-axis 'Solution Approach (Product to Platform)'. Plot 8-10 competitors as labeled circles of varying sizes. Include quadrant labels" \
-o figures/04_competitive_positioning.png --doc-type report
# 5. Risk heatmap
python skills/scientific-schematics/scripts/generate_schematic.py \
"Risk heatmap matrix. X-axis Impact (Low to Critical), Y-axis Probability (Unlikely to Very Likely). Color gradient: Green (low risk) to Red (critical risk). Plot 10-12 risks as labeled points" \
-o figures/05_risk_heatmap.png --doc-type report
# 6. (Optional) Executive summary infographic
python skills/generate-image/scripts/generate_image.py \
"Professional executive summary infographic for market research report, modern data visualization style, blue and green color scheme, clean minimalist design" \
--output figures/06_exec_summary.png
Step 7: Initialize Project Structure
Create the standard project structure:
writing_outputs/YYYYMMDD_HHMMSS_market_report_[topic]/
├── progress.md
├── drafts/
│ └── v1_market_report.tex
├── references/
│ └── references.bib
├── figures/
│ └── [all generated visuals]
├── sources/
│ └── [research notes]
└── final/
Step 8: Write Report Using Template
Use the market_report_template.tex as a starting point. Write each section following the structure guide, ensuring:
Writing Guidelines:
Step 9: Compile LaTeX
cd writing_outputs/[project_folder]/drafts/
xelatex v1_market_report.tex
bibtex v1_market_report
xelatex v1_market_report.tex
xelatex v1_market_report.tex
Step 10: Quality Review
Verify the report meets quality standards:
Step 11: Peer Review
Use the peer-review skill to evaluate the report:
| Section | Minimum Pages | Target Pages |
|---|---|---|
| Front Matter | 4 | 5 |
| Market Overview | 4 | 5 |
| Market Size & Growth | 5 | 7 |
| Industry Drivers | 4 | 6 |
| Competitive Landscape | 5 | 7 |
| Customer Analysis | 3 | 5 |
| Technology Landscape | 3 | 5 |
| Regulatory Environment | 2 | 4 |
| Risk Analysis | 2 | 4 |
| Strategic Recommendations | 3 | 5 |
| Implementation Roadmap | 2 | 4 |
| Investment Thesis | 2 | 4 |
| Back Matter | 4 | 5 |
| TOTAL | 43 | 66 |
The market_research.sty package provides professional formatting. Include it in your document:
\documentclass[11pt,letterpaper]{report}
\usepackage{market_research}
Use colored boxes to highlight key content:
% Key insight box (blue)
\begin{keyinsightbox}[Key Finding]
The market is projected to grow at 15.3% CAGR through 2030.
\end{keyinsightbox}
% Market data box (green)
\begin{marketdatabox}[Market Snapshot]
\begin{itemize}
\item Market Size (2024): \$45.2B
\item Projected Size (2030): \$98.7B
\item CAGR: 15.3%
\end{itemize}
\end{marketdatabox}
% Risk box (orange/warning)
\begin{riskbox}[Critical Risk]
Regulatory changes could impact 40% of market participants.
\end{riskbox}
% Recommendation box (purple)
\begin{recommendationbox}[Strategic Recommendation]
Prioritize market entry in the Asia-Pacific region.
\end{recommendationbox}
% Callout box (gray)
\begin{calloutbox}[Definition]
TAM (Total Addressable Market) represents the total revenue opportunity.
\end{calloutbox}
\begin{figure}[htbp]
\centering
\includegraphics[width=0.9\textwidth]{../figures/market_growth.png}
\caption{Market Growth Trajectory (2020-2030). Source: Industry analysis, company data.}
\label{fig:market_growth}
\end{figure}
\begin{table}[htbp]
\centering
\caption{Market Size by Region (2024)}
\begin{tabular}{@{}lrrr@{}}
\toprule
\textbf{Region} & \textbf{Size (USD)} & \textbf{Share} & \textbf{CAGR} \\
\midrule
North America & \$18.2B & 40.3\% & 12.5\% \\
\rowcolor{tablealt} Europe & \$12.1B & 26.8\% & 14.2\% \\
Asia-Pacific & \$10.5B & 23.2\% & 18.7\% \\
\rowcolor{tablealt} Rest of World & \$4.4B & 9.7\% & 11.3\% \\
\midrule
\textbf{Total} & \textbf{\$45.2B} & \textbf{100\%} & \textbf{15.3\%} \\
\bottomrule
\end{tabular}
\label{tab:market_by_region}
\end{table}
For complete formatting reference, see assets/FORMATTING_GUIDE.md.
This skill works synergistically with:
Write a comprehensive market overview section for the [Electric Vehicle Charging Infrastructure] market. Include:
- Clear market definition and scope
- Industry ecosystem with key stakeholders
- Value chain analysis
- Historical evolution of the market
- Current market dynamics
Generate 2 supporting visuals using scientific-schematics.
Analyze the competitive landscape for the [Cloud Computing] market. Include:
- Porter's Five Forces analysis with High/Medium/Low ratings
- Top 10 competitors with market share
- Competitive positioning matrix
- Strategic group mapping
- Barriers to entry analysis
Generate 4 supporting visuals including Porter's Five Forces diagram and positioning matrix.
Develop strategic recommendations for entering the [Renewable Energy Storage] market. Include:
- 5-7 prioritized recommendations
- Opportunity sizing for each
- Implementation considerations
- Risk factors and mitigations
- Success criteria
Generate 3 supporting visuals including opportunity matrix and priority framework.
Before finalizing the report, verify:
Load these files for detailed guidance:
references/report_structure_guide.md : Detailed section-by-section content requirementsreferences/visual_generation_guide.md : Complete prompts for generating all visual typesreferences/data_analysis_patterns.md : Templates for Porter's, PESTLE, SWOT, etc.assets/market_research.sty : LaTeX style packageassets/market_report_template.tex : Complete LaTeX templateassets/FORMATTING_GUIDE.md : Quick reference for box environments and stylingscripts/generate_market_visuals.py : Batch generate all report visualsProblem : Report is under 50 pages
Problem : Visuals not rendering
Problem : Bibliography missing entries
Problem : Table/figure overflow
\resizebox or adjustbox package, reduce image width percentageProblem : Poor visual quality from generation
--doc-type report flag, increase iterations with --iterations 5Use this skill to create comprehensive, visually-rich market research reports that rival top consulting firm deliverables. The combination of deep research, structured frameworks, and extensive visualization produces documents that inform strategic decisions and demonstrate analytical rigor.
Weekly Installs
115
Source
First Seen
Mar 6, 2026
Security Audits
Installed on
claude-code82
codex33
gemini-cli32
opencode28
github-copilot28
cursor28
Excel财务建模规范与xlsx文件处理指南:专业格式、零错误公式与数据分析
46,700 周安装