Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add amadeus-dlc/amadeus --skill amadeus-outcomes-packgit clone --depth 1 https://github.com/amadeus-dlc/amadeusWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/amadeus-dlc/amadeus/amadeus-outcomes-pack)<a href="https://agentmods.dev/skills/amadeus-dlc/amadeus/amadeus-outcomes-pack"><img src="https://agentmods.dev/badge/skills/amadeus-dlc/amadeus/amadeus-outcomes-pack/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/amadeus-dlc/amadeus/amadeus-outcomes-pack"><img src="https://agentmods.dev/badge/skills/amadeus-dlc/amadeus/amadeus-outcomes-pack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.01106 |
| Opus 5 | $0.00036 | $0.00553 |
| Sonnet 5 | $0.00015 | $0.00221 |
| Haiku 4.5 | $0.00007 | $0.00111 |
Grade A, and why
amadeus-outcomes-pack scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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:
bun {{HARNESS_DIR}}/tools/amadeus-runtime.ts summary --json
Section content (what was built, setup steps, decisions) is yours to synthesise from the artefacts and the delivered code. Any count that appears in the pack must trace to the tool's output.
Steps
Step 1: Read the aggregates
Run bun {{HARNESS_DIR}}/tools/amadeus-runtime.ts summary --json.
If it exits non-zero (no runtime-graph.json yet), print:
No session data yet — an outcomes pack is generated at the close of a
workflow. Run /amadeus to completion first.
and STOP. Otherwise keep the parsed JSON for the count fields below.
Step 2: Read the content sources
- All artefacts under
amadeus-docs/<phase>/<stage>/— requirements, design decisions, NFRs, infrastructure. - The delivered application and infrastructure code at the workspace root.
Step 3: Write OUTCOMES.md
Write OUTCOMES.md at the workspace root (not inside amadeus-docs/):
# Outcomes Pack
**Scope**: {summary.scope}
**Stages delivered**: {summary.stages.approved} approved / {summary.stages.total} total
**Duration**: {summary.duration_minutes} min
## 1. What Was Built
- Project name and description (from requirements)
- Scope the workflow ran at
- Units of work delivered and what each contains
- Key architectural decisions and why (from design artefacts)
- Tech stack with version pins
## 2. Repository Structure
- Annotated directory tree of the delivered code
- What lives where and why
## 3. Setup Guide
- Prerequisites (runtimes, tools, cloud CLI versions)
- Local development setup, step by step
- Required environment variables
- How to run tests
## 4. Build and Deploy
- Build steps
- Full test-suite run
- Infrastructure deployment (from Build and Test artefacts)
- IaC deployment commands with expected outputs, if generated
## 5. Architecture Decisions
- Every significant decision made during the workflow
- Alternatives considered and why rejected
- Constraints that shaped the design (from rules and practices)
## 6. What to Commit vs Archive
| Artifact | Action | Destination |
|----------|--------|-------------|
| `decisions.md` (per stage) | Commit | `docs/decisions/` |
| Architecture summary (1 page) | Write + commit | `docs/architecture.md` |
| NFR summary table | Write + commit | `docs/nfr-summary.md` |
| `audit.md` | Archive — do NOT commit to app repo | Compliance archive |
| Stage question files | Discard | — |
| `amadeus-state.md` | Discard | — |
| Application / infrastructure code | Already committed | — |
## 7. Workflow Footprint
- Stages: {summary.stages.approved} approved, {summary.stages.failed} failed, {summary.stages.pending} pending
- Memory entries captured: {summary.memory.total}
({summary.memory.interpretations} interpretations, {summary.memory.deviations} deviations, {summary.memory.tradeoffs} trade-offs, {summary.memory.open_questions} open questions)
- Learnings captured: {summary.learnings.from_orchestrator} from orchestrator, {summary.learnings.from_user_addition} from user additions
## 8. Known Limitations and What to Tackle Next
- Scope items explicitly deferred during the workflow
(cross-reference the {summary.memory.open_questions} open questions above)
- Technical debt identified but not resolved
- Recommended next steps
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 131 lines · 73 tokens per session scan A d8bd233e840a
amadeus-outcomes-pack is a skill published in the GitHub repository amadeus-dlc/amadeus (8 stars, last pushed 21d ago), licensed Apache-2.0. It adds 73 tokens to every session and 1,106 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
recipe-create-doc-from-template
Copy a Google Docs template, fill in content, and share with collaborators.
sred-project-organizer
Take a list of projects and their related documentation, and organize them into the SRED format for submission.
notion
Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.
slack-report-delivery
Deliver formatted network reports, audit results, topology diagrams, and compliance documentation to Slack channels with rich Block Kit formatting. Use when posting a health check report, sharing a security audit, delivering topology diagrams, or sending scheduled network reports to Slack.
notion
Search, read, create, and update Notion pages and databases. Supports knowledge capture, meeting prep, research documentation, and spec-to-task workflows.
google-workspace-ops
Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls.