amadeus-init

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

快速启动完整初始化流程,适合构建/测试使用。

▸ 风险提示

会创建或修改项目状态并可能提交变更,需谨慎在受信环境执行。

这个 Skill 做什么

一次性运行 AI-DLC 的 Initialization 阶段,创建首个 intent 并检测工作区。

一次性完成 AI-DLC 的 Initialization 阶段:铸造首个 intent、检测工作区并构建初始状态,适合快速启动一个新工作流或做空白/已有仓库的初始化。用来在本地把第一步都跑通,也可以通过 --scope 预设初始范围或描述要构建的目标。特别点在于这是一个完整的 PHASE 操作,不只是单个 stage。

▸ 展开 SKILL.md 英文原文

Start an AI-DLC workflow — run the whole Initialization phase (mint the intent, detect the workspace, build state) in one step, without typing a stage. The engine normally auto-births the first intent; this is opt-in packaging over that move. Pass `--scope <name>` to seed the initial scope (defaults to poc), or a freeform description of what to build.

开发编程初始化工作流启动意图生成通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-init/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-init/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC — start a workflow (birth the first intent)

Start a fresh AI-DLC workflow. The workspace shell ships in `dist/` (no setup
command), and the engine auto-births the first intent when you describe what to
build — this skill is opt-in packaging over that birth move. Initialization is a
PHASE, not a single stage — it mints the intent, detects the workspace
(greenfield/brownfield), and builds `amadeus-state.md` together, in one
deterministic call. There is no per-init-stage runner because an init stage has
no standalone meaning.

## Steps

1. Birth the intent (run the initialization phase). Parse the user's
   `$ARGUMENTS`: forward any recognized flags
   (`--scope <name>`/`--depth <leve
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有