Files
nexus/wiki/concepts/Quality-Gates.md
2026-04-21 04:02:47 +08:00

39 lines
1.2 KiB
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 Gates"
type: concept
tags: [multi-agent, quality, workflow]
last_updated: 2026-04-21
---
## Definition
质量门控Quality Gates是多智能体工作流中的关键检查点在进入下一阶段前对当前输出进行生产就绪评估。
## Core Principle
在关键节点设置质量门槛,只有满足所有标准才能继续推进。
## Quality Gate Points
在 Multi-Agent Workflow: Startup MVP 中设置了两个质量门控:
### Gate 1: Week 2 中点评估
- 评估当前进度是否可达成目标
- 识别需要削减的范围
- 识别会,影响 Launch 的技术债务
### Gate 2: Week 4 最终评估
- 评估产品 Launch 就绪状态
- 检查错误监控、数据库备份等运维就绪
- 要求证据支持每个验收标准
- 提供 GO / NO-GO 决策
## Decision Outcomes
- **GO**:满足所有标准,可以进入下一阶段
- **NO-GO**:不满足标准,需要修复后重新评估
- **NEEDS WORK**:默认决策,保守策略
## Related Concepts
- [[Reality Checker]]:质量门控的执行者
- [[Sequential Handoffs]]:顺序交接模式
- [[Parallel Work]]:并行工作模式
- [[Context Passing]]:上下文传递
- [[Multi-Agent Team]]:多智能体团队