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

47 lines
2.1 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 Gate Checklist"
type: concept
tags: [quality, gate, process, NEXUS]
last_updated: 2026-05-01
---
## Definition
Quality Gate质量门控是 NEXUS 多 Agent 框架中每个阶段Phase结束时必须通过的强制性质量检查站。在证据提交前任何后续阶段不得启动。
## 核心机制
- **[[Dual Sign-Off]]**:必须由两类 Gate Keeper **同时**批准,方可放行进入下一阶段
- **战略 Gate**Studio Producer验证产出是否符合业务目标和投资回报预期
- **技术 Gate**Reality Checker验证产出是否具备可部署到生产环境的技术质量
- **[[Evidence Over Claims]]**Gate Keeper 不接受口头断言,只接受截图、测试结果、日志等可验证证据
## Phase 1 Quality Gate Checklist7项
| # | 检查项 | 证据来源 | 验证方法 |
|---|--------|---------|---------|
| 1 | 架构覆盖 100% 规范需求 | Senior PM 任务列表与架构交叉引用 | 需求→架构映射检查 |
| 2 | 品牌系统完整Logo/颜色/字体/声音) | Brand Guardian 交付物 | 交付物完整性审核 |
| 3 | 所有技术组件均有实现路径 | Backend Architect + UX Architect 规格 | 路径可行性评审 |
| 4 | 预算审批且在约束范围内 | Finance Tracker 计划 | 预算对比分析 |
| 5 | Sprint 计划基于速度估算且现实 | Sprint Prioritizer backlog | 速度基准验证 |
| 6 | 安全架构已定义 | Backend Architect 安全规格 | 安全设计审查 |
| 7 | 合规要求已映射到技术决策 | Legal 需求映射到架构 | 合规性检查 |
## 决策类型
| 决策 | 条件 | 后续动作 |
|------|------|---------|
| **APPROVED** | Dual Sign-Off 均通过 | 进入下一 Phase |
| **REVISE** | 部分检查项未通过 | 返回对应 Step 修复2天内重审 |
| **RESTRUCTURE** | 基础架构存在根本性问题 | 重启本 Phase |
## 与 Dev-QA Loop 的关系
Quality Gate 是**阶段间**的纵向质量门控Dev-QA Loop 是**阶段内**的横向质量循环。两者独立运行,不可互相替代。
## Aliases
- Phase Gate
- Quality Gate Checklist
- NEXUS Quality Gate