alterlab-market-research — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited alterlab-market-research (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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:
Well-chosen visuals make a market research report far easier to navigate. Add figures where they clarify market structure, scale, competition, or risk — not as a quota. A handful of strong, accurate visuals beats a wall of decorative ones.
If a diagram or figure would aid comprehension, invoke the alterlab-scientific-schematics skill (diagrams/schematics) or the alterlab-generate-image skill (images). Figures are optional — add them only where they improve clarity.
Diagrams/schematics work well for:
Generated images work well for:
For ready-to-use generation prompts mapped to each section, see references/visual_generation_guide.md.
The standard structure is front matter, eleven core chapters, and back matter. The per-page targets and framework assignments below drive the 50+ page length; the chosen frameworks (Porter, PESTLE, SWOT, TAM/SAM/SOM, BCG) are what distinguish this from a generic write-up.
| # | Section | Pages | Primary frameworks |
|---|---|---|---|
| — | Front matter (cover, ToC/LoF/LoT, executive summary) | ~5 | Market snapshot, investment thesis |
| 1 | Market Overview & Definition | 4-5 | Ecosystem / value-chain mapping |
| 2 | Market Size & Growth | 6-8 | TAM/SAM/SOM, CAGR |
| 3 | Industry Drivers & Trends | 5-6 | PESTLE, driver impact matrix |
| 4 | Competitive Landscape | 6-8 | Porter's Five Forces, positioning matrix, strategic groups |
| 5 | Customer Analysis & Segmentation | 4-5 | Segmentation matrix, customer journey |
| 6 | Technology & Innovation Landscape | 4-5 | TRL, hype cycle, roadmap |
| 7 | Regulatory & Policy Environment | 3-4 | Regulatory timeline |
| 8 | Risk Analysis | 3-4 | Risk heatmap, mitigation matrix |
| 9 | Strategic Opportunities & Recommendations | 4-5 | Opportunity / priority matrices, SWOT |
| 10 | Implementation Roadmap | 3-4 | Phased Gantt, milestone tracker |
| 11 | Investment Thesis & Financial Projections | 3-4 | Scenario analysis, projections |
| — | Back matter (methodology, data tables, company profiles, bibliography) | ~5 | — |
For the full section-by-section content requirements, required visuals, and data points per chapter, load references/report_structure_guide.md. For market-data sourcing in Chapter 2 (and throughout), use the research-lookup skill to pull market-research reports (Gartner, Forrester, IDC), industry-association data, government statistics, and company financials — cite each figure.
Step 1: Define Scope
Step 2: Conduct Deep Research
Use the companion research-lookup skill extensively to gather market data. Run focused queries across each dimension of the analysis, for example:
for [MARKET] industry? Include TAM, SAM, SOM estimates and CAGR projections"
is their market share and competitive positioning?"
industry for 2024-2030?"
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: Plan and Generate Visuals
Decide which figures genuinely aid the report, then generate them. Useful candidates and the kind of content each conveys:
If a diagram or figure would aid comprehension, invoke the alterlab-scientific-schematics skill (diagrams/schematics) or the alterlab-generate-image skill (images). Figures are optional — add them only where they improve clarity.
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.texStep 10: Quality Review
Run the full Checklist: 50+ Page Validation (below) covering structure, visuals, content quality, and technical correctness before declaring the report done.
Step 11: Peer Review
Use the peer-review skill to evaluate the report:
Summing the per-section page targets in the Report Structure table yields ~43 pages minimum and ~66 at target — comfortably clearing the 50+ page bar. If a draft falls short, expand appendix data tables, company profiles, and regional breakdowns rather than padding prose.
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 orchestrates several sibling skills:
Route elsewhere when the ask is narrower: a single source-cited research question → alterlab-deep-research; raw financial fundamentals from an API → alterlab-alpha-vantage.
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:
Problem: 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 for the report quality threshold, and --iterations 2 (the scientific-schematics max) for an extra refinement passUse 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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.