Deep Research Methodology
Systematic approach to web-based research for architecture and product decisions. Use this skill whenever generating market research, competitor analysis, pitch decks, cost estimates, or technology evaluations.
When to Use This Skill
- Generating competitor analysis or market landscape
- Estimating market size (TAM/SAM/SOM)
- Validating technology choices against current ecosystem
- Producing investor-facing materials with market data
- Updating cost estimates with current pricing
Three-Phase Research Process
Phase 1: Discover (Broad Search)
Cast a wide net to identify the landscape:
Competitor search: Use WebSearch for:
"{product category}" alternatives
"{product category}" competitors 2025
"best {product category}" software
"{product category}" market leaders
Market sizing search: Use WebSearch for:
"{product category}" market size 2025
"{product category}" TAM SAM
"{industry}" market report
"{product category}" growth rate forecast
Funding/trends search: Use WebSearch for:
"{product category}" startup funding 2024 2025
"{product category}" trends
"{competitor name}" funding round
Collect 10-15 relevant URLs from search results for Phase 2.
Phase 2: Verify (Targeted Validation)
Drill into specific sources to extract and verify data:
For each competitor found — Use WebFetch to:
- Visit their homepage → extract value proposition, target audience
- Visit pricing page → extract pricing tiers, free tier limits
- Visit about page → extract founding date, team size, funding
For market size claims — Cross-reference with 2+ sources:
- Industry reports (Gartner, Statista, Grand View Research)
- Press articles citing market data
- If sources conflict, note the range and which source is more authoritative
For funding data — Check:
- Crunchbase profiles
- TechCrunch or press release announcements
- LinkedIn company pages for employee count estimates
For technology claims — Verify:
- GitHub star counts (WebFetch
github.com/{repo})
- npm download counts for packages
- Stack Overflow survey data
Phase 3: Synthesize (Structured Output)
Organize findings into a clear, actionable document:
Confidence tagging — Mark every data point:
[Verified] — Confirmed via direct source (pricing page, press release, report)
[Estimated] — Based on partial data or extrapolation
[Inferred] — Based on training data, not web-verified
Source citation — For every verified claim:
Market size: $4.2B in 2025 [Verified]
Source: Grand View Research, "Collaboration Software Market Report 2025"
URL: https://example.com/report
Data freshness — Note when data was published:
Last verified: March 2025
Source published: January 2025
Structured tables — Present competitor data as scannable tables:
| Competitor |
Pricing |
Funding |
Key Feature |
Weakness |
| {name} |
{tier} |
{$Xm} |
{feature} |
{gap} |
Phase 4: Advanced Analysis
Calculate quantified metrics beyond basic research:
Competitive Momentum Scoring (0-100 scale)
- Funding growth trajectory: How much faster are they growing in capital? (+50% = high acceleration)
- Hiring velocity: Engineers added per year relative to current team
- Release frequency: How often do they ship? (Weekly = active, Monthly = maintenance mode)
- Formula: (Funding growth × 0.35) + (Hiring velocity × 0.35) + (Release frequency × 0.3)
- Result: Identifies threats by acceleration, not just current size
Feature Parity Scoring (0-100 scale)
- Count features in each category vs competitors
- Calculate: (Our Features / Avg Competitor Features) × 100
- <50% = Playing catch-up
- 50-80% = Competitive, can win on execution
- 80%+ = Feature parity, differentiate elsewhere
Market Sizing with Confidence Intervals
- Weight multiple sources by credibility: Gartner (0.4) > Statista (0.3) > Blog (0.15) > Extrapolation (0.15)
- Calculate weighted average, not just averaging estimates
- Provide range (80% confidence): If sources suggest $3.8B-$4.8B, report the range
- Sensitivity: "If market grows 8% vs 12% vs 18% CAGR, our 3-year opportunity is..."
- Output: "$4.2B TAM ($3.8B-$4.8B range)" not "$4.2B TAM"
Research Quality Rules
- ALWAYS use WebSearch before making market size, competitor, or pricing claims
- ALWAYS cite sources with URLs for every verified data point
- NEVER present estimated data as verified fact — use confidence tags
- If WebSearch is unavailable, explicitly state:
"Note: Based on training data as of [date]. Live web search was not available. Data should be independently verified before use in investor materials."
- Prefer recent sources — prioritize data from the last 12 months
- Cross-reference critical claims with 2+ independent sources
- Use WebFetch on competitor websites directly — don't rely solely on third-party descriptions
- Note limitations — if a competitor's pricing page requires login, note "pricing not publicly available"
Output Structure Template
# [Research Topic] — Deep Research Report
**Project**: [Project name from SDL]
**Researched**: [Today's date]
**Web search**: [Used / Not available]
## Executive Summary
[3-5 key findings]
## Competitor Landscape
[Table of competitors with verified data]
## Market Sizing
[TAM/SAM/SOM with sources]
## Feature Comparison Matrix
[Our product vs competitors across key dimensions]
## Opportunity Gaps
[Underserved areas competitors miss]
## Technology Landscape
[Relevant tech trends and adoption]
## Sources
[Numbered list of all URLs referenced]
Integration with Other Commands
This skill is automatically loaded by:
/architect:deep-research — Full standalone research report
/architect:cost-estimate — For verifying current cloud/service pricing
- Referenced by Ideation Playbook actions (Market Research, Pitch Deck)
Other commands can reference this skill when they need web-verified data:
### Step N: Load Skills
Load **deep-research** skill for web research methodology
1---2name: deep-research3description: Structured web research methodology for market analysis, competitor research, and technology evaluation. Ensures research uses live web data with source citations and confidence tags.4---56# Deep Research Methodology78Systematic approach to web-based research for architecture and product decisions. Use this skill whenever generating market research, competitor analysis, pitch decks, cost estimates, or technology evaluations.910---1112## When to Use This Skill1314- Generating competitor analysis or market landscape15- Estimating market size (TAM/SAM/SOM)16- Validating technology choices against current ecosystem17- Producing investor-facing materials with market data18- Updating cost estimates with current pricing1920---2122## Three-Phase Research Process2324### Phase 1: Discover (Broad Search)2526Cast a wide net to identify the landscape:27281. **Competitor search**: Use WebSearch for:29 - `"{product category}" alternatives`30 - `"{product category}" competitors 2025`31 - `"best {product category}" software`32 - `"{product category}" market leaders`33342. **Market sizing search**: Use WebSearch for:35 - `"{product category}" market size 2025`36 - `"{product category}" TAM SAM`37 - `"{industry}" market report`38 - `"{product category}" growth rate forecast`39403. **Funding/trends search**: Use WebSearch for:41 - `"{product category}" startup funding 2024 2025`42 - `"{product category}" trends`43 - `"{competitor name}" funding round`44454. **Collect 10-15 relevant URLs** from search results for Phase 2.4647### Phase 2: Verify (Targeted Validation)4849Drill into specific sources to extract and verify data:50511. **For each competitor found** — Use WebFetch to:52 - Visit their homepage → extract value proposition, target audience53 - Visit pricing page → extract pricing tiers, free tier limits54 - Visit about page → extract founding date, team size, funding55562. **For market size claims** — Cross-reference with 2+ sources:57 - Industry reports (Gartner, Statista, Grand View Research)58 - Press articles citing market data59 - If sources conflict, note the range and which source is more authoritative60613. **For funding data** — Check:62 - Crunchbase profiles63 - TechCrunch or press release announcements64 - LinkedIn company pages for employee count estimates65664. **For technology claims** — Verify:67 - GitHub star counts (WebFetch `github.com/{repo}`)68 - npm download counts for packages69 - Stack Overflow survey data7071### Phase 3: Synthesize (Structured Output)7273Organize findings into a clear, actionable document:74751. **Confidence tagging** — Mark every data point:76 - `[Verified]` — Confirmed via direct source (pricing page, press release, report)77 - `[Estimated]` — Based on partial data or extrapolation78 - `[Inferred]` — Based on training data, not web-verified79802. **Source citation** — For every verified claim:81 ```82 Market size: $4.2B in 2025 [Verified]83 Source: Grand View Research, "Collaboration Software Market Report 2025"84 URL: https://example.com/report85 ```86873. **Data freshness** — Note when data was published:88 ```89 Last verified: March 202590 Source published: January 202591 ```92934. **Structured tables** — Present competitor data as scannable tables:9495 | Competitor | Pricing | Funding | Key Feature | Weakness |96 |-----------|---------|---------|-------------|----------|97 | {name} | {tier} | {$Xm} | {feature} | {gap} |9899### Phase 4: Advanced Analysis100101Calculate quantified metrics beyond basic research:1021031. **Competitive Momentum Scoring** (0-100 scale)104 - Funding growth trajectory: How much faster are they growing in capital? (+50% = high acceleration)105 - Hiring velocity: Engineers added per year relative to current team106 - Release frequency: How often do they ship? (Weekly = active, Monthly = maintenance mode)107 - Formula: (Funding growth × 0.35) + (Hiring velocity × 0.35) + (Release frequency × 0.3)108 - Result: Identifies threats by acceleration, not just current size1091102. **Feature Parity Scoring** (0-100 scale)111 - Count features in each category vs competitors112 - Calculate: (Our Features / Avg Competitor Features) × 100113 - <50% = Playing catch-up114 - 50-80% = Competitive, can win on execution115 - 80%+ = Feature parity, differentiate elsewhere1161173. **Market Sizing with Confidence Intervals**118 - Weight multiple sources by credibility: Gartner (0.4) > Statista (0.3) > Blog (0.15) > Extrapolation (0.15)119 - Calculate weighted average, not just averaging estimates120 - Provide range (80% confidence): If sources suggest $3.8B-$4.8B, report the range121 - Sensitivity: "If market grows 8% vs 12% vs 18% CAGR, our 3-year opportunity is..."122 - Output: "$4.2B TAM ($3.8B-$4.8B range)" not "$4.2B TAM"123124---125126## Research Quality Rules1271281. **ALWAYS use WebSearch** before making market size, competitor, or pricing claims1292. **ALWAYS cite sources** with URLs for every verified data point1303. **NEVER present estimated data as verified fact** — use confidence tags1314. **If WebSearch is unavailable**, explicitly state:132 > "Note: Based on training data as of [date]. Live web search was not available. Data should be independently verified before use in investor materials."1335. **Prefer recent sources** — prioritize data from the last 12 months1346. **Cross-reference** critical claims with 2+ independent sources1357. **Use WebFetch** on competitor websites directly — don't rely solely on third-party descriptions1368. **Note limitations** — if a competitor's pricing page requires login, note "pricing not publicly available"137138---139140## Output Structure Template141142```markdown143# [Research Topic] — Deep Research Report144145**Project**: [Project name from SDL]146**Researched**: [Today's date]147**Web search**: [Used / Not available]148149## Executive Summary150[3-5 key findings]151152## Competitor Landscape153[Table of competitors with verified data]154155## Market Sizing156[TAM/SAM/SOM with sources]157158## Feature Comparison Matrix159[Our product vs competitors across key dimensions]160161## Opportunity Gaps162[Underserved areas competitors miss]163164## Technology Landscape165[Relevant tech trends and adoption]166167## Sources168[Numbered list of all URLs referenced]169```170171---172173## Integration with Other Commands174175This skill is automatically loaded by:176- `/architect:deep-research` — Full standalone research report177- `/architect:cost-estimate` — For verifying current cloud/service pricing178- Referenced by Ideation Playbook actions (Market Research, Pitch Deck)179180Other commands can reference this skill when they need web-verified data:181```182### Step N: Load Skills183Load **deep-research** skill for web research methodology184```