Files
nexus/wiki/concepts/Parallel-Kickoff.md
2026-04-21 04:02:47 +08:00

30 lines
806 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 Kickoff"
type: concept
tags: [multi-agent, workflow, parallel]
last_updated: 2026-04-21
---
## Definition
Parallel Kickoff 是一种多智能体工作流启动模式,多个独立工作流同时开始执行,适用于相互之间无依赖关系的任务。
## Usage Scenario
在 landing page sprint 中Content Creator 和 UI Designer 可同时开始工作,因二者相互独立:
- Content Creator 编写文案
- UI Designer 设计规格
二者输出合并后交付给 Frontend Developer。
## Example
```
Morning (9:00)
├── Content Creator → 编写文案(并行)
└── UI Designer → 设计规格(并行)
```
## Connections
- [[Multi-Agent Workflow]]:所属工作流模式
- [[Merge Point]]:后续合并节点
- [[Parallel Work]]:相关概念