Agent skill · Business & Finance

market-research-reports

Build evidence-traceable market research reports and assumption-driven market sizing or forecast scenarios. Use for market definition, industry and customer evidence, competitive landscapes, TAM/SAM/SOM reconciliation, forecast sensitivity, and auditable report scaffolds.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill market-research-reports --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 26
SKILL.md size: 13 KB
Bundled scripts: yes
Version: 1.1
Requires: Python 3.11+ standard library for optional offline CLIs. The optional LaTeX template uses XeLaTeX or LuaLaTeX. Online…
Path: skills/market-research-reports/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Market Research Reports ## Purpose Create decision-focused market reports whose claims, calculations, assumptions, and uncertainties can be audited. Match depth and format to the question and evidence. There is no required length, chapter count, visual count, or output format. Do not: - imitate or imply affiliation with a consulting, analyst, or research brand; - invent citations, quotes, market shares, or paid-market figures; - present TAM/SAM/SOM or a forecast as one certain truth; - treat a framework, chart, or fluent narrative as evidence; - provide investment, legal, antitrust, tax, accounting, or regulatory advice. ## Operating principles 1. **Define before sizing.** Fix product, customer, geography, channel, period, measure, unit, denominator, currency/base year, and taxonomy. 2. **Map every claim.** Every factual or quantitative claim has a claim ID and exact source IDs. 3. **Separate statement types.** Distinguish facts, estimates, calculations, forecasts, opinions, and recommendations. 4. **Prefer primary evidence.** Use official statistics, regulator records, filed company disclosures, and transparent original studies before secondary synthesis. 5. **Preserve uncertain

What's inside
Steps it walks through
  1. Purpose
  2. Operating principles
  3. Workflow
  4. 1. Establish the research contract
  5. 2. Build the evidence plan
  6. 3. Create the source ledger
  7. 4. Maintain a claims ledger
  8. 5. Size the market as scenarios
  9. 6. Forecast with explicit uncertainty
  10. 7. Analyze customers and primary research
  11. 8. Analyze competitors and concentration
  12. 9. Normalize units and definitions
  13. 10. Draft and review
  14. Release gate
Ships with 24 files
  • assets/FORMATTING_GUIDE.md
  • assets/claims_ledger_template.csv
  • assets/competitor_feature_matrix_template.csv
  • assets/consistency_check_template.csv
  • assets/forecast_sensitivity_template.json
  • assets/market_report_template.tex
  • assets/market_research.sty
  • assets/market_sizing_scenarios_template.json
  • assets/report_manifest_template.json
  • assets/source_ledger_template.csv
  • references/data_analysis_patterns.md
  • references/evidence_model.md
  • references/methods_and_ethics.md
  • references/official_data_sources.md
  • references/report_structure_guide.md
  • references/sources.md
  • references/visual_generation_guide.md
  • scripts/_common.py
  • scripts/audit_claim_citations.py
  • scripts/calculate_market_sizing.py
  • scripts/check_unit_consistency.py
  • scripts/forecast_sensitivity.py
  • scripts/generate_report_scaffold.py
  • scripts/validate_competitor_matrix.py
first 24 of 26
Commands it runs
python3 scripts/validate_evidence_ledger.py data/source_ledger.csv
python3 scripts/audit_claim_citations.py \
data/claims.csv data/source_ledger.csv
python3 scripts/calculate_market_sizing.py \
assets/market_sizing_scenarios_template.json
python3 scripts/forecast_sensitivity.py \
assets/forecast_sensitivity_template.json
python3 scripts/validate_competitor_matrix.py \
assets/competitor_feature_matrix_template.csv \
python3 scripts/check_unit_consistency.py \
More from claude-scientific-writer
All skills →
About this skill
What does the market-research-reports skill do?

Build evidence-traceable market research reports and assumption-driven market sizing or forecast scenarios. Use for market definition, industry and customer evidence, competitive landscapes, TAM/SAM/SOM reconciliation, forecast sensitivity, and auditable report scaffolds.

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --skill market-research-reports --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/claude-scientific-writer, a repository with 2,169 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going