Skill 詳細
market-researcher-agent
Market research supports marketing but is broader business analysis.
使用前に確認
自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。
SKILL.md
これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。
---
name: market-researcher-agent
description: >
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.
---
# 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": GitHub で全文を読む (外部ページ)