75 lines
4.8 KiB
Markdown
75 lines
4.8 KiB
Markdown
---
|
||
title: "NEXUS — Network of EXperts, Unified in Strategy"
|
||
type: source
|
||
tags: ["multi-agent", "orchestration", "project-management", "workflow", "quality-gate"]
|
||
date: 2026-05-01
|
||
---
|
||
|
||
## Source File
|
||
- [[Agent/agency-agents/strategy/nexus-strategy.md]]
|
||
|
||
## Summary(用中文描述)
|
||
- 核心主题:NEXUS 是一个多 Agent 编排框架,将独立 AI 专家组成同步的智能网络,用于产品/项目全生命周期管理
|
||
- 问题域:解决独立 Agent 协作中的架构冲突、重复工作、质量缺口、上下文断裂等失效模式
|
||
- 方法/机制:7 阶段流水线(Discovery → Strategy → Foundation → Build → Harden → Launch → Operate)+ Dev↔QA 循环 + 质量门禁
|
||
- 结论/价值:定义 Who/What/When/How/Why 五要素,让每个 Agent 在正确时间做正确的事并向正确的人交接
|
||
|
||
## Key Claims(用中文描述)
|
||
- NEXUS 通过定义 Who(谁激活)、What(产出给谁)、When(何时交接)、How(质量验证)、Why(为何存在)消除协作失效模式
|
||
- Dev↔QA 循环中每个任务最多重试 3 次,超过则升级(Escalation)至 Agents Orchestrator 或 Studio Producer
|
||
- Reality Checker(质量守门人)在 Phase 4 默认判决为 "NEEDS WORK",必须用压倒性证据才能获得 "READY" 通过
|
||
- NEXUS 支持三种部署模式:NEXUS-Full(全部 Agent,12-24 周)、NEXUS-Sprint(15-25 个 Agent,2-6 周)、NEXUS-Micro(5-10 个 Agent,1-5 天)
|
||
- Context Continuity 原则确保每次交接携带完整上下文,Agent 不从冷启动开始
|
||
|
||
## Key Quotes
|
||
> "NEXUS transforms The Agency's independent AI specialists into a synchronized intelligence network. This is not a prompt collection — it is a deployment doctrine that turns The Agency into a force multiplier for any project, product, or organization." — 文档开篇定义
|
||
> "The Reality Checker defaults to 'NEEDS WORK' — you must prove production readiness with overwhelming evidence." — Phase 4 质量哲学
|
||
|
||
## Key Concepts
|
||
- [[QualityGate]]:阶段间的强制性检查点,要求有证据支持的审批才能进入下一阶段
|
||
- [[DevQALoop]]:持续开发-测试循环,每个任务必须通过 QA 才能进入下一个任务
|
||
- [[ContextContinuity]]:交接携带完整上下文的原理,防止 Agent 冷启动
|
||
- [[Escalation]]:任务超过 3 次重试失败后升级到更高权限 Agent 的机制
|
||
- [[RICEScoring]]:Sprint Prioritizer 使用的 RICE 评分法(Reach × Impact × Confidence / Effort)进行特性优先级排序
|
||
|
||
## Key Entities
|
||
- [[AgentsOrchestrator]]:管道控制器,协调所有 Agent 激活和阶段推进
|
||
- [[StudioProducer]]:产品组合管理 Agent,负责战略对齐和投资回报目标
|
||
- [[RealityChecker]]:最终集成测试 Agent,Phase 4 唯一质量守门人
|
||
- [[EvidenceCollector]]:截图证据收集 Agent,提供视觉 QA 证明
|
||
- [[SprintPrioritizer]]:RICE 评分 backlog 优先级排序 Agent
|
||
- [[SeniorProjectManager]]:规格转任务清单的 Agent
|
||
|
||
## Connections
|
||
- [[executive-brief]] ← depends_on ← [[nexus-strategy]](策略文档为执行简报提供基础)
|
||
- [[quickstart]] ← depends_on ← [[nexus-strategy]](快速入门文档依赖策略框架)
|
||
- [[agents-orchestrator]] ← extends ← [[nexus-strategy]](协调器 Agent 实现 NEXUS 管道)
|
||
- [[testing-reality-checker]] ← extends ← [[nexus-strategy]](Reality Checker Agent 实施 Phase 4 质量门禁)
|
||
- [[project-management-studio-producer]] ← extends ← [[nexus-strategy]](Studio Producer 角色定义)
|
||
- [[product-sprint-prioritizer]] ← extends ← [[nexus-strategy]](Sprint Prioritizer 实现 Phase 1 优先级排序)
|
||
|
||
## Contradictions
|
||
- 与 [[testing-reality-checker]] 的定位:
|
||
- 冲突点:Reality Checker 作为独立 Agent 个体 vs 作为 Phase 4 质量守门人角色
|
||
- 当前观点:nexus-strategy 中 Reality Checker 被描述为质量门禁机制(Gate Keeper),是组织架构的一部分
|
||
- 对方观点:reality-checker.md 将 Reality Checker 描述为单一 QA Agent 的个性定义
|
||
- 注:两者可共存 — personality 定义 Agent 的行为风格,strategy 文档定义其在管道中的角色
|
||
|
||
## Sub-Pages(分页导航)
|
||
|
||
### Phase 章节
|
||
- [[phase-0-discovery]] — Intelligence & Discovery
|
||
- [[phase-1-strategy]] — Strategy & Architecture
|
||
- [[phase-2-foundation]] — Foundation & Scaffolding
|
||
- [[phase-3-build]] — Build & Iterate
|
||
- [[phase-4-hardening]] — Quality & Hardening
|
||
- [[phase-5-launch]] — Launch & Growth
|
||
- [[phase-6-operate]] — Operate & Evolve
|
||
|
||
### 配套文档
|
||
- [[handoff-templates]] — 标准交接文档模板(Phase 间交接用)
|
||
- [[scenario-enterprise-feature]] — 企业特性完整生命周期场景
|
||
- [[scenario-startup-mvp]] — 创业 MVP 场景
|
||
- [[scenario-marketing-campaign]] — 营销活动场景
|
||
- [[scenario-incident-response]] — 事故响应场景
|