amadeus-feature

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

适合开发新功能时固定作用域以简化流程与调试。

这个 Skill 做什么

以 feature 作用域固定运行 AI‑DLC,跳过作用域检测以获得确定性结果。

把 AI‑DLC 引擎固定在 feature 范围里直接跑,跳过范围检测,结果更确定可重复。适合调试新 feature 或需要可复现的深度推理时使用。它把 /amadeus 的 --scope feature 行为内置到首个 next,路由由引擎掌控,遇到指令里的 conductor_persona 就全程采用。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC workflow with the feature scope baked in — no scope detection. Default for new features, practical depth. Packaging over `/amadeus --scope feature`, which works without this skill.

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

Drive the AI-DLC engine with the **feature** scope fixed. This is the same
deterministic forwarding loop the `/amadeus` orchestrator runs, with `--scope
feature` 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 feature $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 --stag
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有