49 lines
3.2 KiB
Markdown
49 lines
3.2 KiB
Markdown
---
|
||
title: "Pre-Build Idea Validator"
|
||
type: source
|
||
tags: []
|
||
date: 2026-04-27
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/pre-build-idea-validator.md]]
|
||
|
||
## Summary(用中文描述)
|
||
- 核心主题:AI Agent 项目启动前的竞争情报验证机制
|
||
- 问题域:AI 开发者在没有市场验证的情况下盲目开始构建,导致时间和精力的浪费
|
||
- 方法/机制:通过 idea-reality-mcp MCP server 扫描 GitHub、Hacker News、npm、PyPI、Product Hunt 五个真实数据源,返回 reality_signal 分数(0-100),作为"预构建门控"决策依据
|
||
- 结论/价值:在写代码之前先做竞争分析,避免在红海市场中浪费生命;低分空间 = 独立开发者最佳机会窗口
|
||
|
||
## Key Claims(用中文描述)
|
||
- AI Agent(OpenClaw)+ 真实数据源(MCP)→ 在构建前自动评估市场竞争程度 → 避免重复造轮子
|
||
- reality_signal > 70(高竞争)→ Agent 停止构建,展示前3竞品及 stars 数量 → 触发用户决策(继续/转型/放弃)
|
||
- reality_signal 30-70(中等竞争)→ 展示竞品 + pivot_hints → 建议差异化角度
|
||
- reality_signal < 30(低竞争)→ Agent 直接继续构建 → 确认白海空间存在
|
||
- reality_signal 基于真实数据(repo 数量、star 分布、HN 讨论量)而非 LLM 主观猜测 → 数据驱动决策
|
||
|
||
## 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." — Pain Point 场景描述
|
||
> "This prevents the most expensive mistake in building: solving a problem that's already been solved." — 核心价值主张
|
||
> "A low score means genuine white space exists. That's where solo builders have the best odds." — 低分即机会
|
||
|
||
## Key Concepts
|
||
- [[Reality-Signal]]:竞争饱和度评分(0-100),基于 GitHub/HN/npm/PyPI/Product Hunt 真实数据计算,数值越高竞争越激烈
|
||
- [[Pre-Build-Validation]]:在代码编写前进行的市场竞争验证流程,作为 Agent 决策门控
|
||
- [[Pivot Direction]]:当竞争饱和时,工具给出的差异化转型建议(特定语言/框架/行业垂直)
|
||
|
||
## Key Entities
|
||
- [[OpenClaw]]:开源 AI Agent 框架,支持 MCP server 集成,通过 agent instructions 实现预构建验证自动化
|
||
- [[idea-reality-mcp]]:MCP server,扫描5个平台返回竞争评分和竞品信息,由 mnemox.ai 开发
|
||
- [[mnemox.ai]]:idea-reality-mcp 的开发者和维护者,提供 Web demo(mnemox.ai/check)
|
||
|
||
## Connections
|
||
- [[OpenClaw]] ← uses ← [[idea-reality-mcp]]
|
||
- [[Pre-Build-Validation]] ← gate_for ← [[autonomous-project-management]]
|
||
- [[Reality-Signal]] ← used_by ← [[multi-agent-team]]
|
||
|
||
## Contradictions
|
||
- 与 [[autonomous-project-management]] 的潜在张力:
|
||
- 冲突点:自主性边界——Pre-Build Validator 强制 Agent STOP(高竞争时),而 autonomous-project-management 强调 Agent 应持续推进减少人工干预
|
||
- 当前观点:Pre-Build Validator 认为高竞争时的"停止"是必要的成本控制机制
|
||
- 对方观点:autonomous-project-management 倾向于让 Agent 自主决策并持续迭代,人工仅在关键节点介入
|