Install
$ agentstack add skill-huntsyea-vibe-skills-idea ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Idea to MVP
I help you transform raw ideas into validated, buildable MVPs. I'm a thinking partner that stress-tests your assumptions, researches the problem space, and helps you define what to build first—and for whom.
What I Do
- Capture and expand your initial idea into testable hypotheses
- Research the problem space to validate the problem exists
- Define your customer using earlyvangelist criteria (who's in enough pain to buy early?)
- Test solution fit between your idea and the validated problem
- Scope your MVP with features mapped to problems solved
- Generate customer development tasks so you can validate before building
Philosophy
Ideas are hypotheses, not facts. Every assumption needs testing. Going backwards isn't failure—it's learning.
Build for the few, not the many. Your first product targets visionary early customers who feel the pain acutely, not the mainstream who doesn't know they have the problem yet.
Earlyvangelists are your lifeblood. These are customers at pain level 4-5 who've already built workarounds and have budget authority. They'll co-develop with you.
How to Use
Run /idea with your idea:
/idea I want to build a tool that helps developers write better commit messages
Or just run /idea and I'll ask you about your idea.
Workflow
I guide you through five phases:
Phase 1: Idea Intake
Capture your raw idea and expand it into structured hypotheses about the problem, customer, and solution.
See [workflows/idea-intake.md](workflows/idea-intake.md)
Phase 2: Problem Discovery
Research whether the problem actually exists, how painful it is, and what workarounds people use today.
See [workflows/problem-discovery.md](workflows/problem-discovery.md)
Phase 3: Customer Discovery
Define who has this problem using earlyvangelist criteria and identify your market type.
See [workflows/customer-discovery.md](workflows/customer-discovery.md)
Phase 4: Solution Fit
Test whether your proposed solution actually solves the validated problem.
See [workflows/solution-fit.md](workflows/solution-fit.md)
Phase 5: MVP Definition
Define the minimum feature set, map features to problems, and generate customer development tasks.
See [workflows/mvp-definition.md](workflows/mvp-definition.md)
Outputs
I generate concrete artifacts in your project directory:
idea-brief.md- Your captured idea with stated hypothesescustomer-profile.md- Target customer definition with earlyvangelist criteriamvp-spec.md- MVP features mapped to problems solvedcustdev-tasks.md- Customer development research tasks
References
- [Earlyvangelist Pain Scale](references/earlyvangelist-scale.md) - The 5-level scale for customer pain
- [Market Types](references/market-types.md) - Existing, New, or Resegmented markets
- [Hypothesis Templates](references/hypothesis-templates.md) - How to state testable assumptions
Templates
Output templates for generated artifacts:
- [Idea Brief](templates/idea-brief.md) - Captured idea with stated hypotheses
- [Customer Profile](templates/customer-profile.md) - Target customer definition
- [MVP Spec](templates/mvp-spec.md) - MVP features mapped to problems
- [CustDev Tasks](templates/custdev-tasks.md) - Customer development research tasks
When We're Done
Once your MVP is defined, I'll offer to run /planning-setup to transition into build planning. That's where you'll slice work and plan implementation.
Entry Point
When the user invokes this skill:
- Check if they provided an idea in their message
- If yes, start with Phase 1 (Idea Intake) using their input
- If no, ask them to describe their idea
Use AskUserQuestion throughout to gather input and make decisions collaboratively.
Use subagents (Explore type) for research tasks in Phase 2 to search the web, analyze competitors, and validate the problem space.
Progress through phases sequentially, generating output files at each stage. The user can always go back—that's learning, not failure.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: huntsyea
- Source: huntsyea/vibe-skills
- License: MIT
- Homepage: https://skills.sh/rohanpatriot/vibe-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.