amadeus-application-design

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

便于在本地或 CI 中隔离测试需求设计阶段。

▸ 风险提示

可能在仓库/工作区执行指令并提交更改,需注意权限与代码执行风险。

这个 Skill 做什么

单独运行 AI-DLC 的 application-design 阶段并执行相应指令。

把 application‑design 阶段单独跑通并执行相应指令,主工作流不会被推进。适合需要验证设计产物、架构输出或让设计阶段独立迭代时使用,能快速看到该阶段的结果。运行会提交合成 id 并中止,便于在不影响整体流程的情况下反复调试。

▸ 展开 SKILL.md 英文原文

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

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

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

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