mcpbeat Sign in

Product Agent Skill for Claude

Discover and validate product ideas, analyze markets, scope MVPs, and optimize app store presence for iOS/macOS apps. Use when user asks to discover, validate, assess, scope, or analyze product ideas, market opportunities, or when they mention "product agent", "app idea validation", "should I build this", "MVP", "market analysis", or "ASO".

6k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
585
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill product-agent

The instruction itself

29 sections, as written by the author

Product Agent Skill

Product Agent validates iOS/macOS app ideas by analyzing problems, markets, and competition. It provides honest, structured assessments to help you decide whether to build.

When This Skill Activates

Use this Skill when the user wants to:

  • Discover or validate product ideas
  • Analyze market opportunities
  • Check if an app idea is worth building
  • Understand competitive landscape
  • Assess problem severity
  • Get honest feedback on app concepts

How It Works

This skill performs structured product analysis using reasoning and web research. No external tools required — Claude analyzes the idea directly and researches the market via WebSearch/WebFetch.

Quick Start

When the user provides an app idea, perform the Problem Discovery Analysis below and present the results.

If the user hasn't provided enough detail, ask:

  • What's the app idea? (required)
  • What platform? (iOS, macOS, or both — default: iOS/macOS)
  • Who's the target user? (optional but improves analysis)

Problem Discovery Analysis

For each idea, analyze and produce these fields:

1. Problem Statement

One-sentence description of the core problem the app solves.

2. Target Users

Who experiences this problem most acutely? Be specific about demographics, roles, and context.

3. Pain Points

List 4-8 specific, concrete pain points users experience today. Each should be observable and verifiable.

4. Severity Score (1-10)

Rate how painful this problem is:

  • 1-3: Weak problem, low urgency — users barely notice
  • 4-6: Moderate problem, decent opportunity — users work around it
  • 7-8: Strong problem, good opportunity — users actively seek solutions
  • 9-10: Critical problem, excellent opportunity — users are desperate (rare)

5. Frequency

How often do target users encounter this problem? Daily problems are stronger than weekly ones.

6. Current Solutions

Research existing alternatives using WebSearch. For each competitor:

  • Name and brief description
  • Key strengths
  • Main limitations
  • Pricing model

7. Market Opportunity

Assess the opportunity using one of: WEAK, MODERATE, STRONG, EXCELLENT.

Include reasoning about market saturation, differentiation potential, and timing.

8. Recommendation

The most important field. Provide an honest verdict:

  • BUILD — Clear opportunity, go for it
  • PROCEED WITH CAUTION — Opportunity exists but significant risks
  • DO NOT BUILD — Market saturated, weak problem, or better alternatives exist

Include:

  • Specific reasons for the verdict
  • Key risks
  • What would need to be true for this to succeed
  • Alternative approaches if "don't build"

Output Format

Present results as structured JSON for easy consumption by other skills:

{
  "problem_statement": "One-sentence core problem",
  "target_users": "Who experiences this problem",
  "pain_points": ["List of specific pain points"],
  "severity_score": "N/10",
  "frequency": "How often users encounter this",
  "current_solutions": ["Existing alternatives and their limitations"],
  "opportunity": "WEAK|MODERATE|STRONG|EXCELLENT — reasoning",
  "recommendation": "Honest verdict with detailed reasoning"
}

Follow the JSON with a human-readable summary highlighting the key takeaway.

Research Process

  • Analyze the idea — Break down the problem, users, and value proposition
  • Search for competitors — Use WebSearch for "[category] apps iOS", "[competitor] features", "[competitor] pricing"
  • Check App Store landscape — Search for similar apps, ratings, reviews
  • Assess market trends — Search for "[category] market growth", "[category] trends 2026"
  • Synthesize findings — Combine analysis into structured output

Interpreting Results

Key Field: recommendation

This is the most important field. It contains:

  • Honest assessment of whether to build
  • Market reality check
  • Competitive analysis
  • Specific reasons for the verdict

