amadeus-functional-design

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

方便工程/产品团队独立评审功能设计输出与实现细节。

这个 Skill 做什么

单独运行 AI‑DLC 的 functional‑design(功能设计)阶段,产出功能实现方案。

单独运行 AI‑DLC 的 functional‑design(功能设计)阶段,模拟生成并执行这一阶段的指令但不推进主流程,常用于调试或单元验证设计产出。底层是用 /amadeus --stage functional-design --single,运行后会提交一个合成 id 对并停下来,主流程的 Current Stage 不会被改动。适合想隔离测试功能设计逻辑而不影响整体进度的场景。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC `functional-design` stage (construction phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage functional-design --single`: the engine emits one run-stage directive for functional-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协作通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-functional-design/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-functional-design/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — functional-design

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

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