amadeus-requirements-analysis
仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
便于集中产出需求文档与验收标准,为实现阶段提供清晰依据。
▸ 风险提示
可能运行本地命令并生成或修改工件,建议在受控环境执行。
这个 Skill 做什么
单独执行 requirements-analysis 阶段以提取与分析需求,不推进主工作流。
单独执行 AI-DLC 的 requirements-analysis(需求分析)阶段,只产出这一阶段的成果而不推进主工作流的当前阶段。适合想先把需求搞清楚、产出 inception 输出但不影响主流程状态时用。实现上会让引擎只发这一阶段的执行指令、跑完并提交一个合成 ID,然后停止,主流程的 Current Stage 不会被改动。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `requirements-analysis` stage (inception phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage requirements-analysis --single`: the engine emits one run-stage directive for requirements-analysis 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-requirements-analysis/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-requirements-analysis/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — requirements-analysis Run the `requirements-analysis` stage on its own. This is opt-in packaging over `/amadeus --stage requirements-analysis --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 requirements-analysis --single ``` The engine emits one `run-stage` directive for `requirements-analysis` (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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有