AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Market Research

skill-tuliosousapro-saas-blueprint-market-research · by tuliosousapro

Deep web research skill using Firecrawl MCP. Use when estimating market size (TAM/SAM/SOM), analyzing trends, or scraping competitors. For competitor teardowns, see competitor-analysis.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-tuliosousapro-saas-blueprint-market-research

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tuliosousapro-saas-blueprint-market-research)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Market Research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Market Research Skill

When to Use

  • During Phase 0 (Idea) → Market Research, Competitor Analysis, Opportunity Mapping
  • During Phase 1 (Validation) → Demand Testing
  • Any time you need structured intelligence about a market, niche, or competitor

Tools Required

| Tool | Purpose | |------|---------| | firecrawl_search | Web search for market data, trends, competitors | | firecrawl_scrape | Extract structured data from specific pages | | firecrawl_extract | Pull pricing, features, positioning from competitor sites | | firecrawl_map | Discover all pages on a competitor's site |

Instructions

1. Define Research Scope

Before starting any research, clarify with the user:

  • Market/Industry: What space are we researching?
  • Geography: Global, US, EU, LATAM, specific country?
  • Depth: Quick scan (30 min) or deep dive (2+ hours)?
  • Focus: TAM estimation, competitor landscape, trend signals, or all three?

2. TAM/SAM/SOM Estimation

Execute these searches in parallel:

firecrawl_search: "{industry} market size 2024 2025 report"
firecrawl_search: "{industry} SaaS revenue growth forecast"
firecrawl_search: "{niche} total addressable market"

Structure the output as: | Metric | Value | Source | Confidence | |--------|-------|--------|------------| | TAM | $X B | {source} | High/Med/Low | | SAM | $X M | {source} | High/Med/Low | | SOM | $X M | {source} | High/Med/Low |

3. Competitor Landscape

For each competitor identified:

firecrawl_extract:
  urls: ["{competitor_url}"]
  prompt: "Extract: company name, tagline, pricing tiers, key features, target audience, tech stack indicators"
  schema: {
    name: string,
    tagline: string,
    pricing: [{ tier: string, price: string, features: [string] }],
    target_audience: string,
    key_features: [string]
  }

Compile into a comparison matrix: | Feature | Competitor A | Competitor B | Competitor C | Our Opportunity | |---------|-------------|-------------|-------------|-------------------|

4. Trend Analysis

Search for:

firecrawl_search: "{industry} trends 2025 2026"
firecrawl_search: "{niche} emerging technology"
firecrawl_search: "{industry} pain points users complain"

Categorize trends as:

  • Tailwinds (market forces working in our favor)
  • Headwinds (forces working against us)
  • Wildcards (unpredictable but high-impact)

5. Output Format

Save all research to the relevant PLAYBOOK.md directory as RESEARCH.md with:

  1. Executive Summary (3 sentences max)
  2. TAM/SAM/SOM table
  3. Competitor matrix
  4. Trend analysis (tailwinds/headwinds/wildcards)
  5. Key insight + recommended action
  6. Sources list with URLs

Quality Gates

  • Minimum 3 independent sources for any TAM claim
  • Competitor data must be scraped, not assumed
  • All monetary values must include year and currency
  • Trends must be dated (no stale 2022 data presented as current)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.