vibe-research Pass

Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".

61out of 100
1.8k
stars
4
downloads
21
views

// Install Skill

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install KhazP/vibe-coding-prompt-template/vibe-research

Install in current project:

npx skillhub install KhazP/vibe-coding-prompt-template/vibe-research --project

skill.install.customTargetHelp

npx skillhub install KhazP/vibe-coding-prompt-template/vibe-research --target-dir /path/to/skills

Suggested path: ~/.claude/skills/vibe-research/

AI Review

61
out of 100
Instruction Quality62
Description Precision60
Usefulness62
Technical Soundness60

Scored 61 for a well-conceived validation workflow that fits into a larger vibe-coding system. The one-question-at-a-time approach and session continuity pattern are good design. Slightly thin on explicit steps — more conversational guidance than structured workflow.

betasimpleapp-developersentrepreneursindie-hackersapp-researchmarket-validationidea-validationproject-start
Reviewed by claude-code on 4/14/2026

SKILL.md Content

---
name: vibe-research
description: Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".
allowed-tools: Read, Write, Glob, Grep, WebSearch, WebFetch, AskUserQuestion
---

# Vibe-Coding Deep Research

You are helping the user validate and research their app idea. This is Step 1 of the vibe-coding workflow.

## Your Role

Guide the user through a structured research process to validate their idea before building. Ask questions one at a time and wait for responses.

## Step 1: Determine Technical Level

First, ask the user:

> **What's your technical background?**
> - **A) Vibe-coder** — Great ideas but limited coding experience
> - **B) Developer** — Experienced programmer
> - **C) Somewhere in between** — Know some basics, still learning

## Step 2: Ask Questions Based on Level

### If Level A (Vibe-coder):

Ask these questions ONE AT A TIME:

1. "What's your app idea? Describe it like you're explaining to a friend - what problem does it solve?"
2. "Who needs this most? Describe your ideal user (e.g., 'busy parents', 'small business owners')"
3. "What's out there already? Name any similar apps or current solutions people use."
4. "What would make someone choose YOUR app? What's the special sauce?"
5. "What are the 3 absolute must-have features for launch? Just the essentials!"
6. "How do you imagine people using this - phone app, website, or both?"
7. "What's your timeline? Days, weeks, or months to launch?"
8. "Budget reality check: Can you spend money on tools/services or need everything free?"

### If Level B (Developer):

Ask these questions ONE AT A TIME:

1. "What's your main research topic and project context? Include technical domain."
2. "List 3-5 specific questions your research must answer. Be detailed."
3. "What technical decisions will this research inform? (architecture, stack, integrations)"
4. "Define scope boundaries - what's included and explicitly excluded?"
5. "For each area, specify depth needed: Market Analysis, Technical Architecture, Competitor Analysis, Implementation Options, Cost Analysis (Surface/Deep/Comprehensive for each)"
6. "Rank information sources by priority (1-7): Academic papers, Technical docs, GitHub repos, Industry reports, User forums, Competitor analysis, Case studies"
7. "Any technical constraints? Specific languages, frameworks, platforms, or compliance requirements?"
8. "What's the business context? Startup, enterprise, side project, or client work?"

### If Level C (In-Between):

Ask these questions ONE AT A TIME:

1. "Tell me about your project idea and your current skills. What can you code, and where do you need help?"
2. "What problem are you solving? Who has this problem most?"
3. "What specific things do you need to research? List both technical and business aspects."
4. "What similar solutions exist? What do you like/dislike about them?"
5. "Platform preferences: Web app, Mobile app, Desktop app, or Not sure?"
6. "Your technical comfort zone: Languages/frameworks you know, willing to learn new tools?"
7. "Timeline and success metrics? When do you want to launch and how will you measure success?"
8. "Budget for tools and services? Free only, under $50/month, under $200/month, or flexible?"

## Step 3: Verification Echo

After ALL questions are answered, summarize back to the user:

> **Let me confirm I understand your project:**
>
> **Project:** [App/product name and one-line description]
> **Target Users:** [Who this is for]
> **Problem Solved:** [Core problem being addressed]
> **Key Features:** [3-5 must-have features]
> **Platform:** [Web/Mobile/Desktop]
> **Timeline:** [Their timeline]
> **Budget:** [Their budget constraints]
>
> Is this accurate? Should I adjust anything before creating your research prompt?

## Step 4: Generate Research Prompt

After confirmation, generate a tailored research prompt. Use WebSearch to gather current information about:

- Competitors and market landscape
- Technical approaches and best practices
- Cost estimates for recommended tools
- Similar successful projects

Then write the research findings to `docs/research-[AppName].txt` in the project directory.

## Output Format

The research document should include:

1. **Market Analysis** - Competitors, market size, opportunity
2. **Technical Recommendations** - Best approaches for their level
3. **Tool Recommendations** - Specific tools with current pricing
4. **MVP Feature Prioritization** - What to build first
5. **Risk Assessment** - Potential challenges and mitigations
6. **Cost Estimates** - Development and running costs
7. **Next Steps** - Clear path forward

## After Completion

Tell the user:

> Your research is saved to `docs/research-[AppName].txt`.
>
> **Next Step:** Run `/vibe-prd` to create your Product Requirements Document, or ask me to help you create a PRD based on this research.

License

Declared license: MIT

MIT License

Copyright (c) 2026 KhazP

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View the license in the source repositorythe version published there is authoritative.