Auto-sync: 2026-04-26 00:02

This commit is contained in:
2026-04-26 00:02:55 +08:00
parent 8cceccf489
commit f1de106298
42 changed files with 1482 additions and 30 deletions

View File

@@ -0,0 +1,25 @@
---
title: "Parallel Agent Work"
type: concept
sources: [workflow-startup-mvp]
last_updated: 2026-04-25
---
## Definition
Parallel Agent Work并行 Agent 工作)指多个独立 Agent 在同一阶段同时激活,各自处理不相互依赖的任务,从而压缩项目时间线。
## Details
- **应用场景**Week 1 中Sprint Prioritizer 和 UX Researcher 可并行激活
- **条件**:两个 Agent 的任务无相互依赖,可独立产出
- **收益**:将 2 个串行步骤合并为 1 个时间单位,节省约 50% 时间
## Aliases
- Parallel Agent Work
- 并行 Agent 工作
## Related Patterns
- [[Sequential Handoff]]
- [[Context Passing]]
## Sources
- [[workflow-startup-mvp]]