App Idea Research
Validate an app idea against reality and return a brutally honest verdict — is it worth
building, for which platform, and why. This skill orchestrates other installed skills and
fans out parallel subagents to research fast, then synthesizes a single scored report.
Be the skeptic the idea needs. Most app ideas should get a PASS. Kill weak ideas early;
only recommend BUILD when the evidence survives scrutiny. Never inflate scores to be encouraging.
Workflow
- Frame the idea — restate the concept in one sentence, the target user, and the core job.
If the idea is vague, ask one clarifying question, then proceed with a stated assumption.
- Preflight companion skills — check which skills from the table below are installed (they
appear in your available skills). For each research dimension, use the companion if present;
otherwise fall back to direct web research. Offer
npx skills find <name> for a missing one.
- Fan out parallel research subagents — dispatch independent
task (explore/research)
subagents across the dimensions in parallel. See references/research-playbook.md
for the per-dimension briefs, source lists, and fan-out guidance.
- Check the latest Apple & Android frameworks — determine whether new platform capabilities
make the idea newly possible, newly redundant, or newly threatened. Delegate framework/API
facts to
find-docs (Context7); see the playbook's framework section.
- Synthesize the verdict — merge subagent findings, resolve contradictions, score each
dimension 1-10, decide the platform, and write the report using
references/verdict-report.md.
- Output — save the report and brief the user (see Output).
Companion skills (preflight registry)
Run this as a preflight: prefer the companion when it is installed; delegate the craft to it
rather than re-deriving it here. For any missing companion, tell the user and offer
npx skills find <name>, then fall back to direct web research for that dimension.
| Research dimension |
Companion skills |
| Apple ecosystem pain points, saturation, gauntlet |
apple-app-research, ios-app-research |
| Android ecosystem pain points, Play Store saturation |
android-app-research |
| General primary-source investigation (background) |
research |
| Competitor / alternatives landscape |
competitor-alternatives |
| Monetization & pricing |
pricing-strategy |
| Demand, positioning, growth signal |
marketing-ideas, launch-strategy |
| Latest framework / API facts (version-pinned) |
find-docs |
| Filling a capability gap |
find-skills |
The apple-app-research / android-app-research / ios-app-research companions already ship a
Viability Gauntlet, community source lists, and per-platform scoring — use their output as the
per-platform input to this skill's synthesis. This skill adds the cross-platform decision, the
framework check, and the unified 1-10 verdict.
Scoring (1-10)
Score each dimension 1-10 from the evidence — not from enthusiasm. Anchors: 1-3 = fatal/weak,
4-6 = mixed/unproven, 7-8 = strong, 9-10 = exceptional with hard evidence.
| Dimension |
Question |
| Demand |
Do real people actively want this, with evidence (searches, threads, engagement)? |
| Pain severity |
"Hair on fire" problem, or mild annoyance? |
| Monetization |
Do people already pay in this category? Realistic revenue at honest conversion? |
| Competition / saturation |
How many good incumbents? Fewer + unmet need = higher. |
| Feasibility |
Can a small team ship a real MVP quickly, within platform constraints? |
| Timing (why now) |
What changed (OS/hardware/regulation/market) that makes now the moment? |
| Differentiation |
A defensible wedge, or just "prettier"? A feature is not a product. |
| Distribution |
Is there an organic discovery path (the answer to a recurring "what do you use for X?")? |
Overall = the honest gestalt, not a mean. Any fatal dimension (e.g. no monetization, an
incumbent gives it away free, platform will absorb it) caps the overall low regardless of the rest.
Map overall to a verdict: PASS 1-4 · MAYBE 5-6 · BUILD 7-10.
Platform decision
Decide the top-line platform from where the pain, willingness-to-pay, and feasibility concentrate:
- iOS/Mac-only — demand + monetization live in the Apple ecosystem; needs Apple-specific
frameworks (Shortcuts, HealthKit, CarPlay, visionOS, Continuity) or Apple's paying user base.
- Android-only — pain is Android-specific (fragmentation, OEM quirks, degoogle, Wear OS/Android
Auto gaps); note that Android monetization is harder — say so plainly.
- Multiplatform — the job is platform-agnostic and demand exists on both; only recommend if the
team can realistically maintain both, else recommend a lead platform first.
State the verdict as one of these three, name the sub-platforms (iPhone/iPad/Mac/Watch/Vision vs
phone/tablet/Wear OS/Android TV/Auto), and justify with the evidence.
Output
Deliver both:
- Saved report — write
app-idea-research-<slug>.md in the current working directory,
following references/verdict-report.md. <slug> is a short
kebab-case name for the idea. Do not commit it — leave that to the user.
- In-chat briefing — lead with the verdict (BUILD/MAYBE/PASS), the overall 1-10, and the
platform recommendation; then the two or three findings that drove the call. Keep it tight.
Cite evidence with links, verify every claim against its source (don't infer a market from a name),
and lower confidence when evidence is thin — never pad a weak case.
1---2name: app-idea-research3description: Research and validate an app or software product idea end-to-end and deliver a brutally honest go/no-go verdict. Orchestrates installed research skills and fans out parallel subagents to analyze community pain points (Reddit and forums), competitors, market size and trends, target demographics, monetization, and the latest Apple and Android frameworks — then synthesizes one report with 1-10 scores, a platform recommendation (iOS/Mac-only, Android-only, or multiplatform), a detailed concept description, and concrete examples. Use when the user asks "is this app idea worth building", "validate my app idea", "should I build X", "research this product/startup idea", "is there a market for an X app", "will this app make money", or wants competitor/market/demographic research plus a build/no-build recommendation.4---56# App Idea Research78Validate an app idea against reality and return a **brutally honest** verdict — is it worth9building, for which platform, and why. This skill **orchestrates other installed skills** and10**fans out parallel subagents** to research fast, then synthesizes a single scored report.1112Be the skeptic the idea needs. Most app ideas should get a **PASS**. Kill weak ideas early;13only recommend BUILD when the evidence survives scrutiny. Never inflate scores to be encouraging.1415## Workflow16171. **Frame the idea** — restate the concept in one sentence, the target user, and the core job.18 If the idea is vague, ask one clarifying question, then proceed with a stated assumption.192. **Preflight companion skills** — check which skills from the table below are installed (they20 appear in your available skills). For each research dimension, use the companion if present;21 otherwise fall back to direct web research. Offer `npx skills find <name>` for a missing one.223. **Fan out parallel research subagents** — dispatch independent `task` (explore/research)23 subagents across the dimensions in parallel. See [references/research-playbook.md](references/research-playbook.md)24 for the per-dimension briefs, source lists, and fan-out guidance.254. **Check the latest Apple & Android frameworks** — determine whether new platform capabilities26 make the idea newly possible, newly redundant, or newly threatened. Delegate framework/API27 facts to `find-docs` (Context7); see the playbook's framework section.285. **Synthesize the verdict** — merge subagent findings, resolve contradictions, score each29 dimension 1-10, decide the platform, and write the report using30 [references/verdict-report.md](references/verdict-report.md).316. **Output** — save the report **and** brief the user (see [Output](#output)).3233## Companion skills (preflight registry)3435Run this as a preflight: prefer the companion when it is installed; delegate the craft to it36rather than re-deriving it here. For any missing companion, tell the user and offer37`npx skills find <name>`, then fall back to direct web research for that dimension.3839| Research dimension | Companion skills |40|--------------------|------------------|41| Apple ecosystem pain points, saturation, gauntlet | `apple-app-research`, `ios-app-research` |42| Android ecosystem pain points, Play Store saturation | `android-app-research` |43| General primary-source investigation (background) | `research` |44| Competitor / alternatives landscape | `competitor-alternatives` |45| Monetization & pricing | `pricing-strategy` |46| Demand, positioning, growth signal | `marketing-ideas`, `launch-strategy` |47| Latest framework / API facts (version-pinned) | `find-docs` |48| Filling a capability gap | `find-skills` |4950The `apple-app-research` / `android-app-research` / `ios-app-research` companions already ship a51**Viability Gauntlet**, community source lists, and per-platform scoring — use their output as the52per-platform input to this skill's synthesis. This skill adds the cross-platform decision, the53framework check, and the unified 1-10 verdict.5455## Scoring (1-10)5657Score each dimension 1-10 from the evidence — not from enthusiasm. Anchors: **1-3** = fatal/weak,58**4-6** = mixed/unproven, **7-8** = strong, **9-10** = exceptional with hard evidence.5960| Dimension | Question |61|-----------|----------|62| Demand | Do real people actively want this, with evidence (searches, threads, engagement)? |63| Pain severity | "Hair on fire" problem, or mild annoyance? |64| Monetization | Do people already pay in this category? Realistic revenue at honest conversion? |65| Competition / saturation | How many good incumbents? Fewer + unmet need = higher. |66| Feasibility | Can a small team ship a real MVP quickly, within platform constraints? |67| Timing (why now) | What changed (OS/hardware/regulation/market) that makes now the moment? |68| Differentiation | A defensible wedge, or just "prettier"? A feature is not a product. |69| Distribution | Is there an organic discovery path (the answer to a recurring "what do you use for X?")? |7071**Overall = the honest gestalt, not a mean.** Any fatal dimension (e.g. no monetization, an72incumbent gives it away free, platform will absorb it) caps the overall low regardless of the rest.73Map overall to a verdict: **PASS 1-4 · MAYBE 5-6 · BUILD 7-10**.7475## Platform decision7677Decide the top-line platform from where the pain, willingness-to-pay, and feasibility concentrate:7879- **iOS/Mac-only** — demand + monetization live in the Apple ecosystem; needs Apple-specific80 frameworks (Shortcuts, HealthKit, CarPlay, visionOS, Continuity) or Apple's paying user base.81- **Android-only** — pain is Android-specific (fragmentation, OEM quirks, degoogle, Wear OS/Android82 Auto gaps); note that Android monetization is harder — say so plainly.83- **Multiplatform** — the job is platform-agnostic and demand exists on both; only recommend if the84 team can realistically maintain both, else recommend a lead platform first.8586State the verdict as one of these three, name the sub-platforms (iPhone/iPad/Mac/Watch/Vision vs87phone/tablet/Wear OS/Android TV/Auto), and justify with the evidence.8889## Output9091Deliver **both**:92931. **Saved report** — write `app-idea-research-<slug>.md` in the current working directory,94 following [references/verdict-report.md](references/verdict-report.md). `<slug>` is a short95 kebab-case name for the idea. Do **not** commit it — leave that to the user.962. **In-chat briefing** — lead with the verdict (BUILD/MAYBE/PASS), the overall 1-10, and the97 platform recommendation; then the two or three findings that drove the call. Keep it tight.9899Cite evidence with links, verify every claim against its source (don't infer a market from a name),100and lower confidence when evidence is thin — never pad a weak case.