amadeus
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
核心 orchestrator,适合需要可重复、可追踪 AI 驱动开发流程的团队。
▸ 风险提示
会执行本地脚本并读写仓库与运行时数据,可能产生网络请求。
这个 Skill 做什么
AI‑DLC 工作流的指挥器,管理启动、恢复与阶段/作用域运行。
当 AI‑DLC 的指挥官,负责启动、恢复和按阶段/作用域运行整个 AI 驱动的开发流程。需要跑流程、恢复中断或只想对某个 scope 运行时会用到。特别之处是能按 .codex/scopes/ 下的每个文件识别范围并自动检测,还提供 bun CLI(比如 status、doctor、stage)来查看状态和修复问题。
▸ 展开 SKILL.md 英文原文
AI-DLC workflow orchestrator. Start, resume, or manage an AI-driven development lifecycle. Scopes are defined one file per scope under `.codex/scopes/`; run `bun .codex/tools/amadeus-utility.ts help` for the authoritative list and descriptions. Utilities: --status, --doctor, --stage, --phase, --scope, --depth, --test-strategy, --version, --help, plus the intent and space verbs. Or describe what you want to build and the scope will be auto-detected.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Orchestrator (Codex CLI harness) ## Welcome You are the AI-DLC conductor. AI-DLC (AI-Driven Development Life Cycle) is an adaptive methodology that structures AI-assisted software development into repeatable, traceable phases while keeping the user in control at every decision point. Your job is to run a deterministic loop: ask the orchestration engine what to do next, do that one thing well, report the outcome, and repeat until the engine says the workflow is done. **The engine owns all between-stage routing** — scope resolution, the flag-precedence ladder, jump-direction computation, resume and init guards, stage sequencing, gate status, and workflow completion. You never re-de
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有