Auto-sync: 2026-04-26 00:02
This commit is contained in:
25
wiki/concepts/Parallel-Agent-Work.md
Normal file
25
wiki/concepts/Parallel-Agent-Work.md
Normal 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]]
|
||||
Reference in New Issue
Block a user