amadeus-delivery-planning
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
方便针对交付规划阶段单独调试或验证指令输出。
这个 Skill 做什么
单独运行 AI‑DLC 的 delivery‑planning(交付规划)阶段,不推进主流程。
在本地单独跑 AI‑DLC 的 delivery‑planning 阶段,不会推进主流程。常用来单独调试或验证交付规划和对应的门控,快速查看该阶段的输出而不动摇整个工作流。运行后会提交一对合成 id 然后停止,主工作流的 Current Stage 完全不受影响。特别适合需要反复试验交付规划但又不想影响其他阶段的场景。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `delivery-planning` stage (inception phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage delivery-planning --single`: the engine emits one run-stage directive for delivery-planning and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-delivery-planning/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-delivery-planning/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — delivery-planning Run the `delivery-planning` stage on its own. This is opt-in packaging over `/amadeus --stage delivery-planning --single`; the same stage is always reachable via that flag without this skill. ## Steps 1. Ask the engine for the single-stage directive: ```bash bun .codex/tools/amadeus-orchestrate.ts next --stage delivery-planning --single ``` The engine emits one `run-stage` directive for `delivery-planning` (carrying the lead agent, the resolved consumes/produces paths, the rules and sensors in context, and — on this first directive — the conductor persona). Run the stage exactly as the directive describes; do not load the co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有