Startup Validator — Structure Your Validation Before You Build
Overview
Helps founders and indie hackers structure early validation: market-fit signals, competitive landscape, and MVP scope. Clearer than a generic “idea check”—it’s framed around starting up (problem, market, and first ship).
Trigger keywords: startup validation, founder idea check, competitive analysis, MVP scope, PMF, pre-launch
Prerequisites
CODEBLOCK0
(Optional if you extend the tool to call external APIs; the bundled script uses the Python stdlib.)
Capabilities
- 1. Multi-dimensional review — market, competitors, tech stack, business model (see
references/startup_validator_guide.md). - Persona & need framing — who pays and what job-to-be-done is.
- MVP & roadmap sketch — a realistic first release slice.
Commands
| Command | Description | Example |
|---|
| INLINECODE1 | Validation pass for an idea | INLINECODE2 |
| INLINECODE3 |
Competitive landscape pass |
python3 scripts/startup_validator_tool.py compete [args] |
|
mvp | MVP plan scaffold |
python3 scripts/startup_validator_tool.py mvp [args] |
Usage (from repository root)
CODEBLOCK1
Output format (for the agent’s report)
CODEBLOCK2
References
Core links
Community
Notes
- - Prefer real data from APIs, search, or user-provided sources; do not invent metrics.
- Mark missing data as unavailable instead of guessing.
- Treat AI output as input to judgment, not a go/no-go by itself.
- Optional:
pip install requests if you extend the script with HTTP calls.
Legacy name
This skill was previously published as idea-validator. The slug is now startup-validator (friendlier for “founder / startup” workflows). If an old path is bookmarked, migrate to scripts/skills/startup-validator/.
Startup Validator — 在构建之前结构化你的验证
概述
帮助创始人和独立开发者结构化早期验证:市场契合信号、竞争格局和MVP范围。比泛泛的“想法检查”更清晰——它围绕创业启动(问题、市场和首次发布)进行构建。
触发关键词:创业验证、创始人想法检查、竞争分析、MVP范围、产品市场契合、发布前
前提条件
bash
pip install requests
(如果你扩展工具以调用外部API则为可选;捆绑脚本使用Python标准库。)
能力
- 1. 多维度审查 — 市场、竞争对手、技术栈、商业模式(参见 references/startupvalidatorguide.md)。
- 用户画像与需求框架 — 谁付费以及需要完成什么任务。
- MVP与路线图草图 — 一个现实的首次发布切片。
命令
| 命令 | 描述 | 示例 |
|---|
| validate | 对某个想法进行验证 | python3 scripts/startupvalidatortool.py validate [参数] |
| compete |
竞争格局分析 | python3 scripts/startup
validatortool.py compete [参数] |
| mvp | MVP计划框架 | python3 scripts/startup
validatortool.py mvp [参数] |
使用方法(从仓库根目录)
bash
python3 scripts/skills/startup-validator/scripts/startupvalidatortool.py validate --idea SaaS记账
python3 scripts/skills/startup-validator/scripts/startupvalidatortool.py compete --market 记账
python3 scripts/skills/startup-validator/scripts/startupvalidatortool.py mvp --idea SaaS记账
输出格式(供智能体报告使用)
markdown
创业验证报告
生成时间: YYYY-MM-DD HH:MM
关键发现
- 1. [发现1]
- [发现2]
- [发现3]
数据快照
YYY | → | ⭐⭐⭐ |
分析
[基于你实际拥有的数据的多维度分析]
建议
[行动] | … |
| 低 | [行动] | … |
参考资料
核心链接
社区
备注
- - 优先使用来自API、搜索或用户提供来源的真实数据;不要编造指标。
- 将缺失数据标记为不可用,而不是猜测。
- 将AI输出视为判断的输入,而非独立的通过/不通过决策。
- 可选:如果你用HTTP调用扩展脚本,请执行 pip install requests。
旧名称
该技能之前以 idea-validator 名称发布。现在简称为 startup-validator(对“创始人/创业”工作流更友好)。如果旧路径已被收藏,请迁移到 scripts/skills/startup-validator/。