amadeus-outcomes-pack
仓库创建 2026年6月24日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
便于移交与运维,避免重跑工作流即可恢复上下文和操作细节。
这个 Skill 做什么
在工作流结束时生成完整的交接文档 OUTCOMES.md,整理成果与操作说明。
在工作流结束时把所有成果和操作说明打包成一份交接文档 OUTCOMES.md,包含阶段统计、学到的经验和后续操作指引,方便团队接手和运维。适合流程收尾或要把上下文移交给其他同事时使用,统计数据来自 amadeus-runtime.ts summary。它会写 OUTCOMES.md,但不改变工作流状态或发审计事件。
▸ 展开 SKILL.md 英文原文
Generate a comprehensive handover document at workflow close so the team can own, operate, and continue the system without re-running the workflow. Stage/phase/learning counts come from `amadeus-runtime.ts summary`; prose comes from the artefacts. Writes OUTCOMES.md but never mutates workflow state or emits audit events.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-outcomes-pack/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-outcomes-pack/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Outcomes Pack ## Purpose Produce a single handover document at the close of a workflow that gives the team everything they need to own, operate, and keep building the delivered system — without re-running the workflow to recover context. ## Classification Read-only with respect to workflow state. This skill never advances the stage pointer and never emits an audit event. It **does** write one report artefact (`OUTCOMES.md` at the workspace root) — that is its output. It writes nothing else. ## The counting rule Stage tallies, per-phase rollup, memory-entry counts, and learnings captured come from the tool, not from eyeballing the artefact tree: ```bash bun .codex/tools/amadeu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有