Files
nexus/wiki/concepts/Quality-Gate.md
2026-04-26 00:02:55 +08:00

28 lines
812 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: "Quality Gate"
type: concept
sources: [workflow-startup-mvp]
last_updated: 2026-04-25
---
## Definition
Quality Gate质量门控是在关键里程碑设置的质量评估检查点由 [[Reality Checker]] 评估产出是否满足继续推进的条件,防止有缺陷的代码或计划进入下一阶段。
## Details
- **典型位置**
1. Week 2 中点——评估是否能在剩余 2 周内完成
2. Week 4 发布前——评估生产就绪状态GO/NO-GO
- **评估维度**:时间可行性、功能裁剪建议、技术债务风险
- **决策结果**GO可继续或 NO-GO需回滚修复
## Aliases
- Quality Gate
- 质量门控
## Related Patterns
- [[Reality Checker]](具体执行角色)
- [[Sequential Handoff]]
## Sources
- [[workflow-startup-mvp]]