skills/idea-validation-autopilot/SKILL.md
Use when a founder has a rough product idea and wants autonomous deep validation, market and competitor research, and an evidence-based MVP decision with minimal back-and-forth.
npx skillsauth add nbsp1221/agent-skills idea-validation-autopilotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn a rough idea into an evidence-backed build decision in one run.
This skill is a single orchestrator for:
Default behavior favors action over over-analysis:
Use this skill when:
Do not use this skill when:
If user context is missing, proceed with defaults instead of blocking:
speed-to-learning > polishnear-zero external spendsolo builder or very small teamone focused discovery cycleOnly ask questions when missing data would invalidate the result (for example: unclear target user or regulated domain).
Copy this checklist and track progress:
Progress
- [ ] Step 1: Normalize idea into problem hypothesis
- [ ] Step 2: Run 4 parallel research tracks
- [ ] Step 3: Grade evidence quality and resolve contradictions
- [ ] Step 4: Produce decision scorecard and verdict
- [ ] Step 5: Define MVP scope and exclusions
- [ ] Step 6: Define first experiments and stop rules
- [ ] Step 7: Deliver final report using template
Convert raw idea into this structure:
If unclear, propose your best assumption and mark it explicitly.
Dispatch four independent subagents (or equivalent parallel workers).
Use evidence tiers:
Tier A: behavioral or monetary signal (payment, waitlist intent with commitment, repeated real usage)Tier B: strong secondary evidence (credible reports, robust competitor/user data)Tier C: weak signal (opinions, generic trend articles, unsupported claims)Rules:
Score 0-100 using weighted dimensions:
| Dimension | Weight | | --- | ---: | | Problem severity and frequency | 25 | | Distribution reachability | 20 | | Willingness-to-pay potential | 20 | | MVP speed/feasibility | 20 | | Strategic differentiation | 15 |
Scoring rules (fixed):
0..100weighted_i = score_i * weight_i / 100total_score = round(sum(weighted_i), 1)total_score using the bands belowVerdict bands:
80-100: Build now60-79: Validate-first (run targeted tests before building)40-59: Pivot<40: DropUse strict scope slicing:
Must: smallest set proving core valueShould: useful but deferrableWon't (now): explicitly excluded featuresOutput a 2-week implementation target:
For top risks, define:
Keep experiments cheap and fast. Favor reversible steps.
Use assets/final-report-template.md.
Output path rules:
reports/ does not exist, create it first (mkdir -p reports)reports/YYYY-MM-DD-<idea-slug>-idea-validation.mdRequired output qualities:
Adapt to available tools:
reports/If one tool is unavailable, continue with the best fallback and document the limitation in assumptions.
testing
Use when deciding whether to split a coding task into parallel exploration, bounded review fan-out, or single-writer delegated work instead of keeping it in one agent.
testing
Use when investigating a repository that is not already available locally and the user needs repository-specific understanding of its structure, implementation, maintenance, or relevant files.
testing
Write and review Docker Compose files with consistent best practices and conventions (file naming, override strategy, service naming, key ordering, env handling, ports, and healthchecks). Use when creating or standardizing compose.yaml/docker-compose.yml.
documentation
Detect the repo's commit convention (Conventional Commits, Gitmoji, or a custom template) and create commits. Use when asked to commit, write a commit message, stage and commit changes, or commit and push work.