market-research-report-generator
Generates professional market research reports by analyzing business intent, decision levels, and conducting multi-source data retrieval (Web, PubMed, Clinical Trials).
Best use case
market-research-report-generator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generates professional market research reports by analyzing business intent, decision levels, and conducting multi-source data retrieval (Web, PubMed, Clinical Trials).
Teams using market-research-report-generator should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/market-research-report-generator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How market-research-report-generator Compares
| Feature / Agent | market-research-report-generator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generates professional market research reports by analyzing business intent, decision levels, and conducting multi-source data retrieval (Web, PubMed, Clinical Trials).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills) # Market Research Report Generator This skill generates comprehensive market research reports based on a topic and optional requirements. It follows a strict workflow: Intent Analysis -> Decision Level Analysis -> Question Generation -> Data Collection -> Report Synthesis. ## When to Use - Use this skill when the request matches its documented task boundary. - Use it when the user can provide the required inputs and expects a structured deliverable. - Prefer this skill for repeatable, checklist-driven execution rather than open-ended brainstorming. ## Key Features - Scope-focused workflow aligned to: Generates professional market research reports by analyzing business intent, decision levels, and conducting multi-source data retrieval (Web, PubMed, Clinical Trials). - Packaged executable path(s): `scripts/research_orchestrator.py`. - Reference material available in `references/` for task-specific guidance. - Structured execution path designed to keep outputs consistent and reviewable. ## Dependencies - `Python`: `3.10+`. Repository baseline for current packaged skills. - `Third-party packages`: `not explicitly version-pinned in this skill package`. Add pinned versions if this skill needs stricter environment control. ## Example Usage ```bash cd "20260316/scientific-skills/Others/market-research-report-generator" python -m py_compile scripts/research_orchestrator.py python scripts/research_orchestrator.py --help ``` Example run plan: 1. Confirm the user input, output path, and any required config values. 2. Edit the in-file `CONFIG` block or documented parameters if the script uses fixed settings. 3. Run `python scripts/research_orchestrator.py` with the validated inputs. 4. Review the generated output and return the final artifact with any assumptions called out. ## Implementation Details See `## Workflow` above for related details. - Execution model: validate the request, choose the packaged workflow, and produce a bounded deliverable. - Input controls: confirm the source files, scope limits, output format, and acceptance criteria before running any script. - Primary implementation surface: `scripts/research_orchestrator.py`. - Reference guidance: `references/` contains supporting rules, prompts, or checklists. - Parameters to clarify first: input path, output path, scope filters, thresholds, and any domain-specific constraints. - Output discipline: keep results reproducible, identify assumptions explicitly, and avoid undocumented side effects. ## Input - `topic` (required): The main subject of the research (e.g., "Low-altitude economy", "Humanoid robots"). - `requirements` (optional): Specific focus areas or constraints. ## Output - A Markdown report containing Executive Summary, Market Overview, Competitive Landscape, Technical/Clinical Analysis, and Strategic Recommendations. ## Workflow ### 1. Intent & Strategy Analysis First, analyze the user's request to determine the business intent and the target audience's decision-making level. - **Intent Analysis**: Classify the request into categories like Market Entry, Investment, or Product Strategy. Refer to `references/intent_classification.md` for guidelines. - **Decision Level**: Determine if the report is for C-Level (strategic, concise), VP/Director (tactical, detailed), or R&D (technical). Refer to `references/decision_level.md`. ### 2. Core Question Generation Based on the intent and level, generate 5-7 core questions that the research must answer. - For Investment reports, focus on ROI, CAGR, and risks. - For Product Strategy, focus on features, competitors, and user needs. - For C-Level, prioritize high-level trends and financial impact. ### 3. Data Collection (Multi-Source) You must collect data from multiple sources to ensure accuracy and depth. **Do NOT make up data.** Use the following tools: #### A. General Market Search (If available) If the environment provides a web search capability (e.g., `WebSearch` tool): - Generate 3-5 distinct search queries based on the Core Questions. - Find market size, trends, and news. #### B. Clinical/Medical Search (If applicable) If the topic is related to healthcare, medicine, or bio-tech: - **Unified Database Search**: Use the provided script to query both `clinicaltrials.gov` and `PubMed` simultaneously. - Command: `python scripts/research_orchestrator.py '["query1", "query2"]'` - The script will return JSON data containing results from both sources. ### 4. Data Aggregation & Synthesis - Review all gathered information. - Cross-reference numbers (e.g., market size predictions) from different sources. - Highlight conflicts or uncertainties. ### 5. Report Generation Write the final report in Markdown. - **Tone**: Professional, objective, and aligned with the Decision Level (e.g., "Strategic & Direct" for C-Level). - **Structure**: 1. **Executive Summary**: Key findings and bottom-line recommendations (BLUF). 2. **Market Overview**: Size, growth (CAGR), and drivers. 3. **Competitive Landscape**: Key players and their market share/positioning. 4. **Technical/Clinical Analysis**: (If applicable) Technology maturity or clinical evidence. 5. **Strategic Recommendations**: Actionable steps based on the Intent. ## Quality Rules - **QR-INTENT-001**: The report must directly address the identified Business Intent. - **QR-LEVEL-001**: The language complexity must match the Decision Level. - **QR-SOURCE-001**: You must cite sources (e.g., "According to Gartner...", "ClinicalTrials.gov data shows..."). ## When Not to Use - Do not use this skill when the required source data, identifiers, files, or credentials are missing. - Do not use this skill when the user asks for fabricated results, unsupported claims, or out-of-scope conclusions. - Do not use this skill when a simpler direct answer is more appropriate than the documented workflow. ## Required Inputs - A clearly specified task goal aligned with the documented scope. - All required files, identifiers, parameters, or environment variables before execution. - Any domain constraints, formatting requirements, and expected output destination if applicable. ## Output Contract - Return a structured deliverable that is directly usable without reformatting. - If a file is produced, prefer a deterministic output name such as `market_research_report_generator_result.md` unless the skill documentation defines a better convention. - Include a short validation summary describing what was checked, what assumptions were made, and any remaining limitations. ## Validation and Safety Rules - Validate required inputs before execution and stop early when mandatory fields or files are missing. - Do not fabricate measurements, references, findings, or conclusions that are not supported by the provided source material. - Emit a clear warning when credentials, privacy constraints, safety boundaries, or unsupported requests affect the result. - Keep the output safe, reproducible, and within the documented scope at all times. ## Failure Handling - If validation fails, explain the exact missing field, file, or parameter and show the minimum fix required. - If an external dependency or script fails, surface the command path, likely cause, and the next recovery step. - If partial output is returned, label it clearly and identify which checks could not be completed. ## Quick Validation Run this minimal verification path before full execution when possible: ```bash python scripts/research_orchestrator.py --help ``` Expected output format: ```text Result file: market_research_report_generator_result.md Validation summary: PASS/FAIL with brief notes Assumptions: explicit list if any ```
Related Skills
two-sample-mr-research-planner
Generates complete two-sample Mendelian randomization (MR) research designs from a user-provided research direction. Use when users want to design, plan, or build a study using two-sample MR to test causal relationships. Triggers:"design a two-sample MR study", "build a publishable MR paper", "test whether this biomarker causally affects this disease", "generate Lite/Standard/Advanced MR plans", "screen multiple exposures with MR", "bidirectional MR design", "causal inference using GWAS summary statistics", or "I want to study X and Y using MR". Always outputs four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.
research-proposal-generator
Generates a comprehensive research proposal design based on input literature, including hypothesis, mechanism verification, and budget. Use when the user wants to design a research project from a paper.
research-grants
Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan's NSTC when you need agency-compliant narratives, budgets, and review-criteria alignment for a specific solicitation/FOA/BAA.
non-tumor-ml-research-planner
Generates complete non-tumor biomedical machine learning research designs from a user-provided research direction. Always use this skill when users want to plan bioinformatics + ML papers for non-cancer diseases (metabolic, cardiovascular, kidney, inflammatory, autoimmune, infectious, neurological, endocrine, wound healing, chronic multifactor), design diagnostic biomarker studies, combine GEO datasets with feature selection and ML modeling, or generate Lite/Standard/Advanced/Publication+ workload plans. Trigger for:"non-tumor ML study", "bioinformatics paper outside oncology", "key genes and diagnostic model for a disease", "pyroptosis/ferroptosis/senescence/autophagy + disease", "GEO datasets + machine learning", "RF + LASSO diagnostic model", "DEG + feature selection + validation", "immune infiltration + biomarker", "non-cancer biomarker paper". Trigger even for casual phrasings like "I want to study X using machine learning", "help me design a non-tumor bioinformatics paper", or "how do I build a diagnostic model for disease Y".
network-tox-docking-research-planner
Generates complete network toxicology + molecular docking research designs from a user-provided toxicant and disease/phenotype. Always use this skill when users want to investigate how an environmental toxicant, endocrine disruptor, heavy metal, food contaminant, pharmaceutical residue, or consumer product chemical may contribute to a disease through shared molecular targets, hub genes, pathways, and docking evidence. Trigger for:"network toxicology study", "toxicology mechanism paper", "target prediction + PPI + docking", "environmental pollutant and disease mechanism", "hub genes and docking for toxicant", "Lite/Standard/Advanced toxicology plan", "CTD + SwissTargetPrediction + GeneCards + STRING", "CB-Dock2 docking study", "triclosan/BPA/cadmium/PFAS + disease". Also triggers for Chinese phrasings:"网络毒理学研究设计"、"毒物机制论文"、"靶点预测+PPI+对接"、"环境污染物与疾病机制". Trigger even for casual phrasings like "I want to study how chemical X affects disease Y" or "help me design a toxicology paper". Always output four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.
clinic-research-design
Generates a structured prompt framework for clinical study protocols. Supports Diagnostic, Efficacy, Etiology, and Prognosis studies. Calculates sample size and provides logic guides for LLMs.
basic-research-design
A biomedical research topic designer that generates progressive experimental subtitles and detailed research outlines based on a given subject. Use when the user wants to design a research proposal, outline experiments for a topic, or structure a biomedical study.
short-video-script-generator
Generate popular science short video scripts based on topic, duration, and style. Invoke when the user needs to create scripts for short science videos.
plan-generator
Automatically generates a Markdown final-exam review plan or lab experiment schedule when you provide a date range, tasks/items, and available daily hours (via interactive prompts or a one-time JSON input).
paper-tweet-generator
Generates a structured reading tweet from an academic paper (PDF, Word, or Text), highlighting specific product advantages. Use when the user wants to turn a document into a social media post or reading summary.
meeting-minutes-generator
Generates structured meeting minutes from text transcripts. Use when the user provides text content and wants a structured summary with a signature.
medical-case-report-generator
Generates a patient-friendly medical case report tweet from case images and disease name. Use when the user provides a medical case image and wants a structured report or tweet.