Entry point: /faion-net — invoke this skill for automatic routing to the appropriate domain.
Market Research Domain Skill
Communication: User's language. Docs: English.
Purpose
Market research and business analysis for product/startup development. Handles market sizing, competitor intelligence, pricing benchmarking, trend analysis, niche evaluation, and business model planning.
Context Discovery
Auto-Investigation
| Signal |
Check For |
Why |
.aidocs/product_docs/ |
Market research docs, competitor analysis |
Research artifacts |
| Business plan |
TAM/SAM/SOM calculations |
Market sizing done |
| Competitor docs |
Competitor profiles, SWOT |
Competitive intel |
| Pricing sheets |
Pricing models, benchmarks |
Pricing research |
| Trend reports |
Market trends, forecasts |
Trend analysis |
Discovery Questions
questions:
- question: "What research do you need?"
options:
- label: "Market size (TAM/SAM/SOM)"
description: "Use market-research-tam-sam-som"
- label: "Competitor analysis"
description: "Use competitor-analysis, competitive-intelligence-methods"
- label: "Pricing research"
description: "Use pricing-research"
- label: "Trend analysis"
description: "Use trend-analysis"
- question: "What's your business stage?"
options:
- label: "Idea validation"
description: "Use market-research-tam-sam-som, niche-evaluation"
- label: "Pre-launch planning"
description: "Use competitor-analysis, pricing-research"
- label: "Growth stage"
description: "Use trend-analysis, competitive-intelligence"
- question: "Do you have existing market data?"
options:
- label: "Yes, need to update"
description: "Update existing research docs"
- label: "Partial data"
description: "Fill gaps with targeted research"
- label: "No data yet"
description: "Start with market-research-tam-sam-som"
Quick Reference
| Research Area |
Key Files |
| Market Sizing |
market-research-tam-sam-som.md, market-sizing-with-ai.md, market-analysis.md |
| Competitors |
competitor-analysis.md, competitive-intelligence-methods.md, competitive-intelligence.md |
| Pricing |
pricing-research.md, business-model-planning.md |
| Trends |
trend-analysis.md, product-development-trends-2026.md |
| Niche |
niche-evaluation.md, business-model-research.md |
| Ideas |
idea-generation.md, idea-generation-methods.md |
| Tools |
ai-research-tools.md, perplexity-ai-research.md |
Decision Tree
| If you need... |
Use |
| Market size (TAM/SAM/SOM) |
market-research-tam-sam-som.md |
| Competitor landscape |
competitor-analysis.md, competitive-intelligence-methods.md |
| Pricing benchmarks |
pricing-research.md |
| Market trends |
trend-analysis.md |
| Niche viability |
niche-evaluation.md |
| Business model options |
business-model-planning.md, business-model-research.md |
| Generate ideas |
idea-generation.md, idea-generation-methods.md |
| Distribution strategy |
distribution-channel-research.md |
| Risk assessment |
risk-assessment.md |
| Project naming |
naming-and-domains.md |
Research Modes
| Mode |
Output |
Files Used |
| market |
market-research.md |
market-research-tam-sam-som.md, market-analysis.md |
| competitors |
competitive-analysis.md |
competitor-analysis.md, competitive-intelligence-methods.md |
| pricing |
pricing-research.md |
pricing-research.md, business-model-planning.md |
| niche |
niche-evaluation.md |
niche-evaluation.md, business-model-research.md |
| trends |
trend-analysis.md |
trend-analysis.md, product-development-trends-2026.md |
| ideas |
idea-candidates.md |
idea-generation.md, idea-generation-methods.md |
Methodologies (22)
Market Analysis (5)
- TAM/SAM/SOM framework
- Market sizing with AI
- Market opportunity assessment
- Trend analysis
- Continuous discovery
Competitive Intelligence (3)
- Competitor analysis
- Competitive intelligence gathering
- Competitive intelligence methods
Business Planning (5)
- Business model research
- Business model planning
- Niche evaluation
- Risk assessment
- Distribution channel research
Pricing Strategy (1)
- Pricing research & benchmarking
Idea Generation (3)
- Idea generation (7 Ps framework)
- Idea generation methods
- Product development trends
Tools & Methods (5)
- AI research tools
- AI research tool categories
- Perplexity AI research
- Naming & domains
- Product development trends 2026
Key Frameworks
| Framework |
Purpose |
File |
| TAM/SAM/SOM |
Market sizing (top-down/bottom-up) |
market-research-tam-sam-som.md |
| Porter's Five Forces |
Competitive dynamics |
competitive-intelligence-methods.md |
| 7 Ps |
Idea generation |
idea-generation-methods.md |
| Niche Scoring |
Viability assessment (5 criteria) |
niche-evaluation.md |
| Business Model Canvas |
Model planning |
business-model-planning.md |
Output Files
All outputs go to .aidocs/product_docs/:
| Module |
Output File |
| Market Research |
market-research.md |
| Competitors |
competitive-analysis.md |
| Pricing |
pricing-research.md |
| Niche |
niche-evaluation.md |
| Ideas |
idea-candidates.md |
| Trends |
trend-analysis.md |
Integration
Parent Skill
Orchestrated by faion-researcher skill.
Related Sub-Skills
- faion-user-researcher - User personas, interviews, validation
Next Steps
After market research complete:
- User research →
faion-user-researcher
- GTM planning →
faion-marketing-manager
- Product spec →
faion-sdd
faion-market-researcher v1.0
Sub-skill of faion-researcher
22 methodologies | Market & Business Intelligence
1---2name: faion-market-researcher3description: Market research: TAM/SAM/SOM sizing, competitor analysis, pricing research, trend analysis.4---5> **Entry point:** `/faion-net` — invoke this skill for automatic routing to the appropriate domain.
6
7# Market Research Domain Skill
8
9**Communication: User's language. Docs: English.**
10
11## Purpose
12
13Market research and business analysis for product/startup development. Handles market sizing, competitor intelligence, pricing benchmarking, trend analysis, niche evaluation, and business model planning.
14
15---
16
17## Context Discovery
18
19### Auto-Investigation
20
21| Signal | Check For | Why |
22|--------|-----------|-----|
23| `.aidocs/product_docs/` | Market research docs, competitor analysis | Research artifacts |
24| Business plan | TAM/SAM/SOM calculations | Market sizing done |
25| Competitor docs | Competitor profiles, SWOT | Competitive intel |
26| Pricing sheets | Pricing models, benchmarks | Pricing research |
27| Trend reports | Market trends, forecasts | Trend analysis |
28
29### Discovery Questions
30
31```yaml
32questions:
33 - question: "What research do you need?"
34 options:
35 - label: "Market size (TAM/SAM/SOM)"
36 description: "Use market-research-tam-sam-som"
37 - label: "Competitor analysis"
38 description: "Use competitor-analysis, competitive-intelligence-methods"
39 - label: "Pricing research"
40 description: "Use pricing-research"
41 - label: "Trend analysis"
42 description: "Use trend-analysis"
43
44 - question: "What's your business stage?"
45 options:
46 - label: "Idea validation"
47 description: "Use market-research-tam-sam-som, niche-evaluation"
48 - label: "Pre-launch planning"
49 description: "Use competitor-analysis, pricing-research"
50 - label: "Growth stage"
51 description: "Use trend-analysis, competitive-intelligence"
52
53 - question: "Do you have existing market data?"
54 options:
55 - label: "Yes, need to update"
56 description: "Update existing research docs"
57 - label: "Partial data"
58 description: "Fill gaps with targeted research"
59 - label: "No data yet"
60 description: "Start with market-research-tam-sam-som"
61```
62
63---
64
65## Quick Reference
66
67| Research Area | Key Files |
68|---------------|-----------|
69| **Market Sizing** | market-research-tam-sam-som.md, market-sizing-with-ai.md, market-analysis.md |
70| **Competitors** | competitor-analysis.md, competitive-intelligence-methods.md, competitive-intelligence.md |
71| **Pricing** | pricing-research.md, business-model-planning.md |
72| **Trends** | trend-analysis.md, product-development-trends-2026.md |
73| **Niche** | niche-evaluation.md, business-model-research.md |
74| **Ideas** | idea-generation.md, idea-generation-methods.md |
75| **Tools** | ai-research-tools.md, perplexity-ai-research.md |
76
77---
78
79## Decision Tree
80
81| If you need... | Use |
82|---------------|-----|
83| Market size (TAM/SAM/SOM) | market-research-tam-sam-som.md |
84| Competitor landscape | competitor-analysis.md, competitive-intelligence-methods.md |
85| Pricing benchmarks | pricing-research.md |
86| Market trends | trend-analysis.md |
87| Niche viability | niche-evaluation.md |
88| Business model options | business-model-planning.md, business-model-research.md |
89| Generate ideas | idea-generation.md, idea-generation-methods.md |
90| Distribution strategy | distribution-channel-research.md |
91| Risk assessment | risk-assessment.md |
92| Project naming | naming-and-domains.md |
93
94---
95
96## Research Modes
97
98| Mode | Output | Files Used |
99|------|--------|------------|
100| market | market-research.md | market-research-tam-sam-som.md, market-analysis.md |
101| competitors | competitive-analysis.md | competitor-analysis.md, competitive-intelligence-methods.md |
102| pricing | pricing-research.md | pricing-research.md, business-model-planning.md |
103| niche | niche-evaluation.md | niche-evaluation.md, business-model-research.md |
104| trends | trend-analysis.md | trend-analysis.md, product-development-trends-2026.md |
105| ideas | idea-candidates.md | idea-generation.md, idea-generation-methods.md |
106
107---
108
109## Methodologies (22)
110
111### Market Analysis (5)
112- TAM/SAM/SOM framework
113- Market sizing with AI
114- Market opportunity assessment
115- Trend analysis
116- Continuous discovery
117
118### Competitive Intelligence (3)
119- Competitor analysis
120- Competitive intelligence gathering
121- Competitive intelligence methods
122
123### Business Planning (5)
124- Business model research
125- Business model planning
126- Niche evaluation
127- Risk assessment
128- Distribution channel research
129
130### Pricing Strategy (1)
131- Pricing research & benchmarking
132
133### Idea Generation (3)
134- Idea generation (7 Ps framework)
135- Idea generation methods
136- Product development trends
137
138### Tools & Methods (5)
139- AI research tools
140- AI research tool categories
141- Perplexity AI research
142- Naming & domains
143- Product development trends 2026
144
145---
146
147## Key Frameworks
148
149| Framework | Purpose | File |
150|-----------|---------|------|
151| **TAM/SAM/SOM** | Market sizing (top-down/bottom-up) | market-research-tam-sam-som.md |
152| **Porter's Five Forces** | Competitive dynamics | competitive-intelligence-methods.md |
153| **7 Ps** | Idea generation | idea-generation-methods.md |
154| **Niche Scoring** | Viability assessment (5 criteria) | niche-evaluation.md |
155| **Business Model Canvas** | Model planning | business-model-planning.md |
156
157---
158
159## Output Files
160
161All outputs go to `.aidocs/product_docs/`:
162
163| Module | Output File |
164|--------|-------------|
165| Market Research | market-research.md |
166| Competitors | competitive-analysis.md |
167| Pricing | pricing-research.md |
168| Niche | niche-evaluation.md |
169| Ideas | idea-candidates.md |
170| Trends | trend-analysis.md |
171
172---
173
174## Integration
175
176### Parent Skill
177Orchestrated by `faion-researcher` skill.
178
179### Related Sub-Skills
180- **faion-user-researcher** - User personas, interviews, validation
181
182### Next Steps
183After market research complete:
184- User research → `faion-user-researcher`
185- GTM planning → `faion-marketing-manager`
186- Product spec → `faion-sdd`
187
188---
189
190*faion-market-researcher v1.0*
191*Sub-skill of faion-researcher*
192*22 methodologies | Market & Business Intelligence*