amadeus-code-generation

Execute an isolated AI-DLC code-generation stage without advancing the main workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It lets you execute the AI-DLC code-generation stage by itself when you need implementation work completed without moving the main workflow forward.

Core Features & Use Cases

  • Isolated stage execution for code-generation tasks.
  • Synthetic single-stage reporting that starts and completes only the requested stage.
  • Safe workflow separation so the main Intent's current stage remains untouched.
  • Useful when you want to produce construction-phase output, verify one stage at a time, or handle stage-specific user questions through the grilling bridge.

Quick Start

Ask the assistant to run the amadeus code-generation stage in isolation for the current task and complete the single-stage report afterward.

Frequently Asked Questions about amadeus-code-generation

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

FAQPage Schema
How do I run a single code-generation stage without advancing the main workflow?▼

To run an isolated code-generation stage without advancing the main workflow, execute the AI-DLC construction-phase task synthetically. This preserves the main workflow's current stage untouched while emitting and completing only the requested implementation directive.

What is isolated stage execution in AI-DLC construction phases?▼

Isolated stage execution in AI-DLC construction phases is the process of running a single code-generation directive independently. It produces implementation output and synthetic single-stage reporting without modifying the main workflow state.

Can I handle user grilling prompts during code generation without affecting the main workflow?▼

Yes, you can handle user grilling prompts during code generation without affecting the main workflow by using the stage-specific grilling bridge. This processes construction-phase questions while keeping the main Intent current stage untouched.

Does running the code-generation stage in isolation affect the main workflow's current stage?▼

Running the code-generation stage in isolation does not affect the main workflow current stage. The engine safely separates the execution to emit the code-generation directive while leaving the main workflow completely untouched.

How do I verify one construction-phase stage at a time using AI-DLC?▼

To verify one construction-phase stage at a time using AI-DLC, run the code-generation stage in isolation. This generates implementation output and a synthetic single-stage report, allowing you to verify individual stages before advancing the main workflow.