amadeus-session-cost

Summarize Amadeus workflow session cost from the runtime summary JSON.

5|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-session-cost
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amadeus-session-cost
Source: https://github.com/amadeus-dlc/amadeus/tree/main/.agents/skills/amadeus-session-cost
Command: npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-session-cost

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill gives teams a deterministic readout of what an Amadeus workflow has consumed so far, so they can understand progress, stage outcomes, memory activity, sensor firings, and captured learnings without manually inspecting runtime data.

Core Features & Use Cases

  • Session summary reporting: Presents workflow duration, scope, and stage counts directly from the materialized runtime summary.
  • Progress visibility: Helps teams see how many stages are approved, failed, or pending, including phase-level breakdowns.
  • Operational diagnostics: Surfaces memory entries, sensor firings, and learnings captured to support workflow analysis and oversight.
  • Use case: A project lead can quickly check whether a long-running AI-DLC workflow is making progress or whether sensors and pending stages indicate that intervention is needed.

Quick Start

Ask the assistant to run the amadeus-session-cost skill and report the current workflow session cost summary.

Frequently Asked Questions about amadeus-session-cost

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the runtime cost and progress of an active Amadeus workflow?

To check the runtime cost of an active Amadeus workflow, run the read-only session cost skill. It deterministically reports workflow duration, stage outcomes, memory activity, and sensor firings without mutating state or writing files.

What is included in an Amadeus workflow session cost summary?

An Amadeus workflow session cost summary includes total workflow duration, stage counts, approved or failed phases, memory entries, sensor firings, and captured learnings extracted directly from the live runtime graph.

Can I monitor AI-DLC workflow stage progress without triggering audit events or writing files?

Yes, you can monitor AI-DLC workflow stage progress safely by executing the session cost skill in read-only mode, which explicitly prevents state mutations, audit events, and file writes while generating a runtime summary JSON output.

How do I get operational diagnostics like sensor firings from a live Amadeus runtime?

To get operational diagnostics from a live Amadeus runtime, request the session cost summary. It surfaces memory entries, sensor firings, and captured learnings to support workflow analysis and project oversight.

Does the Amadeus session cost reporting tool require specific dependencies or components?

No, the Amadeus session cost reporting tool requires no external dependencies or components. It relies entirely on the materialized runtime summary JSON output from the active AI-DLC workflow.