workflow-orchestratorlisted
Install: claude install-skill qihangzhang-272/agent-skill-library
# Workflow Orchestrator
Select exactly one matching chain definition and return that reference to the current Host session. Chain bodies live in `references/chains/`.
This Skill is a thin routing entrypoint, not a business node and not a second scheduler. The current visible Codex App task or Claude Code session remains the sole execution owner. This Skill must not invoke domain Skills, advance nodes, retry work, or maintain hidden runtime state.
## 触发场景
当用户要求跑、打包、选择某条经典工作流(公众号研究写作、排版与视觉生产、HTML 预览、草稿箱发布;投研 IC memo;公开市场首次覆盖)时使用。
## 路由表
| 用户意图 | chain 定义 |
| --- | --- |
| 公众号选题、agent-reach 搜索、编辑判断、公众号深度写作、Baoyu 排版、视觉生产、HTML 预览与草稿箱发布 | `references/chains/wechat-writing.md` |
| AI case 是否值得投、IC memo、DD、可视化研报 | `references/chains/investment-icmemo.md` |
| 已上市公司首次覆盖、股票研究、目标价/评级框架、业绩前瞻 | `references/chains/public-equity-coverage.md` |
`references/chains/product-frontend.md` 是未跑通的草稿,未挂入路由表。跑通后按 `skill-architecture` 的场景 C 主动挂回。
当前只有 `investment-icmemo.md` 已迁移为 ASL-WEP v0.1 Profile。`wechat-writing.md` 与 `public-equity-coverage.md` 仍是 Library-native legacy chain;可以供原生 Library 工作参考,但不得交给 ASL Harness 冒充稳定 Workflow,必须先完成外部能力本地 Skill 化、质量合同和试跑。
## 路由输出
本 Skill 只返回:
- 命中的精确 chain 路径;
- 若存在多个会改变执行路径的合理匹配,返回需要用户回答的一个关键问题;
- 若没有稳定匹配,返回“无稳定 chain”,由 Host 决定是否提出临时 Workflow。
它不能把 chain 摘要当作节点输出,也不能在路由阶段替用户授权运行、安装能力或产生外部副作用。
## 所有稳定 chain 的共同边界
1. Host 在运行前只确定意图、Skill 顺序、各节点质量合同路径、Artifact 路径、可选节点和权限;节点内容到达时再按需加载。
2. Run 固定落在用户当前项目的 `.asl/runs/<run-id>/`;不得把业务产物写入 `plugins/` 或技能库仓库。
3.