Auto-sync: 2026-04-17 19:17
This commit is contained in:
28
wiki/concepts/Pre-Build-Idea-Validation.md
Normal file
28
wiki/concepts/Pre-Build-Idea-Validation.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
id: pre-build-idea-validation
|
||||
title: "Pre-Build Idea Validation"
|
||||
type: concept
|
||||
tags: [ai-agent, mcp, validation]
|
||||
---
|
||||
|
||||
## Definition
|
||||
在编写代码前,通过扫描真实数据源验证项目创意是否已存在、竞争度如何的机制。
|
||||
|
||||
## Why It Matters
|
||||
- 避免最昂贵的错误:解决已被解决的问题
|
||||
- 基于真实数据而非 LLM 猜测做决策
|
||||
- 帮助独立开发者在空白地带寻找机会
|
||||
|
||||
## Key Metrics
|
||||
- **reality_signal**:竞争度评分(0-100)
|
||||
- > 70:停止并讨论
|
||||
- 30-70:显示结果,建议细分角度
|
||||
- < 30:可继续构建
|
||||
|
||||
## Implementation
|
||||
- MCP server:[[idea-reality-mcp]]
|
||||
- 数据源:GitHub、Hacker News、npm、PyPI、Product Hunt
|
||||
|
||||
## Related
|
||||
- [[MVP]] — 最小可行产品概念
|
||||
- [[Market-Research]] — 市场研究相关概念
|
||||
Reference in New Issue
Block a user