amadeus-infrastructure-design

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

便于在构建环节单独运行和验证设计产出。

▸ 风险提示

会在本地工作区执行并可能提交变更,需信任代码并注意权限。

这个 Skill 做什么

单独触发 AI-DLC 的 infrastructure-design(基础设施设计)阶段。

可以单独跑 AI-DLC 的 infrastructure-design(基础设施设计)阶段,专注产出部署、网络、监控等架构方案。适合在做架构评审、成本/可用性权衡或验证 infra 细节时使用。只会执行这一步并提交合成记录,不会推进主流程,便于单独测试和反复调整。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC `infrastructure-design` stage (construction phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage infrastructure-design --single`: the engine emits one run-stage directive for infrastructure-design 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.

开发编程基础设施阶段运行CLI通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-infrastructure-design/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-infrastructure-design/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — infrastructure-design

Run the `infrastructure-design` stage on its own. This is opt-in packaging over
`/amadeus --stage infrastructure-design --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 infrastructure-design --single
   ```

   The engine emits one `run-stage` directive for `infrastructure-design` (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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有