amadeus-deployment-execution

Run the AI-DLC deployment-execution stage in isolation and record completion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you run the AI-DLC deployment-execution stage by itself, so you can execute operation-phase work without advancing the main workflow or affecting the current stage.

Core Features & Use Cases

  • Isolated stage execution: Runs only the deployment-execution stage and its gate as a single-stage operation.
  • Synthetic record handling: Commits a synthetic started and completed pair for the isolated run, keeping the main workflow untouched.
  • Practical use case: Use it when you want to validate a deployment step, rehearse an operation-phase action, or troubleshoot stage behavior without moving the live Intent forward.

Quick Start

Ask the assistant to run the deployment-execution stage in isolation for the current AI-DLC workspace.

Frequently Asked Questions about amadeus-deployment-execution

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

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

Isolated deployment execution runs the deployment-execution stage independently by emitting a single run-stage directive and writing a synthetic started and completed pair, leaving the main workflow Current Stage unchanged.

What is a synthetic started and completed record in workflow orchestration?

Synthetic started and completed records are committed pairs for isolated stage runs that log deployment execution without moving the main workflow Current Stage forward or affecting the live Intent.

Can I validate a deployment step without affecting the current workflow stage?

Yes, you can validate a deployment step by running the deployment-execution stage in isolation, which executes operation-phase work and records completion while keeping the main workflow Current Stage untouched.

How to rehearse an operation-phase action in AI-DLC without moving the live Intent forward?

Rehearse an operation-phase action by triggering the deployment-execution stage in isolation, which executes the stage gate and commits synthetic records without advancing the live Intent or main workflow.

When should I use an isolated stage runner for deployment tasks instead of the full workflow?

Use an isolated stage runner for deployment tasks when you need to validate a deployment step, rehearse an operation-phase action, or troubleshoot stage behavior without advancing the live workflow or Intent.