amadeus-rough-mockups

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

便于仅迭代构思阶段的快速验证与调试。

▸ 风险提示

会执行本地脚本并可能修改工作流或提交。

这个 Skill 做什么

在本地单独运行 AI‑DLC 的 rough‑mockups 阶段(仅单阶段)。

把 rough‑mockups 阶段单独跑,用于产出早期草图或原型想法,方便本地快速迭代视觉和交互方案。常用在设计验证或把 mockup 输出隔离出来做多次试验,不会推进主线流程。运行会做一次合成 id 提交然后结束,主流程的 Current Stage 不受影响。可通过 /amadeus 的单阶段模式启动(指定 stage 为 rough‑mockups)。

▸ 展开 SKILL.md 英文原文

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

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

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

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