amadeus-practices-discovery
仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
便于在项目初期梳理实践与规范,为后续开发提供方向。
▸ 风险提示
可能运行本地命令并写入工件,建议在受控环境中使用。
这个 Skill 做什么
单独执行 practices-discovery 阶段以发现团队实践与改进建议,不推进主工作流。
单独执行 practices-discovery 阶段,让 AI 梳理团队实践并给出改进建议,输出为独立的发现报告而不推进主流程。适合团队回顾、流程改造或入职调研时快速摸清当前做法和痛点。它属于只读式分析,会把发现保存为独立记录,不改变主工作流状态。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `practices-discovery` stage (inception phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage practices-discovery --single`: the engine emits one run-stage directive for practices-discovery 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-practices-discovery/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-practices-discovery/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — practices-discovery Run the `practices-discovery` stage on its own. This is opt-in packaging over `/amadeus --stage practices-discovery --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 practices-discovery --single ``` The engine emits one `run-stage` directive for `practices-discovery` (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 l
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有