Idea Validator
by @openlark
Startup idea validation skill. Helps indie developers validate product ideas, analyze competitive landscapes, and assess market saturation.
clawhub install idea-validatorπ About This Skill
name: idea-validator description: Startup idea validation skill. Helps indie developers validate product ideas, analyze competitive landscapes, and assess market saturation.
Idea Validator
Overview
Helps indie developers validate the uniqueness and market potential of product ideas through a multi-dimensional evaluation framework.
Use Cases
Use when users mention "idea validation," "competitor analysis," "validate startup idea," "analyze market space," "startup idea evaluation," or "idea validation."
Core Capabilities
| Capability | Description | |------------|-------------| | Multi-dimensional Startup Idea Evaluation | Comprehensive assessment of market / competition / technology / business model | | User Persona and Needs Validation | Target user persona construction and pain point analysis | | MVP Roadmap Generation | Define core features and plan product iteration path |
Command List
| Command | Description |
|---------|-------------|
| python scripts/idea_validator.py validate --idea " | Validate startup idea |
| python scripts/idea_validator.py compete --market " | Competitor analysis |
| python scripts/idea_validator.py mvp --idea " | Generate MVP plan |
Usage Workflow
Validate Startup Idea
When the user says "validate [product name] startup idea," execute:
python3 scripts/idea_validator.py validate --idea ""
Competitor Analysis
When the user says "analyze [category] competitive landscape," execute:
python3 scripts/idea_validator.py compete --market ""
Generate MVP Plan
When the user says "generate MVP feature plan," execute:
python3 scripts/idea_validator.py mvp --idea ""
Output Format
All commands output a unified Markdown format report containing:
References
See references/references.md for details, including links to Y Combinator startup methodology, community discussions, and Chinese resources.
Notes
pip install requestsβ‘ When to Use
Use when users mention "idea validation," "competitor analysis," "validate startup idea," "analyze market space," "startup idea evaluation," or "idea validation."
π Tips & Best Practices
pip install requests