app-store-opportunity-research

Full-pipeline App Store opportunity research. Discovers underserved niches, analyzes competitor gaps, produces revenue-validated top-3 opportunity reports, writes MVP PRDs, and builds working prototypes on Rork (https://rork.com/?ref=frederik) — all automated through browser research.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "app-store-opportunity-research" with this command: npx skills add froessell/app-store-opportunity-research/froessell-app-store-opportunity-research-app-store-opportunity-research

When to Use

Use this skill when the user wants to:

  • Find profitable app ideas in a category or niche
  • Research App Store charts for underserved opportunities
  • Analyze competitor apps (ratings, reviews, revenue, gaps)
  • Generate a top-3 opportunity report with revenue validation
  • Write a detailed MVP Product Requirements Document (PRD)
  • Build a working prototype from the PRD on Rork

Trigger phrases: "find app opportunities", "app store research", "what app should I build", "research this app category", "find a gap in the app store"

Prerequisites

  • Chrome browser with Claude in Chrome extension (for App Store browsing)
  • Rork account at rork.com (for prototype building, optional)
  • No API keys required — all research is done through live browser interaction

Pipeline Overview

App Store Charts → Competitor Deep-Dive → Gap Analysis → Top 3 Report → PRD → Rork Prototype

The entire pipeline can run end-to-end in a single session (~30-45 min).


Step 1: Define the Category

Ask the user what space they want to explore. Help them narrow down:

  • Too broad: "Health apps" (thousands of competitors)
  • Good: "Sleep + anxiety apps for consumers" (specific intersection)
  • Good: "Habit tracking for fitness beginners" (audience + niche)
  • Good: "AI-powered journaling apps" (tech angle + category)

Key questions to ask:

  1. What category or problem space interests you?
  2. Consumer or B2B? (Consumer is easier to validate quickly)
  3. Any budget constraints? (No-AI = cheaper to build, AI = higher ceiling)
  4. Target revenue? ($1K/mo hobby vs $10K/mo business)

Step 2: App Store Charts Research

Browse the App Store charts in the relevant category using Chrome:

  1. Navigate to: https://apps.apple.com/us/charts/iphone/{category-slug}/{category-id}

    • Health & Fitness: /health-fitness-apps/6013
    • Lifestyle: /lifestyle-apps/6012
    • Productivity: /productivity-apps/6007
    • Education: /education-apps/6017
    • Medical: /medical-apps/6020
    • Entertainment: /entertainment-apps/6016
  2. Document the top 25-50 apps noting:

    • App name and position
    • Rating count (proxy for install base)
    • Star rating
    • Price/monetization model
    • Brief description
  3. Identify patterns:

    • Which apps have massive ratings (>100K)? These are saturated.
    • Which apps have moderate ratings (1K-50K)? Proven demand, beatable.
    • Which apps have low ratings (<500)? Possible new/underserved niche.

Step 3: Competitor Deep-Dive

For each promising niche area, deep-dive into 5-8 competitor apps:

Data to Collect Per App

FieldHow to Find
NameApp Store listing
Ratings countApp Store listing
Star ratingApp Store listing
Price / subscriptionApp Store listing
Trustpilot scoreSearch {app name} trustpilot
Estimated revenueSearch {app name} revenue or use web research
Key featuresApp Store description / screenshots
Top complaints1-star App Store reviews, Trustpilot reviews
Missing featuresCompare across competitors

Revenue Estimation Techniques

  • Direct sources: Search "{app name} revenue", "{app name} ARR"
  • Proxy calculation: rating_count * 40-80 = approximate installs (rule of thumb)
  • Industry benchmarks: 2-5% of free users convert to paid
  • Comparable apps: Find similar apps with known revenue

Red Flags (Avoid These Niches)

  • Top app has 1M+ ratings (dominated by a giant)
  • Category requires hardware integration (Apple Watch data, etc.)
  • Heavy regulation (medical devices, financial trading)
  • All competitors are free with no monetization path

Green Flags (Pursue These Niches)

  • Top competitors have poor reviews (< 3.0 Trustpilot)
  • Solo devs making $50K+/yr (proves indie viability)
  • "Editors' Choice" app exists with < 20K ratings (Apple promotes the niche)
  • Users complain about the same missing feature across multiple apps
  • Clear $5-15/mo willingness to pay

Step 4: Gap Analysis

Create a feature comparison matrix across the top competitors:

| Feature | App A | App B | App C | App D | YOUR APP |
|---------|-------|-------|-------|-------|----------|
| Core Feature 1 | Yes | Yes | No | Yes | YES |
| Core Feature 2 | No | Yes | Yes | No | YES |
| Missing Feature | No | No | No | No | YES |
| Price | $14.99 | $9.99 | Free | $6.99 | $5.99 |
| UX Quality | Poor | Good | OK | Good | Premium |

The winning opportunity is where:

  1. Multiple competitors exist (proven demand)
  2. They all miss the same 1-2 features
  3. Users vocally complain about the gap
  4. Pricing is high enough to support indie revenue

Step 5: Top 3 Opportunity Report

Produce a ranked report with this structure:

# Top 3 App Opportunities in {Category}

## Opportunity 1: {App Name} (RECOMMENDED)
**One-line pitch:** {What it does in 10 words}
**The gap:** {What's missing in the market}
**Target user:** {Who and why they'd pay}
**Revenue model:** {Price point and conversion assumptions}
**Revenue path:** {How to reach $X/mo}
**Competition:** {Who exists, why you win}
**Build complexity:** {Low/Medium/High}
**Confidence:** {High/Medium/Low with reasoning}

## Opportunity 2: {App Name}
...

## Opportunity 3: {App Name}
...

## Recommendation
{Why #1 is the best bet, with specific reasoning}

Present this to the user and get their pick before proceeding.


Step 6: Write the MVP PRD

Once the user selects an opportunity, write a comprehensive PRD with these sections:

  1. Executive Summary — One paragraph pitch
  2. Market Opportunity — Problem, market size, competitive landscape table, revenue validation
  3. Target Users — 3 personas with name, age, job, pain points, willingness to pay
  4. MVP Feature Set — 5-8 feature groups with detailed specs, UI behavior, edge cases
  5. Screen Map — All screens listed with parent/child relationships
  6. User Flow — Primary user journey from onboarding to daily use
  7. Monetization — Free vs Premium feature split, pricing, trial strategy
  8. Tech Stack — Framework, libraries, state management, persistence
  9. AI Features — If applicable, what AI does and doesn't do
  10. Data Models — TypeScript interfaces for core entities
  11. Design Direction — Color palette (with hex codes), typography, component style, mood
  12. Launch Strategy — Week 1-12 plan, marketing channels, content strategy
  13. Success Metrics — KPIs with specific targets
  14. Risks & Mitigations — Top 5 risks with solutions
  15. Compliance — Privacy, data handling, App Store guidelines
  16. Future Roadmap — V2, V3 features beyond MVP

Save the PRD as: PRD-{AppName}.md


Step 7: Build on Rork (Optional)

If the user has a Rork account, build a working prototype:

  1. Navigate to rork.com
  2. Select model: Opus 4.6 (or latest available)
  3. Write the prompt — Condense the PRD into a detailed Rork prompt covering:
    • App name and purpose (1 sentence)
    • Design system (colors with hex codes, card styles, corner radii, typography)
    • Navigation structure (tab names, icons)
    • Each tab/screen with specific UI elements
    • Modal screens with full interaction specs
    • State management approach and mock data
    • Tech stack (Expo SDK, TypeScript, key libraries)
  4. Submit and monitor the build (typically 5-10 min, 7-10 steps)
  5. Verify the preview renders correctly (Cmd+R if stuck on loading)
  6. Share the project URL with the user

Rork Prompt Template

Build "{AppName}" — {one-line description}.

DESIGN: {Theme name}. Background: {color}. Cards: {style}.
Primary accent: {color}. Secondary accent: {color}.
Text: {color}. Corners: {radius}. Effects: {glow/shadow/glass}.

NAVIGATION: {N} tabs — {Tab1} ({icon}), {Tab2} ({icon}), ...

{TAB1 NAME} TAB:
- {Element 1 with full spec}
- {Element 2 with full spec}
...

{TAB2 NAME} TAB:
...

{MODAL SCREEN}:
...

STATE MANAGEMENT: {Approach}. Mock data for {N} days.

TECH: Expo SDK 52+, TypeScript, Expo Router, {styling}, {animations}.

Revenue Validation Benchmarks

Use these benchmarks to reality-check opportunity viability:

App TypeSolo Dev BenchmarkSmall TeamReference
Niche utility$1-5K/mo$5-20K/moRootd ($1M+ total, 1 person)
Habit/tracker$5-15K/mo$20-80K/moDaylio ($50K/mo)
Gamified self-care$10-50K/mo$100K+/moFinch ($2M/mo)
Meditation/wellness$5-20K/mo$50-500K/moCalm ($100M+/yr)
Productivity$3-10K/mo$20-100K/moVarious
AI-powered tool$5-30K/mo$50-300K/moEmerging category

Pricing Sweet Spots (2025)

TierMonthlyAnnualBest For
Impulse buy$2.99-4.99/mo$19.99-29.99/yrSimple utilities
Standard$5.99-6.99/mo$34.99-44.99/yrMost indie apps
Premium$9.99-14.99/mo$59.99-99.99/yrAI-heavy or professional

Marketing Channel Playbook

ChannelBest ForCostTime to Results
TikTok organicConsumer apps, visual demosFree2-4 weeks
Reddit (niche subs)Technical/niche appsFree1-2 weeks
Product HuntProductivity/dev toolsFreeLaunch day spike
Apple Search AdsAny iOS app$0.50-3/tapImmediate
Instagram ReelsLifestyle/wellness appsFree2-6 weeks
Twitter/XDev tools, indie hackersFreeOngoing

Example Session Output

A complete session produces:

  1. Category research notes — charts analysis, competitor list
  2. Top 3 Opportunity Report — ranked with revenue validation
  3. MVP PRD — 16-section document with full specs
  4. Working prototype — live on Rork with shareable URL
  5. Go-to-market notes — pricing, channels, launch plan

All in ~30-45 minutes of automated research and building.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

AI Business Plan Generator — Full Investor-Ready Plan in 10 Minutes

Generate a complete investor-ready business plan in 10 minutes with live market research, competitor analysis, financial modeling, and a pitch video tailored...

Registry SourceRecently Updated
2050Profile unavailable
Research

AI Market Entry Report — Full Country Market Research Before You Launch

Generates a detailed AI-driven market entry report analyzing market size, competitors, consumer behavior, regulations, pricing, and go-to-market strategy for...

Registry SourceRecently Updated
1710Profile unavailable
Research

Patent Validator

Turn your concept analysis into search queries — research the landscape before consulting an attorney. NOT legal advice.

Registry SourceRecently Updated
1.9K13Profile unavailable
Coding

Code Patent Validator

Turn your code scan findings into search queries — research existing implementations before consulting an attorney. NOT legal advice.

Registry SourceRecently Updated
1.9K13Profile unavailable