Files
nexus/wiki/concepts/Reality-Signal.md
2026-04-22 19:20:32 +08:00

41 lines
1.5 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.
---
title: "Reality-Signal"
type: concept
tags: []
last_updated: 2026-04-22
---
## Overview
通过 `idea_check()` 返回的 0-100 赛道拥挤度评分,基于 GitHub 仓库数量、Star 分布、Hacker News 讨论量等真实数据。用于 [[Pre-Build Validation]] 的核心度量指标,决定 Agent 是否可以继续构建还是需要暂停讨论。
## Scoring Mechanism
- **GitHub**:相关仓库数量 + Top 竞品的 Star 总数
- **Hacker News**:相关讨论帖数量 + 平均分数
- **npm / PyPI**:包数量 + 下载量分布
- **Product Hunt**:早期产品关注度
综合以上数据输出 0-100 的 `reality_signal` 分数。
## Interpretation
| 分数区间 | 信号含义 | 行动 |
|---|---|---|
| > 70/100 | 高度拥挤 | 成熟竞品众多,需强差异化 |
| 30-70/100 | 中度竞争 | 存在机会但需细分角度 |
| < 30/100 | 市场空白 | 真正的蓝海,白手起家的最佳区间 |
## Key Properties
- **基于真实数据,非 LLM 猜测**unlike subjective assessment, reality_signal uses actual repo counts, star distributions, and HN discussion volume
- **用途**[[Pre-Build Validation]] 决策依据Hackathon 想法排名(最低分 = 最佳机会)
- **局限性**:无法评估技术实现难度、市场进入时机、团队执行能力
## Aliases
- Competition Score
- Market Saturation Score
- Idea Signal
## Related
- [[Pre-Build Validation]]
- [[Competition-Analysis]]
- [[idea-reality-mcp]]
- [[Pivot-Strategy]]