← 返回
未分类 中文

Startup Validator

Structures early startup validation with commands for idea, competitive analysis, and MVP planning plus a standardized reporting template.
利用指令构建早期创业验证,涵盖创意、竞品分析和MVP规划,并提供标准化汇报模板。
codekungfu codekungfu 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 481
下载
💾 5
安装
1
版本
#latest

概述

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

pip install requests

(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).
  2. Persona & need framing — who pays and what job-to-be-done is.
  3. MVP & roadmap sketch — a realistic first release slice.

Commands

CommandDescriptionExample
-------------------------------
validateValidation pass for an ideapython3 scripts/startup_validator_tool.py validate [args]
competeCompetitive landscape passpython3 scripts/startup_validator_tool.py compete [args]
mvpMVP plan scaffoldpython3 scripts/startup_validator_tool.py mvp [args]

Usage (from repository root)

python3 scripts/skills/startup-validator/scripts/startup_validator_tool.py validate --idea 'SaaS bookkeeping'
python3 scripts/skills/startup-validator/scripts/startup_validator_tool.py compete --market 'bookkeeping'
python3 scripts/skills/startup-validator/scripts/startup_validator_tool.py mvp --idea 'SaaS bookkeeping'

Output format (for the agent’s report)

# Startup validation report

**Generated**: YYYY-MM-DD HH:MM

## Key findings
1. [Finding 1]
2. [Finding 2]
3. [Finding 3]

## Data snapshot
| Metric | Value | Trend | Rating |
|--------|-------|-------|--------|
| A | XXX | ↑ | ⭐⭐⭐⭐ |
| B | YYY | → | ⭐⭐⭐ |

## Analysis
[Multi-dimensional analysis grounded in data you actually have]

## Recommendations
| Priority | Action | Expected impact |
|----------|--------|-----------------|
| High | [Action] | [Quantify if possible] |
| Medium | [Action] | … |
| Low | [Action] | … |

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/.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 04:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,296
content-creation

SEO优化

codekungfu
提供SEO优化的可落地指南与SOP。在开展SEO优化相关工作时调用。
★ 1 📥 1,901
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,018