Files
nexus/wiki/entities/Reality-Checker.md
2026-04-26 00:02:55 +08:00

25 lines
697 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.
---
title: "Reality Checker"
type: entity
sources: [workflow-startup-mvp]
last_updated: 2026-04-25
---
## Definition
Reality Checker 是 [[workflow-startup-mvp]] 中负责在关键里程碑评估生产就绪状态的质量门控 Agent给出 GO/NO-GO 决策。
## Details
- **评估维度**
1. 是否能在剩余时间内完成
2. 需要削减什么功能以满足截止日期
3. 哪些技术债务会在发布时反噬
- **执行时机**Week 2 中点和 Week 4 发布前
- **决策输出**GO可继续或 NO-GO需回滚修复
- **触发回滚**:发现问题后回滚到对应专业 Agent 修复
## Aliases
- Reality Checker
## Sources
- [[workflow-startup-mvp]]