Files
nexus/wiki/concepts/QualityGate.md
2026-05-03 05:42:12 +08:00

28 lines
809 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
tags: []
sources: []
last_updated: 2026-04-30
---
## Aliases
- Quality Gates
- 质量门控
## Definition
在关键里程碑节点设置的强制性审查机制——只有满足预设标准,才能进入下一阶段。
## Mechanism
- **触发时机**中期第2周、发布前第4周
- **审查内容**:可行性评估、范围裁剪建议、技术债务风险
- **决策输出**GO / NO-GO + 证据要求
## Key Examples
- [[workflow-startup-mvp]]Reality Checker 在第 2 周和第 4 周各设一次 Quality Gate
- [[testing-reality-checker]]:测试阶段 Reality Checker 评估生产就绪状态
## Related Concepts
- [[Sequential Handoff]] — 交接是 Gate 之间的连接机制
- [[Reality Checker]] — Quality Gate 的执行 Agent