market-researcher-agent

Use this skill to research markets, understand trends, find opportunities, and validate ideas. Triggers: "market research", "market analysis", "market opportunity", "market size", "TAM SAM SOM", "industry analysis", "market trends", "validate idea", "market validation", "customer research", "market sizing", "opportunity analysis" Outputs: Market report with size, trends, opportunities, competitive landscape.

10 stars

Best use case

market-researcher-agent is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use this skill to research markets, understand trends, find opportunities, and validate ideas. Triggers: "market research", "market analysis", "market opportunity", "market size", "TAM SAM SOM", "industry analysis", "market trends", "validate idea", "market validation", "customer research", "market sizing", "opportunity analysis" Outputs: Market report with size, trends, opportunities, competitive landscape.

Teams using market-researcher-agent 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

$curl -o ~/.claude/skills/market-researcher-agent/SKILL.md --create-dirs "https://raw.githubusercontent.com/michaelboeding/skills/main/skills/market-researcher-agent/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/market-researcher-agent/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How market-researcher-agent Compares

Feature / Agentmarket-researcher-agentStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use this skill to research markets, understand trends, find opportunities, and validate ideas. Triggers: "market research", "market analysis", "market opportunity", "market size", "TAM SAM SOM", "industry analysis", "market trends", "validate idea", "market validation", "customer research", "market sizing", "opportunity analysis" Outputs: Market report with size, trends, opportunities, competitive landscape.

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

SKILL.md Source

# Market Researcher Agent

Research markets and validate opportunities with comprehensive analysis.

**This skill uses 4 specialized agents** that analyze markets from different perspectives, then synthesizes into a complete market research report.

## What It Produces

| Output | Description |
|--------|-------------|
| **Market Size** | TAM, SAM, SOM estimates with methodology |
| **Trends Analysis** | Current trends and future outlook |
| **Competitive Landscape** | Key players and their positions |
| **Opportunities** | Gaps and opportunities identified |
| **Go/No-Go Recommendation** | Assessment of market attractiveness |

## Prerequisites

- Web access for research (browser tools)
- No API keys required

## Workflow

### Step 1: Define Research Scope (REQUIRED)

⚠️ **DO NOT skip this step. Use interactive questioning — ask ONE question at a time.**

#### Question Flow

⚠️ **Use the `AskUserQuestion` tool for each question below.** Do not just print questions in your response — use the tool to create interactive prompts with the options shown.

**Q1: Market**
> "I'll research this market for you! First — **what market or industry?**
> 
> *(e.g., 'smart home devices', 'pet food', 'B2B SaaS')*"

*Wait for response.*

**Q2: Product**
> "Do you have a **specific product or idea** you're exploring?
> 
> - Yes — describe it
> - No — just researching the market"

*Wait for response.*

**Q3: Geography**
> "What's the **geographic focus**?
> 
> - US only
> - North America
> - Europe
> - Global
> - Or specify regions"

*Wait for response.*

