amadeus-feasibility
仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
便于快速产出可行性分析与合成 id 对用于后续跟踪。
这个 Skill 做什么
单独运行 AI‑DLC 的 feasibility(可行性)阶段,生成概念验证输出。
单独运行 AI‑DLC 的 feasibility(可行性)阶段,用来生成概念验证输出而不改变主工作流的状态。适合在探索想法或做初步可行性验证时单独触发一次 ideation 运行。运行会提交合成 id 并停止,确保主流程的当前阶段不被触碰,方便安全试验和迭代。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `feasibility` stage (ideation phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage feasibility --single`: the engine emits one run-stage directive for feasibility 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-feasibility/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-feasibility/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — feasibility Run the `feasibility` stage on its own. This is opt-in packaging over `/amadeus --stage feasibility --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 feasibility --single ``` The engine emits one `run-stage` directive for `feasibility` (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 hand, th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有