# Workflow Orchestration

> 编排多步骤工作流，协调多个Agent按序执行任务

- Skill: `lxy3837/workflow-orchestration` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lxy3837/workflow-orchestration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lxy3837/workflow-orchestration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: lxy3837 (https://skillmd.com/u/lxy3837)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lxy3837/workflow-orchestration

---


# 工作流编排技能

```mermaid
flowchart LR
    A((开始)) --> B[需求分析]
    B --> C[任务分解]
    C --> D{需要子任务?}
    D -->|是| E[创建子任务]
    E --> F[分配Agent]
    F --> G[收集结果]
    G --> D
    D -->|否| H[汇总结果]
    H --> I((结束))
```