**Q4: Questions**
> "Any **specific questions** you want answered?
> 
> *(e.g., 'is this market growing?', 'who are the key players?', 'what's the market size?')*
> 
> Or say 'comprehensive analysis' for a full report."

*Wait for response.*

#### Quick Reference

| Question | Determines |
|----------|------------|
| Market | Industry and category focus |
| Product | Whether to include product-market fit analysis |
| Geography | Regional scope of research |
| Questions | Specific areas to emphasize |

---

### Step 2: Run Specialized Research Agents in Parallel

Deploy 4 agents, each researching a different dimension:

#### Agent 1: Trend Analyst
Focus: Market trends, growth trajectory, future outlook
```
Research:
- Current market size and growth rate
- Historical growth trends
- Future projections (3-5 years)
- Technology trends affecting the market
- Consumer behavior shifts
- Regulatory changes impacting the market
```

#### Agent 2: Consumer Researcher
Focus: Customer segments, behavior, needs
```
Research:
- Primary customer segments
- Customer demographics
- Buying behavior and preferences
- Pain points and unmet needs
- Willingness to pay
- Decision-making process
```

#### Agent 3: Industry Analyst
Focus: Market structure, players, dynamics
```
Research:
- Major players and market share
- Industry value chain
- Distribution channels
- Barriers to entry
- Supplier/buyer power
- Key success factors
```

#### Agent 4: Opportunity Finder
Focus: Gaps, opportunities, entry points
```
Research:
- Underserved segments
- Unmet needs
- Technology gaps
- Geographic white spaces
- Timing opportunities
- Disruption potential
```

---

### Step 3: Synthesize into Market Report

Combine all agent outputs into a structured report:

```json
{
  "market": {
    "name": "Market Name",
    "definition": "How we define this market",
    "geography": "Geographic scope",
    "year": "2026"
  },
  "market_size": {
    "tam": {
      "value": "$XX billion",
      "definition": "Total Addressable Market definition"
    },
    "sam": {
      "value": "$XX billion",
      "definition": "Serviceable Addressable Market definition"
    },
    "som": {
      "value": "$XX million",
      "definition": "Serviceable Obtainable Market definition"
    },
    "methodology": "How these were calculated",
    "sources": ["Source 1", "Source 2"]
  },
  "growth": {
    "current_cagr": "X%",
    "projected_cagr": "X% (2026-2030)",
    "growth_drivers": ["Driver 1", "Driver 2"],
    "growth_inhibitors": ["Inhibitor 1", "Inhibitor 2"]
  },
  "trends": [
    {
      "trend": "Trend name",
      "description": "What's happening",
      "impact": "High/Medium/Low",
      "timeframe": "Now/Near-term/Long-term"
    }
  ],
  "customer_segments": [
    {
      "segment": "Segment name",
      "size": "X% of market",
      "characteristics": "Key traits",
      "needs": ["Need 1", "Need 2"],
      "underserved": true
    }
  ],
  "competitive_landscape": {
    "market_structure": "Fragmented/Consolidated/Oligopoly",
    "key_players": [
      {
        "name": "Company",
        "market_share": "X%",
        "positioning": "How they're positioned",
        "strengths": ["Strength 1"],
        "weaknesses": ["Weakness 1"]
      }
    ],
    "barriers_to_entry": ["Barrier 1", "Barrier 2"]
  },
  "opportunities": [
    {
      "opportunity": "Opportunity name",
      "description": "What the opportunity is",
      "size": "Potential value",
      "difficulty": "Easy/Medium/Hard",
      "timing": "Why now"
    }
  ],
  "threats": [
    {
      "threat": "Threat name",
      "likelihood": "High/Medium/Low",
      "impact": "High/Medium/Low"
    }
  ],
  "recommendation": {
    "assessment": "Attractive/Moderate/Unattractive",
    "rationale": "Why this assessment",
    "suggested_positioning": "How to enter/compete",
    "key_success_factors": ["Factor 1", "Factor 2"]
  }
}
```

---

### Step 4: Deliver and Offer Deep Dives

**Delivery message:**

"✅ Market research complete!

**Market:** [Name]
**Size:** $XX billion (TAM) → $XX million (SOM)
**Growth:** X% CAGR

**Key Finding:** [Most important insight]

**Opportunity:** [Best opportunity identified]

**Recommendation:** [Go/Caution/No-Go] because [rationale]

**Want me to:**
- Deep dive on any segment?
- Research specific competitors?
- Explore a particular opportunity?
- Validate with additional sources?"

---

## Integration with Other Agents

| Agent | Use Case |
|-------|----------|
| `product-engineer-agent` | Design product for validated market |
| `competitive-intel-agent` | Deep competitive analysis |
| `pitch-deck-agent` | Use market data in investor deck |
| `brand-research-agent` | Understand competitor brands |
| `media-utils` | **Generate PDF report** from analysis |

---

## Generate PDF Report

After completing the analysis, offer to generate a PDF:

> "Would you like me to generate a **PDF report** of this market research?"

```bash
python3 ${CLAUDE_PLUGIN_ROOT}/skills/media-utils/scripts/report_to_pdf.py \
  --input market_research.md \
  --output market_research.pdf \
  --title "Market Research Report" \
  --style executive
```

---

## Agents

| Agent | File | Focus |
|-------|------|-------|
| Trend Analyst | `trend-analyst.md` | Growth, trends, future |
| Consumer Researcher | `consumer-researcher.md` | Customers, needs |
| Industry Analyst | `industry-analyst.md` | Players, structure |
| Opportunity Finder | `opportunity-finder.md` | Gaps, opportunities |

---

## Example Prompts

**Market sizing:**
> "What's the market size for smart pet feeders in the US?"

**Opportunity validation:**
> "Is there an opportunity in sustainable packaging for e-commerce?"

**Competitive landscape:**
> "Who are the major players in the CRM software market?"

**Trend analysis:**
> "What are the trends in the plant-based food market?"

Related Skills

xlsx

10
from michaelboeding/skills

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

walkthrough-script-agent

10
from michaelboeding/skills

Use this skill to generate walkthrough video scripts for app features. Triggers: "walkthrough script", "feature walkthrough", "app walkthrough script", "demo script", "video script for app", "feature tour script", "product walkthrough", "screen-by-screen script", "app feature scripts", "walkthrough narration", "tutorial script", "onboarding script", "feature highlight script" Outputs: Timed walkthrough scripts with narration, screen directions, and transitions for each app feature.

voice-generation

10
from michaelboeding/skills

Use this skill for AI text-to-speech generation. Triggers include: "generate voice", "create audio", "text to speech", "TTS", "read this aloud", "generate narration", "create voiceover", "synthesize speech", "podcast audio", "dialogue audio", "multi-speaker", "audiobook" Supports Google Gemini TTS, ElevenLabs, and OpenAI TTS.

video-producer-agent

10
from michaelboeding/skills

Use this skill to create complete videos with voiceover and music. Triggers: "create video", "product video", "explainer video", "promo video", "demo video", "training video", "ad video", "commercial", "marketing video", "video with voiceover", "video with music", "brand video", "testimonial video" Orchestrates: script, voiceover, background music, video clips/images, and final assembly.

video-generation

10
from michaelboeding/skills

Use this skill for AI video generation. Triggers include: "generate video", "create video", "make video", "animate", "text to video", "video from image", "video of", "animate image", "bring to life", "make it move", "add motion", "video with audio", "video with dialogue" Supports text-to-video, image-to-video, video with dialogue/audio using Google Veo 3.1 (default) or OpenAI Sora.

style-guide

10
from michaelboeding/skills

Analyze a codebase to extract its conventions, patterns, and style. Spawns specialized analyzer agents that each focus on one aspect (structure, naming, patterns, testing, frontend). Generates a comprehensive style guide that other skills can reference. Use when starting work on an unfamiliar codebase, or to create explicit documentation of implicit conventions.

social-producer-agent

10
from michaelboeding/skills

Use this skill to create multiple social media assets as a coordinated pack. Triggers: "social media content", "content pack", "social assets", "campaign assets", "instagram content", "tiktok content", "launch kit", "marketing kit", "content series", "social media kit", "multiple posts", "content calendar", "batch content" Orchestrates: multiple images, short videos, and audio for social platforms.

slide-generation

10
from michaelboeding/skills

Use this skill to create presentation slides from structured content. Triggers: "create slides", "generate presentation", "make powerpoint", "create pptx", "build slides", "presentation from content", "slide deck", "slides for" Outputs: PPTX files, Markdown slides, or HTML presentations. Used by: pitch-deck-agent, market-researcher-agent, and other agents needing slides.

sidequest

10
from michaelboeding/skills

Spawn a new Claude Code session in a separate terminal to work on a different task, optionally with context from the current session. Use when you need to work on something else without losing your current progress.

review-analyst-agent

10
from michaelboeding/skills

Use this skill to analyze product reviews, find common issues, and prioritize improvements. Triggers: "analyze reviews", "review analysis", "customer feedback", "what are people saying", "product reviews", "review sentiment", "find complaints", "customer complaints", "improvement recommendations", "voice of customer", "VOC analysis", "feedback analysis" Outputs: Prioritized issues, sentiment analysis, improvement recommendations.

react-to-ios

10
from michaelboeding/skills

Use React/React Native code as the source of truth and implement the equivalent feature in iOS/Swift. Understands the feature behavior, components, state management, and logic from React, then creates idiomatic iOS code that matches the target codebase's existing patterns. Use when porting features from React/React Native to native iOS or building native alternatives to web components.

product-engineer-agent

10
from michaelboeding/skills

Use this skill to design new products, iterate on product ideas, or develop product specifications. Triggers: "design product", "new product idea", "product concept", "product development", "product spec", "iterate on product", "product design", "invention", "prototype spec", "product requirements", "product engineering", "develop product" Outputs: Product specification, BOM estimate, feature breakdown, differentiation analysis.