Files
nexus/wiki/sources/workflow-startup-mvp.md
2026-05-03 05:42:12 +08:00

52 lines
2.7 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: "Multi-Agent Workflow: Startup MVP"
type: source
tags: []
date: 2026-04-30
---
## Source File
- [[Agent/agency-agents/examples/workflow-startup-mvp.md]]
## Summary用中文描述
- 核心主题:如何协调多个 AI Agent从想法到 4 周内交付 SaaS MVP
- 问题域初创公司产品开发、远程团队回顾工具RetroBoard
- 方法/机制7 个专业 Agent 按周分工,通过顺序交接、并行工作、质量门控协调
- 结论/价值:提供了多 Agent 协作开发产品的实践蓝图
## Key Claims用中文描述
- 顺序交接Sequential Handoffs每个 Agent 的输出作为下一个 Agent 的输入
- 并行工作Parallel Work第 1 周 Sprint Prioritizer 和 UX Researcher 可并行执行
- 质量门控Quality GatesReality Checker 在中期第2周和发布前第4周设卡
- 上下文传递Context Passing直接粘贴完整输出不要摘要——Agent 之间不共享记忆
## Key Quotes
> "Copy-paste agent outputs between steps — don't summarize, use the full output" — 核心操作原则
> "Agents don't share memory" — 多 Agent 系统的基础约束
> "Quality gates at midpoint and before launch prevents shipping broken code" — 质量门控的价值
## Key Concepts
- [[Sequential Handoff]]:每个 Agent 的完整输出作为下一个 Agent 的输入
- [[Parallel Agent Execution]]:独立 Agent 可同时运行以提升效率
- [[Quality Gate]]:在关键里程碑处设卡审查,防止问题流入下一阶段
- [[Context Passing]]Agent 之间不共享记忆,必须完整传递上下文
- [[Multi-Agent Coordination]]:多 Agent 协作模式(顺序、并行、质量门控)
## Key Entities
- [[Sprint Prioritizer]]:将项目拆分为 4 周 Sprint定义交付物和验收标准
- [[UX Researcher]]:执行竞品分析,识别差异化机会
- [[Backend Architect]]:设计 API、数据模型、WebSocket 实时事件
- [[Frontend Developer]]:使用 React/TypeScript/Tailwind 构建应用
- [[Rapid Prototyper]]:快速产出第一个可用版本
- [[Growth Hacker]]:制定 Product Hunt/Hacker News/Reddit/Twitter 冷启动计划
- [[Reality Checker]]:在中期和发布前评估可行性与生产就绪状态
## Connections
- [[Workflow Book Chapter]] ← workflow_pattern ← [[Workflow With Memory]]
- [[Agents Orchestrator]] ← coordinates ← [[Sprint Prioritizer]], [[UX Researcher]], [[Backend Architect]], [[Frontend Developer]], [[Rapid Prototyper]], [[Growth Hacker]], [[Reality Checker]]
- [[Product Sprint Prioritizer]] ← specialized_by ← [[Sprint Prioritizer]]
- [[Design UX Researcher]] ← same_as ← [[UX Researcher]]
## Contradictions
- (暂无已知冲突)