amadeus-deployment-pipeline

Run an isolated deployment-pipeline stage with synthetic reporting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute the AI-DLC deployment-pipeline stage by itself when you need a focused operation-phase run without moving the wider workflow forward.

Core Features & Use Cases

  • Isolated stage execution: Runs only deployment-pipeline and its gate, making it ideal for targeted deployment checks.
  • Single-stage reporting: Commits a synthetic start/completion pair after the run so the stage is tracked cleanly.
  • Workflow safety: Leaves the main workflow Current Stage untouched, which is useful for experiments, rehearsals, and one-off fixes.

Quick Start

Use the amadeus-deployment-pipeline skill to run the deployment-pipeline stage in isolation and report completion when the stage finishes.

Frequently Asked Questions about amadeus-deployment-pipeline

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

FAQPage Schema
How do I run a deployment pipeline stage in isolation without advancing the main workflow?

To run a deployment pipeline stage in isolation, execute a single-stage operation-phase run with a single run-stage directive. The main workflow state remains untouched and stops cleanly after completion.

What is isolated stage execution for deployment pipelines?

Isolated stage execution runs only the deployment-pipeline and its gate without moving the wider workflow forward. This is ideal for targeted deployment checks, experiments, rehearsals, and one-off fixes.

How does single-stage reporting work for isolated deployment runs?

Single-stage reporting commits a synthetic start and completion pair after the deployment run. This ensures the isolated stage is tracked cleanly without modifying the main workflow's Current Stage.

Can I execute a targeted deployment check without altering my current workflow state?

Yes, you can execute targeted deployment checks while leaving the main workflow Current Stage completely untouched. The run requires a single run-stage directive and stops cleanly after the stage finishes.

What are the requirements for running a single-stage deployment pipeline?

Running a single-stage deployment pipeline requires a single run-stage directive, guided execution, synthetic single-stage reporting, and preserved main workflow state. It packages equivalently to a stage-specific single run command.

When should I use an isolated deployment-pipeline run instead of a full workflow?

Use an isolated deployment-pipeline run for experiments, rehearsals, and one-off fixes when you need focused operation-phase execution. It prevents the main workflow from advancing while completing the targeted stage.