amadeus-refined-mockups
仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
便于仅做原型迭代与设计评审,不需跑完整工作流。
▸ 风险提示
可能会提交或修改仓库内容,使用前请确认权限与目标分支。
这个 Skill 做什么
单独运行 refined-mockups 阶段以生成和提交细化的界面原型或设计工件。
单独跑 AI-DLC 的 refined-mockups(细化原型)阶段,只生成并提交界面 mockup 或设计工件,不会推进主工作流。适合需要先产出或评审细化原型、给设计团队或产品评审用,但又不想改变当前流程状态时使用。它会让引擎只执行这一步并提交合成 ID,然后停下,保持主流程不变。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `refined-mockups` stage (inception phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage refined-mockups --single`: the engine emits one run-stage directive for refined-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.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-refined-mockups/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-refined-mockups/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — refined-mockups Run the `refined-mockups` stage on its own. This is opt-in packaging over `/amadeus --stage refined-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 refined-mockups --single ``` The engine emits one `run-stage` directive for `refined-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 pe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有