amadeus-mvp

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

适合快速产出最小可行产品的迭代与测试。

▸ 风险提示

会在本地工作区执行并可能提交变更,需信任代码并注意权限。

这个 Skill 做什么

以固定 mvp 范围运行 AI-DLC 流程,跳过范围检测直接交付核心。

把流程的范围固定为 mvp,整个引擎会跳过范围探测,直接按最小可行产品推进并交付核心功能。适合想快速产出可交付核心、减少前期范围来回讨论的场景,可以节省时间把注意力放在实现上。启动后首个 directive 会带上 conductor_persona,执行过程中沿用该人设贯穿全程。可通过 /amadeus 指定 scope 为 mvp 来运行。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC workflow with the mvp scope baked in — no scope detection. Skip operations, ship the core. Packaging over `/amadeus --scope mvp`, which works without this skill.

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

Drive the AI-DLC engine with the **mvp** scope fixed. This is the same
deterministic forwarding loop the `/amadeus` orchestrator runs, with `--scope
mvp` baked into the first `next` so scope detection is skipped. The
engine owns all routing; the conductor persona arrives on the first directive's
`conductor_persona` field — adopt it for the whole run.

## The loop

1. `directive = bun .codex/tools/amadeus-orchestrate.ts next --scope mvp $ARGUMENTS`
2. Act on `directive.kind` exactly as the orchestrator does (run-stage / ask / print / error / done) — see `amadeus-common/protocols/stage-protocol.md`.
3. `bun .codex/tools/amadeus-orchestrate.ts report --stage <directive.sta
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有