/market-research
Deep market analysis for iOS/macOS apps including market sizing (TAM/SAM/SOM), growth trends, market maturity, entry barriers, distribution channels, and revenue potential. Use when user asks for market research, market size, market opportunity, growth potential, TAM/SAM/SOM, or
$ npx -y skills add rshankras/claude-code-apple-skills --skill market-research --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/market-research
Context preview
The summary Claude sees to decide when to auto-load this skill.
Deep market analysis for iOS/macOS apps including market sizing (TAM/SAM/SOM), growth trends, market maturity, entry barriers, distribution channels, and revenue potential. Use when user asks for market research, market size, market opportunity, growth potential, TAM/SAM/SOM, or
SKILL.md
market-research.SKILL.mdname: market-research
description: Deep market analysis for iOS/macOS apps including market sizing (TAM/SAM/SOM), growth trends, market maturity, entry barriers, distribution channels, and revenue potential. Use when user asks for market research, market size, market opportunity, growth potential, TAM/SAM/SOM, or market trends.
allowed-tools: [Read, Write, WebSearch, WebFetch, AskUserQuestion]
last_verified: 2026-07-16
review_by: 2027-06-22
Market Research Skill
Performs deep market research for iOS/macOS app ideas. Provides market sizing, growth analysis, and opportunity assessment.
When This Skill Activates
Use this Skill when the user wants to:
- Understand market size and potential
- Analyze market growth trends
- Calculate TAM/SAM/SOM
- Assess market maturity
- Identify entry barriers
- Understand distribution channels
- Estimate revenue potential
- Deep-dive after initial problem discovery
**This is a follow-up to the product-agent skill** — use this when you need market depth.
What This Skill Does
1. Market Sizing (TAM/SAM/SOM)
- **TAM (Total Addressable Market):** Total revenue opportunity if you captured 100% of the market
- **SAM (Serviceable Available Market):** Segment of TAM you can reach with your product/distribution
- **SOM (Serviceable Obtainable Market):** Realistic share you can capture in near term (1-3 years)
2. Growth Analysis
- Historical growth rates
- Future projections (3-5 years)
- Growth drivers
- Market trends
3. Market Maturity Assessment
- Stage: Emerging, Growing, Mature, or Declining
- Market lifecycle position
- Implications for new entrants
4. Entry Barriers
- Technical barriers
- Brand/network effects
- Regulatory requirements
- Capital requirements
- Customer acquisition costs
5. Distribution Channels
- How apps in this category reach users
- App Store dynamics
- Alternative channels (web, enterprise, etc.)
6. Revenue Potential
- Average revenue per user (ARPU)
- Conversion rates
- LTV (Lifetime Value)
- Revenue models in use
Output Structure
{
"market_category": "Task Management",
"market_sizing": {
"tam": {
"value": "$4.5B",
"description": "Global productivity software market",
"methodology": "Total potential revenue if product served all users globally"
},
"sam": {
"value": "$900M",
"description": "iOS/macOS task management apps (20% of TAM)",
"methodology": "Addressable via App Store distribution on Apple platforms"
},
"som": {
"value": "$45M",
"description": "Realistic 3-year capture (5% of SAM)",
"methodology": "Based on typical indie app market share penetration"
}
},
"market_growth": {
"historical_growth": "12% CAGR (2021-2025)",
"projected_growth": "10% CAGR (2026-2030)",
"growth_drivers": [
"Remote work adoption",
"Increased digital task management",
"Mobile-first workflows"
],
"headwinds": [
"Market saturation",
"Consolidation toward major players"
]
},
"market_maturity": {
"stage": "Mature",
"characteristics": [
"Established leaders (Todoist, Things)",
"Clear product categories",
"Slowing growth rate",
"Focus on feature differentiation"
],
"implications": "Differentiation critical. Hard to compete on basics. Must have unique angle."
},
"entry_barriers": {
"low": [
"Technical implementation (task management is straightforward)"
],
"medium": [
"Building user base in crowded market",
"Achieving reliable sync across devices"
],
"high": [
"Brand recognition (Todoist, Things have 10+ years)",
"Network effects (team collaboration features)",
"Customer switching costs (data lock-in)"
],
"overall_assessment": "Medium-High - Technical execution is achievable, but market position is difficult"
},
"distribution_channels": {
"primary": {
"channel": "App Store",
"percentage": "75%",
"dynamics": "Discoverability challenging. ASO critical. Top charts dominated by established apps."
},
"secondary": [
{
"channel": "Direct website",
"percentage": "15%",
"dynamics": "For power users. Allows higher pricing. Better for subscription retention."
},
{
"channel": "Word of mouth / Communities",
"percentage": "10%",
"dynamics": "Productivity communities, Reddit, Twitter. High-intent users."
}
]
},
"revenue_potential": {
"arpu": {
"freemium": "$12/year (5% convert at $20/year)",
"paid_only": "$30-40/year",
"premium": "$60-100/year"
},
"conversion_rates": {
"free_to_paid": "3-7% industry average",
"trial_to_paid": "15-25% with 14-day trial"
},
"ltv": "$150-300 (2-5 year user lifecycle)",
"realistic_year_1": "$50K-200K (1K-5K users at $40 ARPU)",
"realistic_year_3": "$500K-2M (10K-50K users with growth)",
"path_to_scale": "Requires strong differentiation, word-of-mouth growth, and retention >85%"
},
"market_opportunity_score": "6/10 - Moderate",
"reasoning": "Large market with growth, but mature and competitive. Success requires clear differentiation and excellent execution. Not a 'gold rush' market, but sustainable business possible for well-positioned product."
}How to Perform Market Research
Step 1: Define Market Scope
Question: What exact market are you analyzing?
- "Task management apps" (broad)
- "iOS task management apps" (narrower)
- "AI-powered task management for Apple users" (specific)
Start specific for better analysis.
Step 2: Size the Market (TAM/SAM/SOM)
**TAM Calculation:**
Method 1: Top-down
- Global productivity software market: $50B
- Task management segment: ~10% = $5B TAM
Method 2: Bottom-up
- Potential users globally: 500M knowledge workers
- Willing to pay for task management: 20% = 100M
- Average spend: $50/year
- TAM = 1
Read more
name: market-research description: Deep market analysis for iOS/macOS apps including market sizing (TAM/SAM/SOM), growth trends, market maturity, entry barriers, distribution channels, and revenue potential. Use when user asks for market research, market size, market opportunity, growth potential, TAM/SAM/SOM, or market trends. allowed-tools: [Read, Write, WebSearch, WebFetch, AskUserQuestion] last_verified: 2026-07-16 review_by: 2027-06-22
Market Research Skill
Performs deep market research for iOS/macOS app ideas. Provides market sizing, growth analysis, and opportunity assessment.
When This Skill Activates
Use this Skill when the user wants to:
- Understand market size and potential
- Analyze market growth trends
- Calculate TAM/SAM/SOM
- Assess market maturity
- Identify entry barriers
- Understand distribution channels
- Estimate revenue potential
- Deep-dive after initial problem discovery
**This is a follow-up to the product-agent skill** — use this when you need market depth.
What This Skill Does
1. Market Sizing (TAM/SAM/SOM)
- **TAM (Total Addressable Market):** Total revenue opportunity if you captured 100% of the market
- **SAM (Serviceable Available Market):** Segment of TAM you can reach with your product/distribution
- **SOM (Serviceable Obtainable Market):** Realistic share you can capture in near term (1-3 years)
2. Growth Analysis
- Historical growth rates
- Future projections (3-5 years)
- Growth drivers
- Market trends
3. Market Maturity Assessment
- Stage: Emerging, Growing, Mature, or Declining
- Market lifecycle position
- Implications for new entrants
4. Entry Barriers
- Technical barriers
- Brand/network effects
- Regulatory requirements
- Capital requirements
- Customer acquisition costs
5. Distribution Channels
- How apps in this category reach users
- App Store dynamics
- Alternative channels (web, enterprise, etc.)
6. Revenue Potential
- Average revenue per user (ARPU)
- Conversion rates
- LTV (Lifetime Value)
- Revenue models in use
Output Structure
{
"market_category": "Task Management",
"market_sizing": {
"tam": {
"value": "$4.5B",
"description": "Global productivity software market",
"methodology": "Total potential revenue if product served all users globally"
},
"sam": {
"value": "$900M",
"description": "iOS/macOS task management apps (20% of TAM)",
"methodology": "Addressable via App Store distribution on Apple platforms"
},
"som": {
"value": "$45M",
"description": "Realistic 3-year capture (5% of SAM)",
"methodology": "Based on typical indie app market share penetration"
}
},
"market_growth": {
"historical_growth": "12% CAGR (2021-2025)",
"projected_growth": "10% CAGR (2026-2030)",
"growth_drivers": [
"Remote work adoption",
"Increased digital task management",
"Mobile-first workflows"
],
"headwinds": [
"Market saturation",
"Consolidation toward major players"
]
},
"market_maturity": {
"stage": "Mature",
"characteristics": [
"Established leaders (Todoist, Things)",
"Clear product categories",
"Slowing growth rate",
"Focus on feature differentiation"
],
"implications": "Differentiation critical. Hard to compete on basics. Must have unique angle."
},
"entry_barriers": {
"low": [
"Technical implementation (task management is straightforward)"
],
"medium": [
"Building user base in crowded market",
"Achieving reliable sync across devices"
],
"high": [
"Brand recognition (Todoist, Things have 10+ years)",
"Network effects (team collaboration features)",
"Customer switching costs (data lock-in)"
],
"overall_assessment": "Medium-High - Technical execution is achievable, but market position is difficult"
},
"distribution_channels": {
"primary": {
"channel": "App Store",
"percentage": "75%",
"dynamics": "Discoverability challenging. ASO critical. Top charts dominated by established apps."
},
"secondary": [
{
"channel": "Direct website",
"percentage": "15%",
"dynamics": "For power users. Allows higher pricing. Better for subscription retention."
},
{
"channel": "Word of mouth / Communities",
"percentage": "10%",
"dynamics": "Productivity communities, Reddit, Twitter. High-intent users."
}
]
},
"revenue_potential": {
"arpu": {
"freemium": "$12/year (5% convert at $20/year)",
"paid_only": "$30-40/year",
"premium": "$60-100/year"
},
"conversion_rates": {
"free_to_paid": "3-7% industry average",
"trial_to_paid": "15-25% with 14-day trial"
},
"ltv": "$150-300 (2-5 year user lifecycle)",
"realistic_year_1": "$50K-200K (1K-5K users at $40 ARPU)",
"realistic_year_3": "$500K-2M (10K-50K users with growth)",
"path_to_scale": "Requires strong differentiation, word-of-mouth growth, and retention >85%"
},
"market_opportunity_score": "6/10 - Moderate",
"reasoning": "Large market with growth, but mature and competitive. Success requires clear differentiation and excellent execution. Not a 'gold rush' market, but sustainable business possible for well-positioned product."
}How to Perform Market Research
Step 1: Define Market Scope
Question: What exact market are you analyzing? - "Task management apps" (broad) - "iOS task management apps" (narrower) - "AI-powered task management for Apple users" (specific) Start specific for better analysis.
Step 2: Size the Market (TAM/SAM/SOM)
**TAM Calculation:**
Method 1: Top-down - Global productivity software market: $50B - Task management segment: ~10% = $5B TAM Method 2: Bottom-up - Potential users globally: 500M knowledge workers - Willing to pay for task management: 20% = 100M - Average spend: $50/year - TAM = 1
A collection of Claude Code skills for iOS, macOS, watchOS, visionOS, and Apple platform development. These skills help you plan and build apps, maintain code quality, ensure HIG compliance, and guide you from idea to App Store.
Repo: rshankras/claude-code-apple-skills
Other skills on rshankras-apple-skills.
- /app-store
App Store optimization and marketing skills for descriptions, screenshots, keywords, review responses, and comprehensive promotional strategy. Use when user needs help with App Store presence, ASO, marketing, or customer communication.
Open skill - /ad-attribution
Privacy-preserving ad measurement with AdAttributionKit (SKAdNetwork's successor) — install and re-engagement attribution, conversion-value strategy under crowd anonymity, and end-to-end postback testing. Use when running paid acquisition beyond Apple Ads, measuring
Open skill - /app-description-writer
Generate compelling App Store descriptions that convert browsers into users. Use when writing initial descriptions, improving existing copy, or drafting promotional text and What's New for a major update.
Open skill - /apple-search-ads
Apple Search Ads campaign strategy for indie developers — paid acquisition, keyword bidding, budget planning, and ROAS optimization. Use when user asks about running ads, paid user acquisition, or Apple Search Ads campaigns.
Open skill - /iap-finalizer
Take a one-time in-app purchase from MISSING_METADATA to READY_TO_SUBMIT in App Store Connect — set its price schedule and localized display name/description (and optional review screenshot) via the ASC REST API. Use at Phase 6 (Pre-Release), after the IAP is built in-app (Phase
Open skill - /keyword-optimizer
Optimize app title, subtitle, and keywords for maximum App Store discoverability. Use when launching a new app, improving search rankings, entering new markets/languages, or safely optimizing ASO for an app with existing traffic.
Open skill

