Best for
- 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;
K-Dense-AI/scientific-agent-skills/skills/market-research-reports/SKILL.md
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.
Decision brief
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.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/market-research-reports"Inspect the Agent Skill "market-research-reports" from https://github.com/K-Dense-AI/scientific-agent-skills/blob/36d8f13a1e754618794bf42f417884940077b4ae/skills/market-research-reports/SKILL.md at commit 36d8f13a1e754618794bf42f417884940077b4ae. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Ask a focused question when a missing choice would materially change the denominator or result. Otherwise state a provisional scope and proceed.
Lead with findings and uncertainty, not frameworks. Use optional frameworks only to organize questions; do not force scores or a fixed number of factors. Keep recommendations separate from evidence and include dependencies, trade-offs, decision thresholds, and disconfirming evid…
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.
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,…
Ask a focused question when a missing choice would materially change the denominator or result. Otherwise state a provisional scope and proceed.
Permission review
The documentation asks the agent to run terminal commands or scripts.
python3 scripts/validate_evidence_ledger.py data/source_ledger.csvThe documentation asks the agent to run terminal commands or scripts.
python3 scripts/audit_claim_citations.py \Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 90/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 34,478 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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:
Clarify:
Ask a focused question when a missing choice would materially change the denominator or result. Otherwise state a provisional scope and proceed.
Use references/report_structure_guide.md for modular report design.
Route each question to the source closest to the underlying event:
For company data, prefer the official filing system in the relevant jurisdiction. For industry, labor, prices, population, trade, and national accounts, prefer the responsible national statistical agency or central bank. For cross-country work, use harmonized World Bank, IMF, OECD, or Eurostat data only after checking definitions and original-source lineage.
Read references/official_data_sources.md before using public APIs. API rules
and limits are a dated snapshot: verify current official terms before automated
or high-volume retrieval. Never put an API key in a report or bundled script.
Assign stable IDs (S-001, S-002, ...). Record:
Use assets/source_ledger_template.csv and validate it:
python3 scripts/validate_evidence_ledger.py data/source_ledger.csv
If publication date is unavailable, record not-stated; do not guess.
Assign IDs (C-001, ...). Keep the exact claim text, statement type, source
IDs, report location, as-of date, geography, currency/base, measure/unit,
taxonomy, revision status, confidence, calculation ID, and assumption IDs.
Rules:
unknown, not no.Audit mappings:
python3 scripts/audit_claim_citations.py \
data/claims.csv data/source_ledger.csv
See references/evidence_model.md.
Give every component a disjoint coverage_key and one shared
denominator_id. Do not add:
Use product classifications and supply-use logic when industry codes are too broad. Preserve an unknown/residual category instead of forcing totals.
Compute independently:
TAM_top = sum(disjoint in-scope component values)
TAM_bottom =
sum(customer_count
* addressable_fraction
* annual_quantity_per_customer
* price_per_unit)
Then apply scenario-specific serviceability and capture assumptions:
SAM_s = TAM * serviceable_fraction_s
SOM_s = SAM_s * obtainable_share_s
Use at least two genuinely different scenarios; a downside/base/upside set is usually useful. State horizon, constraints, evidence, and assumptions. SOM is not a guaranteed revenue forecast.
Run the deterministic calculator:
python3 scripts/calculate_market_sizing.py \
assets/market_sizing_scenarios_template.json
Report both methods, midpoint-relative gap, scope differences, sensitivity, and unresolved reconciliation. Do not average incompatible methods.
Separate observed, estimated, and forecast periods. Record series ID, frequency, units, seasonal adjustment, transformations, taxonomy breaks, retrieval date, and vintage/revisions.
For each scenario:
Do not call scenario bounds confidence or prediction intervals. Do not assign probabilities without a validated probabilistic model and diagnostics.
Run:
python3 scripts/forecast_sensitivity.py \
assets/forecast_sensitivity_template.json
Show the range by year, endpoint sensitivity, influential assumptions, and
switching values. See references/data_analysis_patterns.md.
For survey evidence, disclose sponsor, target population, frame, probability/non-probability design, recruitment, mode/language, field dates, unweighted sample, subgroup bases, weighting, response/participation, instrument wording, precision, processing, and limitations.
For interviews/focus groups, disclose recruitment, consent, role coverage, dates/mode, guide, coding, divergent evidence, privacy controls, and limits to generalization.
Never:
Follow references/methods_and_ethics.md.
Define product and geographic scope from the customer perspective before selecting competitors or calculating shares. Consider non-price dimensions, channels, imports, digital/multi-sided features, innovation, and dynamic change where relevant.
Use lawful public evidence and a common product edition, geography, and as-of date. Validate a complete matrix:
python3 scripts/validate_competitor_matrix.py \
assets/competitor_feature_matrix_template.csv \
--source-ledger assets/source_ledger_template.csv
For shares, state revenue/units/capacity/users or other metric, denominator, period, residual share, and source coverage. HHI/CRn are descriptive screens, not legal conclusions. A TAM category is not automatically a relevant antitrust market.
Before combining values:
Check comparison groups:
python3 scripts/check_unit_consistency.py \
assets/consistency_check_template.csv
Lead with findings and uncertainty, not frameworks. Use optional frameworks only to organize questions; do not force scores or a fixed number of factors. Keep recommendations separate from evidence and include dependencies, trade-offs, decision thresholds, and disconfirming evidence.
Visuals are optional. If used, build them from validated local data and include
scope, units, source IDs, calculation ID, observed/forecast distinction, and
limitations. See references/visual_generation_guide.md.
Generate a Markdown workspace:
python3 scripts/generate_report_scaffold.py \
assets/report_manifest_template.json ./market-report-workspace
Or use the optional LaTeX assets:
assets/market_report_template.texassets/market_research.styassets/FORMATTING_GUIDE.mdunknown honestly.references/report_structure_guide.md — modular report architecture.references/evidence_model.md — claim-source mapping and provenance.references/data_analysis_patterns.md — sizing, forecast, consistency,
survey, and concentration methods.references/official_data_sources.md — current official source/API routing.references/methods_and_ethics.md — survey, interview, privacy, competitor,
and antitrust safeguards.references/visual_generation_guide.md — optional evidence-led displays.references/sources.md — dated authoritative source ledger.Use the templates in assets/ as synthetic schemas, not real-world evidence.
All scripts in scripts/ are standard-library, bounded, local-only tools. They
reject oversized or malformed input, do not follow symlink inputs, do not
overwrite outputs without explicit permission, and make no network, LLM, image,
dynamic-evaluation, or pickle calls.
Frequently asked questions
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.
The source record exposes this install command: npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/market-research-reports". Inspect the command and pinned source before running it.
Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.
Alternatives
synthetic-sciences/openscience
Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance