Workflow Cookbook
Description
《织经》Loom · Claude Code Dynamic Workflows(CLAUDE_CODE_WORKFLOWS)配方手册:29 章 + 6 附录,每个配方都在本机真跑过、附 Run ID,中英双语。 | Loom · a recipe book for Claude Code's Dynamic Workflows. 29 chapters + 6 appendices, every recipe actually run, with its Run ID.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
织经 · Workflow Cookbook
Claude Code 多 Agent 编排实战手册
*The Orchestration Weave — A Hands-on Guide to Multi-Agent Workflows in Claude Code*
[](https://agi-is-going-to-arrive.github.io/workflow-cookbook/)
[](README.md) [](README.en.md) [](LICENSE)
**📖 [在线阅读全书](https://agi-is-going-to-arrive.github.io/workflow-cookbook/)** | 从封面开始:[中文](docs/zh/00-preface.md) · [English](docs/en/00-preface.md) | English README → **[README.en.md](README.en.md)**
**「经之以天,纬之以地。」**(《左传》)
两千年前,织工以经线为骨、纬线为肉,一梭一梭织就锦缎。经是结构,纵贯始终、不可移易;纬是功能,穿梭其间、变化万千。
今天,编排 AI Agent 也是这样。`meta` 与 `phase` 是经,是确定性的结构骨架;`agent()` 与 `pipeline()` 是纬,是在骨架中穿梭执行的智能单元。经纬交织,方成流水线。
当所有人都在手动指挥 Agent,这本书教你让它们自己编队。
这本书讲什么
**动态工作流(Dynamic workflows)** 是 Claude Code 的一个引擎,让你用一段 JavaScript 脚本**确定性地编排多个 Agent**。你在 `/config` 的 "Dynamic workflows" 这一行把它打开;这个开关底层对应 `CLAUDE_CODE_WORKFLOWS=1` 这个功能标志,power user 也可以直接设它。工具可用之后,从 v2.1.154 起你还能用 `/effort ultracode` 让 Claude 本会话默认主动编排。它和 MCP、Skills、Subagents、Agent Teams 都不是一回事,是一种全新的、**可复用、可测试、可分享**的工程流水线。
本书从零到一覆盖完整路径:先理解工作流在几种扩展机制中的位置,再掌握 `agent()`/`parallel()`/`pipeline()`/`schema` 全部 API,然后实战 7 个真实运行的配方。之后学习对抗验证、循环到干、预算、续传等进阶模式,横评四大社区系统并提取精华,构建属于自己的 Workflow 库,最终掌握从意图到上线的创作、校验与调试全流程。
本书数据一览**这是一本实战 Cookbook,不是 API 文档。配方都以真实运行为骨:已实跑的附 Run ID 与用量,仅作示意的脚本明确标注。**
| 指标 | 数量 |
|---|---|
| 正文章节 | 29 章 + 7 篇附录(六部 · 认知/基础/食谱/进阶/生态/创作 + 附录 A–G) |
| 全书篇幅 | 中文正文 14 万+ 汉字 | docs/zh ↔ docs/en 38 篇逐篇对照 |
| 真实 Workflow 运行 | 23 个唯一 Run ID(R4 基线 17 + R5 应用级 3 + R6 应用级 3;原始记录见 `assets/transcripts/`) |
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity