Files
nexus/wiki/sources/pre-build-idea-validator.md
2026-04-17 19:17:27 +08:00

44 lines
1.8 KiB
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-validator
title: "Pre-Build Idea Validator"
type: source
tags: [agent, mcp, openclaw, idea-validation]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/pre-build-idea-validator.md]]
## Summary
- 核心主题AI Agent 项目启动前的创意验证机制
- 问题域:独立开发者经常在饱和领域构建重复项目,浪费大量时间
- 方法/机制:通过 MCP server 扫描 5 个真实数据源GitHub、Hacker News、npm、PyPI、Product Hunt计算竞争度评分
- 结论/价值:基于真实数据而非 LLM 猜测,帮助开发者做出"是否继续"的数据驱动决策
## Key Claims
- 在构建前验证创意可避免最昂贵的错误:解决已被解决的问题
- reality_signal > 70 应停止并讨论30-70 显示结果并建议细分角度,< 30 可继续构建
- 高评分意味着"差异化或不要做",低评分意味着存在真正的空白地带
## Key Quotes
> "You tell your agent 'build me an AI code review tool' and it happily spends 6 hours coding. Meanwhile, 143,000+ repos already exist on GitHub — the top one has 53,000 stars." — 痛点描述
## Key Concepts
- [[Pre-Build Idea Validation]]:在编写代码前验证项目创意是否已存在
- [[reality_signal]]竞争度评分0-100基于真实数据计算
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,支持 MCP 集成
- [[idea-reality-mcp]]:扫描真实数据源的 MCP server
- [[GitHub]]:代码托管平台
- [[Hacker News]]:科技新闻聚合平台
- [[Product Hunt]]:产品发布平台
## Connections
- [[OpenClaw]] ← uses ← [[idea-reality-mcp]]
- [[idea-reality-mcp]] ← scans ← [[GitHub]]
- [[idea-reality-mcp]] ← scans ← [[Hacker News]]
- [[idea-reality-mcp]] ← scans ← [[Product Hunt]]
## Contradictions
- (暂无发现冲突)