amadeus-performance-validation

Run the AI-DLC performance-validation 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-performance-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amadeus-performance-validation
Source: https://github.com/amadeus-dlc/amadeus/tree/main/.agents/skills/amadeus-performance-validation
Command: npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-performance-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you run the performance-validation stage by itself when you need to verify operational performance without moving the main lifecycle forward.

Core Features & Use Cases

  • Isolated stage execution: Runs only the performance-validation stage so you can validate the operation phase without changing the main workflow state.
  • Directive-driven workflow: Follows the engine's single-stage directive, executes the stage exactly as requested, and then records completion for the isolated run.
  • Supported use case: Use it when you want a focused performance check for a specific Intent, or when you need a repeatable validation pass that should not advance the current stage.

Quick Start

Ask the assistant to run the performance-validation stage in isolation and report completion for the single-stage run.

Frequently Asked Questions about amadeus-performance-validation

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

FAQPage Schema
How do I run performance validation without advancing the main workflow?

You can run performance validation in isolation by executing only the single-stage validation directive, which verifies operational performance while preserving the main workflow state.

What does isolated stage execution mean for performance checks?

Isolated stage execution runs only the performance-validation stage to check the operation phase without changing the main workflow state, allowing focused performance verification for a specific Intent.

How do I execute a repeatable performance validation pass for a single Intent?

Request the assistant to run the performance-validation stage in isolation, which processes a single run-stage directive and records completion for a repeatable validation pass without advancing the current stage.

Does performance validation require advancing the current AI-DLC workflow stage?

No, performance validation runs without advancing the main AI-DLC workflow. The stage runner emits one run-stage directive, executes it, and reports completion while the main workflow state remains preserved.

When should I use an isolated performance validation stage instead of the full workflow?

Use isolated performance validation when you need a focused performance check for a specific Intent or a repeatable validation pass that should not advance the current stage in the main lifecycle.

Are there limitations to running performance validation in isolation?

Isolated performance validation is limited to single-stage runs for operation-phase checks. It requires the stage runner to emit and execute one run-stage directive and does not advance the main workflow forward.