Files
nexus/wiki/concepts/Pre-Build-Idea-Validation.md
2026-04-17 19:17:27 +08:00

28 lines
807 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]] — 市场研究相关概念