The analysis is brutally honest — if it says "don't build", there's usually a good reason.

Severity Score

  • 1-3: Weak problem, low urgency
  • 4-6: Moderate problem, decent opportunity
  • 7-8: Strong problem, good opportunity
  • 9-10: Critical problem, excellent opportunity

Opportunity Assessment

Look for keywords:

  • "WEAK" — Saturated market or marginal problem
  • "MODERATE" — Some opportunity with differentiation
  • "STRONG" — Clear gap in market
  • "EXCELLENT" — Underserved need with high demand

Common Workflows

1. Quick Idea Validation

User provides an idea. Run the full analysis and focus on the recommendation and severity_score.

Decision framework:

  • Score 7+, STRONG opportunity, BUILD verdict — Green light
  • Score 4-6, MODERATE opportunity, CAUTION verdict — Needs differentiation strategy
  • Score <4, WEAK opportunity, DON'T BUILD verdict — Red light

2. Comparing Multiple Ideas

Run analysis on each idea, then compare:

  • Severity scores (higher = better)
  • Opportunity assessments (STRONG > MODERATE > WEAK)
  • Recommendation verdicts
  • Current solutions (fewer/weaker competitors = better)

3. Iterative Refinement

If initial analysis says "don't build", explore pivots:

  • Narrow the niche (e.g., "note-taking" -> "note-taking for academic researchers")
  • Change the target user
  • Add a unique angle (e.g., AI-powered, privacy-focused)

Re-run analysis for each pivot and look for improving severity and opportunity scores.

After Running Discovery

  • Highlight the recommendation — this is what the user cares about most
  • Explain the severity score — put it in context
  • Summarize pain points — these validate the problem
  • Discuss opportunity — is the market good?
  • Present alternatives — if "don't build", what should they do instead?

Deep-Dive Skills

After running discovery, use these specialized Skills for deeper analysis:

competitive-analysis Skill

When discovery shows potential and you need to understand competition in detail:

  • Feature comparison matrices
  • Pricing analysis across competitors
  • SWOT for each competitor
  • Differentiation opportunities

market-research Skill

When discovery shows potential and you need to size the opportunity:

  • TAM/SAM/SOM calculations
  • Growth trends and projections
  • Market maturity assessment
  • Revenue potential estimates

Workflow:

1. product-agent → Quick validation (problem discovery)
2. If promising, use deep-dive Skills:
   - competitive-analysis → Understand players
   - market-research → Size opportunity
3. Make go/no-go decision with full data

Example

User asks: "Should I build a password manager for the Apple ecosystem?"

You research and analyze, then present:

{
  "problem_statement": "Users need secure password management that seamlessly integrates across Apple devices without relying on third-party services.",
  "target_users": "Apple ecosystem loyalists who own multiple Apple devices and prioritize privacy and native integration.",
  "pain_points": [
    "Existing password managers prioritize cross-platform over deep Apple integration",
    "Third-party managers don't fully integrate with iOS autofill and Face ID",
    "Subscription fatigue from cross-platform services they don't need",
    "UIs that don't follow Apple Human Interface Guidelines"
  ],
  "severity_score": "3/10",
  "frequency": "Daily, but existing solutions work adequately",
  "current_solutions": [
    "iCloud Keychain - Free, deeply integrated, improving rapidly. Limited organization.",
    "1Password - Polished, $36-48/year, cross-platform focused",
    "Bitwarden - Open source, cheaper, generic UI"
  ],
  "opportunity": "WEAK - Highly saturated market with Apple's own iCloud Keychain as dominant free incumbent. Any differentiating feature risks being absorbed by Apple in the next OS update.",
  "recommendation": "DO NOT BUILD. Apple's iCloud Keychain is free, pre-installed, and continuously improving. The differentiation window is tiny, willingness to pay for marginal improvements is low, and one security breach would be catastrophic for an indie developer. Consider instead: tools that augment iCloud Keychain, niche password management (API keys for developers), or a different underserved problem in the Apple ecosystem."
}

