Files
nexus/wiki/concepts/Parallel-Agent-Work.md
2026-04-26 00:02:55 +08:00

26 lines
709 B
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: "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]]