Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -0,0 +1,27 @@
---
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