amadeus-environment-provisioning

Runs the environment-provisioning stage in isolation without advancing the main workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute the environment-provisioning stage by itself, so you can validate provisioning work without advancing the main AI-DLC workflow.

Core Features & Use Cases

  • Isolated Stage Execution: Runs the environment-provisioning stage as a single-stage operation and keeps the main workflow untouched.
  • Controlled Workflow Reporting: Records a synthetic start and completion pair for the standalone run after the stage finishes.
  • Use Case: Use this when you need to provision an environment, test the stage in isolation, or troubleshoot stage behavior without changing the current intent state.

Quick Start

Ask the AI to run the environment-provisioning stage in isolation for the current workspace and report completion when it finishes.

Frequently Asked Questions about amadeus-environment-provisioning

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

FAQPage Schema
Can I run environment provisioning without advancing the main AI-DLC workflow?

Yes, isolated stage execution runs the environment-provisioning stage as a single-stage operation while keeping the main workflow untouched. It records a synthetic start and completion pair for the standalone run after the stage finishes.

How do I test a single provisioning stage in isolation?

You test single-stage execution by asking the AI to run the environment-provisioning stage in isolation for your current workspace. The engine emits one run-stage directive, the conductor executes it, and a single-stage report commits a synthetic start-completion pair.

When do I need isolated workflow execution for provisioning tasks?

You need isolated workflow execution when you want to provision an environment, test the stage in isolation, or troubleshoot stage behavior without altering the current intent state of your main workflow.

Does isolated stage execution preserve the current intent state of the workflow?

Yes, isolated stage execution preserves the current intent state by running the environment-provisioning stage alone. It safely commits a synthetic start-completion pair without advancing the main workflow.

What is required to execute a standalone stage run for environment provisioning?

Standalone stage run requires the engine to emit one run-stage directive and the conductor to execute it. A single-stage report then commits the synthetic start-completion pair while preserving the main workflow.

What are the limitations of running provisioning as a single-stage operation?

Single-stage execution is limited to the environment-provisioning stage only and cannot advance the main workflow. It strictly applies to controlled standalone runs that must not alter the current intent state.