amadeus-compose

仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

可自动为任务生成 EXECUTE/SKIP 网格并直接执行,便于复杂编排。

▸ 风险提示

会在工作区生成并执行工作流计划,可能修改仓库或触发操作,需注意权限。

这个 Skill 做什么

强制触发 AI-DLC 的 composer,生成并运行定制工作流计划。

强制调起 AI-DLC 的 composer,让系统读你的任务或扫描报告,给出一个 EXECUTE/SKIP 的阶段矩阵供你审阅,确认后把它当作一个 scope 去执行。用在想让系统先出一套定制化工作流计划再跑的时候,省去手工拆解步骤。即便有默认 scope 也会走完整的 composer 流程。

▸ 展开 SKILL.md 英文原文

Compose a tailored AI-DLC workflow plan - the adaptive composer reads your task (or a scan report), proposes the EXECUTE/SKIP stage grid that fits, and after your approval authors it as a scope and runs it. A typeable shortcut for `/amadeus compose`; the same one door, forced to the full composer even when a stock scope would match.

开发编程AI-DLC工作流编排自适应合成通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-compose/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-compose/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC - compose a workflow plan

Force the adaptive composer on a task. This is packaging over
`/amadeus compose ...` - it does not add a second entry point; the engine
recognizes the compose request and names the composer dispatch, and the
conductor runs the same forwarding loop as `/amadeus`.

## Steps

1. Forward the user's `$ARGUMENTS` into the engine with the leading
   `compose` verb (pass `--report <path>` / `--new-scope` through as-is):

   ```bash
   bun .codex/tools/amadeus-orchestrate.ts next compose $ARGUMENTS
   ```

2. Act on the directive exactly as the `amadeus` skill's forwarding loop
   describes (the composer-dispatch print names the composer agent; render
   its propos
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有