market-research-html
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese市场研究报告 (HTML 版)
Market Research Report (HTML Version)
概览
Overview
本技能旨在生成50+页的专业级市场研究报告,输出格式为 HTML/CSS。这种格式不仅保持了麦肯锡、BCG 等咨询公司的专业视觉严谨性,还极大地简化了 AI 对长文档的编辑、局部更新和内容追加过程。
核心特性:
- AI 友好型格式:HTML 结构清晰,支持通过 ID 定向更新章节,避免 LaTeX 常见的编译错误。
- 专业咨询风格:通过内置 CSS 实现顶级排版、配色和交互式目录。
- 综合分析:涵盖 TAM/SAM/SOM、波特五力、PESTLE、SWOT、BCG 矩阵等核心框架。
- 一键 PDF 转换:利用浏览器的“打印”功能,配合打印优化 CSS,即可获得完美的纸质版报告。
输出格式:HTML5 + CSS3(包含打印样式),可选 JS 实现交互增强。
This skill aims to generate professional-grade market research reports of 50+ pages in HTML/CSS format. This format not only retains the professional visual rigor of top consulting firms like McKinsey and BCG, but also greatly simplifies AI editing, partial updates, and content appending for long documents.
Core Features:
- AI-Friendly Format: Clear HTML structure supports targeted chapter updates via IDs, avoiding compilation errors common in LaTeX.
- Professional Consulting Style: Achieve top-tier typesetting, color schemes, and interactive directories through built-in CSS.
- Comprehensive Analysis: Covers core frameworks such as TAM/SAM/SOM, Porter's Five Forces, PESTLE, SWOT, and BCG Matrix.
- One-Click PDF Conversion: Use the browser's "Print" function with print-optimized CSS to obtain perfect paper-version reports.
Output Format: HTML5 + CSS3 (including print styles), optional JS for interactive enhancements.
视觉增强要求
Visual Enhancement Requirements
每份报告应在开始时生成 6 个基本视觉内容,使用 和 工具。
scientific-schematicsgenerate-imageEach report should generate 6 basic visual contents at the start using the and tools.
scientific-schematicsgenerate-image视觉内容嵌入方法
Visual Content Embedding Method
在 HTML 中,使用 标签嵌入生成的图片:
<img>html
<div class="figure">
<img src="figures/01_market_growth.png" alt="市场增长轨迹">
<div class="caption"><b>图 2.1:</b> 市场增长轨迹预测 (2024-2034)</div>
</div>In HTML, use the tag to embed generated images:
<img>html
<div class="figure">
<img src="figures/01_market_growth.png" alt="Market Growth Trajectory">
<div class="caption"><b>Figure 2.1:</b> Market Growth Trajectory Prediction (2024-2034)</div>
</div>工作流 (HTML 优先)
Workflow (HTML First)
第一阶段:初始化与环境搭建
Phase 1: Initialization and Environment Setup
- 创建项目文件夹。
- 拷贝 和
assets/style.css。assets/template.html - 创建 文件夹用于存放视觉资产。
figures/
- Create a project folder.
- Copy and
assets/style.css.assets/template.html - Create a folder to store visual assets.
figures/
第二阶段:研究与数据收集
Phase 2: Research and Data Collection
使用 收集关键数据:
research-lookup- 市场规模、CAGR、各细分市场占比。
- 前 10 名竞争对手及其份额。
- 监管政策、技术趋势。
Use to collect key data:
research-lookup- Market size, CAGR, segment market shares.
- Top 10 competitors and their shares.
- Regulatory policies, technological trends.
第三阶段:视觉批量生成
Phase 3: Batch Visual Generation
使用 Python 脚本生成所有必需的图表:
bash
python scripts/generate_market_visuals.py --topic "[市场名称]" --output-dir figures/Use Python scripts to generate all required charts:
bash
python scripts/generate_market_visuals.py --topic "[Market Name]" --output-dir figures/第四阶段:报告编写(AI 编辑逻辑)
Phase 4: Report Writing (AI Editing Logic)
- 初始化骨架:基于 创建初稿。
template.html - 分块填充:AI 逐章填充内容。由于 HTML 标签闭合简单,AI 可以轻松处理 50+ 页的长文本。
- 局部优化:利用 (如
id)精确定位需要加深分析的部分。#chapter-4
- Initialize Skeleton: Create a first draft based on .
template.html - Block-by-Block Filling: AI fills content chapter by chapter. Due to the simple closing of HTML tags, AI can easily handle 50+ pages of long text.
- Partial Optimization: Precisely target sections requiring in-depth analysis using (e.g.,
id).#chapter-4
第五阶段:预览与导出
Phase 5: Preview and Export
- 在浏览器中打开 HTML 文件进行即时预览。
- 检查 CSS 样式是否正确加载。
- 使用浏览器的“打印 -> 另存为 PDF”功能,确保勾选“打印背景图形”。
- Open the HTML file in a browser for instant preview.
- Check if CSS styles are loaded correctly.
- Use the browser's "Print -> Save as PDF" function, ensuring "Print background graphics" is checked.
专业组件参考
Professional Component Reference
在编写过程中,使用以下 HTML 类来实现咨询级组件:
| 组件名称 | HTML 代码示例 | 用途 |
|---|---|---|
| 洞察框 | | 强调关键发现和深度洞察 |
| 数据框 | | 展示核心统计数据和指标 |
| 风险框 | | 罗列潜在威胁和挑战 |
| 建议框 | | 提供可操作的战略建议 |
| 图表容器 | | 包装图片并添加专业标题 |
During writing, use the following HTML classes to implement consulting-grade components:
| Component Name | HTML Code Example | Purpose |
|---|---|---|
| Insight Box | | Emphasize key findings and in-depth insights |
| Data Box | | Display core statistical data and metrics |
| Risk Box | | List potential threats and challenges |
| Recommendation Box | | Provide actionable strategic recommendations |
| Chart Container | | Wrap images and add professional captions |
50+页验证清单
50+ Page Verification Checklist
- 包含标准封面及 hero 可视化。
- 交互式目录(侧边栏或置顶)。
- 执行摘要(含 Snapshot 框和投资论点)。
- 11 个核心分析章节完整(每章均有对应的 标签)。
section - 至少包含 6 个核心图表(TAM/SAM/SOM, 五力, 风险矩阵等)。
- 所有数据点均在 HTML 中标记来源。
- 附录包含研究方法论和详细数据表。
- 打印预览中,各章节自动从新页面开始(CSS 分页控制)。
- Includes standard cover and hero visualization.
- Interactive table of contents (sidebar or top-placed).
- Executive Summary (with Snapshot box and investment thesis).
- 11 core analysis chapters are complete (each with corresponding tag).
section - Contains at least 6 core charts (TAM/SAM/SOM, Five Forces, Risk Matrix, etc.).
- All data points are sourced in HTML.
- Appendix includes research methodology and detailed data tables.
- In print preview, each chapter starts on a new page (CSS page break control).
资源
Resources
- :定义所有视觉规范。
assets/style.css - :起始模板。
assets/template.html - :包含所有分析框架的详细文本指南。
references/ - :包含 Python 自动化绘图工具。
scripts/
- : Defines all visual specifications.
assets/style.css - : Starting template.
assets/template.html - : Contains detailed text guides for all analysis frameworks.
references/ - : Includes Python automated plotting tools.
scripts/