Summary: This is not recommended. iCloud Keychain dominates as a free, deeply-integrated solution. Unless you have a truly novel approach or serve a specific underserved niche, the market is too saturated.

Tips for Effective Use

  • Be specific in idea descriptions — More detail = better analysis
  • Trust the recommendation — The analysis is designed to be honest
  • Look for patterns — Similar apps getting "don't build" = saturated market
  • Focus on severity + opportunity — Both must be strong
  • Read current_solutions — Shows what you're competing against
  • Save your analyses — Build a knowledge base of validated/invalidated ideas

Remember: This analysis is brutally honest. If it says "don't build", listen. It's saving you months of wasted effort on weak ideas.

Other skills for the same job

different authors, same section of the catalogue
Web Quality Audit
by christophacham
×1

Comprehensive web quality audit covering performance, accessibility, SEO, and best practices in a single review. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website" across multiple areas at once. Orchestrates specialized skills for depth. Do NOT use for single-area audits — prefer core-web-vitals, web-accessibility, seo, or web-best-practices for focused work.

2k tokens scripts
When Releasing New Product Orchestrate Product Launch
by ComeOnOliver
×1

| Use when launching a new product end-to-end from market research through post-launch monitoring. Orchestrates 15+ specialist agents across 5 phases in a 10-week coordinated workflow including research, development, marketing, sales preparation, launch execution, and ongoing optimization. Employs hierarchical coordination with parallel execution for efficiency and comprehensive coverage.

16k tokens
Chronicle
by microsoft
vendor

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting session data.

7k tokens
Frontend Skill
by nexu-io

| Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook.

292 tokens
Before You Build
by wshobson

Pre-build product and feature risk review for founders, product managers, and AI-assisted builders. Use this skill when the user is about to build a landing page, MVP, SaaS product, internal tool, agent workflow, or major feature and needs to check demand, positioning, monetization, retention, trust, distribution, and adoption risk before implementation starts.

1k tokens
Amazon Best Selling Products Finder API Skill
by browser-act

This skill helps users extract structured best-selling product data from Amazon via the BrowserAct API. Agent should proactively apply this skill when users express needs like search for best selling products on Amazon, extract Amazon product data based on keywords, find top rated Amazon products, monitor Amazon competitor prices and sales, discover trending products on Amazon marketplace, extract Amazon product titles prices and ratings, gather Amazon product sales volume for market research, search Amazon best sellers in specific region, collect Amazon product reviews and promotion details, analyze Amazon product availability and badges, get Amazon product data for market analysis.

3k tokens scripts
Amazon Product Search API Skill
by browser-act

This skill is designed to help users automatically extract product data from Amazon search results. The Agent should proactively apply this skill when users request searching for products related to keywords, finding best-selling items from specific brands, monitoring product prices and availability on Amazon, extracting product listings for market research, collecting product ratings and review counts for competitive analysis, finding specific products with a maximum count, searching Amazon in different languages for localized results, tracking monthly sales estimates for brand products, gathering product URLs and titles for a product catalog, scanning Amazon for Best Seller tags in a specific category, monitoring shipping and delivery information for brand items, building a structured dataset of Amazon search results.

3k tokens scripts
Google Maps Reviews API Skill
by browser-act

This skill is designed to help users automatically extract reviews from Google Maps via the Google Maps Reviews API. Agent should proactively apply this skill when users request to find reviews for local businesses (e.g., coffee shops, clinics), monitor customer feedback for a specific brand or location, analyze sentiment of reviews for competitors, extract reviews for a chain of stores or services, track reputation of a local restaurant, gather user testimonials for a specific venue, conduct market research on service quality of local businesses, monitor reviews for a new retail location, collect feedback on public attractions or parks, identify common complaints for a specific service provider, research the best-rated places in a city, analyze recurring themes in reviews for a specific industry.

3k tokens scripts

How to use it

Copy the folder

Take rshankras/product-agent from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.