Sync: add productivity workflow notes
This commit is contained in:
32
wiki/concepts/RealitySignal.md
Normal file
32
wiki/concepts/RealitySignal.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "Reality Signal"
|
||||
type: concept
|
||||
tags: [competition-analysis, decision-gate, ai-agent, market-intelligence]
|
||||
sources: [pre-build-idea-validator]
|
||||
last_updated: 2026-04-27
|
||||
---
|
||||
|
||||
## Definition
|
||||
竞争饱和度评分(0-100),由 [[idea-reality-mcp]] 基于 GitHub 仓库数量、star 分布、Hacker News 讨论量、npm/PyPI/Product Hunt 数据计算得出。数值越高表示该赛道越拥挤。
|
||||
|
||||
## Decision Thresholds
|
||||
| Score | Interpretation | Agent Action |
|
||||
|-------|---------------|-------------|
|
||||
| > 70 | 高竞争(红海) | STOP,展示竞品 + stars,询问用户是否继续/转型/放弃 |
|
||||
| 30-70 | 中等竞争 | 展示竞品 + pivot_hints,建议差异化角度 |
|
||||
| < 30 | 低竞争(白海) | 直接构建,确认机会空间存在 |
|
||||
|
||||
## Core Value
|
||||
- 基于**真实数据**(repo counts、star distributions、HN volume)而非 LLM 主观猜测
|
||||
- 防止独立开发者在已被成熟产品占领的赛道中浪费生命
|
||||
- 低分 = 真正的白海机会 = 单兵创业者最佳切入窗口
|
||||
|
||||
## Related Concepts
|
||||
- [[PreBuildValidation]]:使用 Reality Signal 作为决策门控的完整流程
|
||||
- [[Pre-Build Idea Validator]]:结合 OpenClaw + idea-reality-mcp 的具体实现
|
||||
- [[Pivot Direction]]:当高竞争时工具提供的差异化转型建议
|
||||
|
||||
## Aliases
|
||||
- reality_signal
|
||||
- competition score
|
||||
- saturation score
|
||||
Reference in New Issue
Block a user