amadeus-validator

Validates Amadeus workspace artifacts and intent records against the runtime contract.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Amadeus projects need a reliable way to verify that lifecycle artifacts, intent records, and supporting maps still satisfy the runtime contract after edits.

Core Features & Use Cases

  • Workspace Validation: Checks the overall Amadeus workspace structure, including the aidlc root, space directories, memory files, and knowledge indexes.
  • Intent Record Validation: Verifies intent registry consistency, active intent pointers, state documents, audit evidence, and stage completion requirements.
  • Domain and Lifecycle Checks: Confirms domain maps, context maps, Event Storming artifacts, and v2 lifecycle state conventions for completed work.
  • Use Case: Use it after creating or updating intent artifacts to catch missing files, broken references, or contract violations before the workspace is treated as valid.

Quick Start

Ask the amadeus-validator skill to validate the current workspace or a named intent directory and return pass, fail, or blocked.

Frequently Asked Questions about amadeus-validator

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

FAQPage Schema
How do I validate Amadeus lifecycle artifacts after editing intent records?▼

You can validate Amadeus lifecycle artifacts by running the amadeus-validator on the current workspace or a named intent directory. It inspects the aidlc structure, markdown references, and JSON registries to return pass, fail, or blocked.

What does an Amadeus workspace consistency check verify?▼

An Amadeus workspace consistency check verifies the overall aidlc root structure, space directories, memory files, and knowledge indexes. It also confirms active intent pointers, state documents, and stage completion requirements against the runtime contract.

Do I need Bun to inspect domain and context maps for Amadeus projects?▼

Yes, Bun is required along with the bundled validator entrypoint to inspect domain and context maps. The validator uses this environment to process Event Storming artifacts and v2 lifecycle state conventions.

When should I run a lifecycle state audit on my workspace?▼

You should run a lifecycle state audit after creating or updating intent artifacts. This catches missing files, broken references, or contract violations in domain maps and Event Storming sessions before the workspace is treated as valid.

Why does my intent registry validation return a blocked status?▼

Intent registry validation returns a blocked status when required stage-completion evidence, audit evidence, or state documents are missing. The validator detects these contract violations and incomplete files during the aidlc structure inspection.

Can I check Event Storming artifacts and grilling trails against the runtime contract?▼

Yes, you can check Event Storming artifacts and grilling trails against the runtime contract. The validator confirms these domain and lifecycle artifacts alongside context maps to ensure completed work satisfies v2 lifecycle state conventions.