amadeus-units-generation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute the AI-DLC units-generation stage on its own when you need isolated inception work without moving the main lifecycle forward.

Core Features & Use Cases

  • Single-Stage Execution: Runs only the units-generation stage and then stops, instead of continuing the broader workflow.
  • Isolated Recordkeeping: Commits a synthetic stage start and completion pair so the run is auditable without changing the main Current Stage.
  • Guided Interaction: Supports grilling-style user interaction during the stage, including one-question-at-a-time collaboration when the user chooses that mode.
  • Use Case: Helpful when you want to package or verify units-generation as a self-contained task for analysis, review, or troubleshooting.

Quick Start

Ask the assistant to run the units-generation stage in isolation and report completion without advancing the main workflow.

Frequently Asked Questions about amadeus-units-generation

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

FAQPage Schema
How do I run the AI-DLC units-generation stage without advancing the main workflow?

To isolate the units-generation stage, the orchestrator requests a single-stage directive, executes the emitted stage exactly, and commits a synthetic stage-started and stage-completed pair while preserving the main Current Stage.

What is isolated stage execution in AI-DLC workflow orchestration?

Isolated stage execution runs a specific inception-phase stage like units-generation independently, committing a synthetic start and completion record for auditability without advancing the broader workflow's Current Stage.

How does synthetic workflow recording work for single-stage execution?

Synthetic workflow recording commits a stage-started and stage-completed pair for the isolated run, ensuring the execution is fully auditable while preserving the main workflow's Current Stage.

Can I use guided user interaction during isolated units-generation execution?

Yes, isolated units-generation supports grilling-style user interaction during the stage, including one-question-at-a-time collaboration when you choose that mode for inception-phase work.

When should I run a single-stage workflow instead of the full AI-DLC lifecycle?

You should run a single-stage workflow when you need to package or verify units-generation as a self-contained task for analysis, review, or troubleshooting without advancing the main lifecycle.