Generates professional market research reports by analyzing business intent, decision levels, and conducting multi-source data retrieval (Web, PubMed, Clinical Trials).
51
56%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/market-research-report-generator/SKILL.mdThis 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.
scripts/research_orchestrator.py.references/ for task-specific guidance.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.cd "20260316/scientific-skills/Others/market-research-report-generator"
python -m py_compile scripts/research_orchestrator.py
python scripts/research_orchestrator.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/research_orchestrator.py with the validated inputs.See ## Workflow above for related details.
scripts/research_orchestrator.py.references/ contains supporting rules, prompts, or checklists.topic (required): The main subject of the research (e.g., "Low-altitude economy", "Humanoid robots").requirements (optional): Specific focus areas or constraints.First, analyze the user's request to determine the business intent and the target audience's decision-making level.
references/intent_classification.md for guidelines.references/decision_level.md.Based on the intent and level, generate 5-7 core questions that the research must answer.
You must collect data from multiple sources to ensure accuracy and depth. Do NOT make up data. Use the following tools:
If the environment provides a web search capability (e.g., WebSearch tool):
If the topic is related to healthcare, medicine, or bio-tech:
clinicaltrials.gov and PubMed simultaneously.
python scripts/research_orchestrator.py '["query1", "query2"]'Write the final report in Markdown.
market_research_report_generator_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/research_orchestrator.py --helpExpected output format:
Result file: market_research_report_generator_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.