# Amadeus Units Generation

> >

- **Type:** Skill
- **Install:** `agentstack add skill-amadeus-dlc-amadeus-amadeus-units-generation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [amadeus-dlc](https://agentstack.voostack.com/s/amadeus-dlc)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [amadeus-dlc](https://github.com/amadeus-dlc)
- **Source:** https://github.com/amadeus-dlc/amadeus/tree/main/.agents/skills/amadeus-units-generation

## Install

```sh
agentstack add skill-amadeus-dlc-amadeus-amadeus-units-generation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AI-DLC Stage Runner — units-generation

Run the `units-generation` stage on its own. This is opt-in packaging over
`/amadeus --stage units-generation --single`; the same stage is always reachable via
that flag without this skill.

## Steps

1. Ask the engine for the single-stage directive:

   ```bash
   bun .codex/tools/amadeus-orchestrate.ts next --stage units-generation --single
   ```

   The engine emits one `run-stage` directive for `units-generation` (carrying the
   lead agent, the resolved consumes/produces paths, the rules and sensors in
   context, and — on this first directive — the conductor persona). Run the stage
   exactly as the directive describes; do not load the conductor persona by hand,
   the engine delivers it.

2. When the stage's work is done, commit the single-stage record:

   ```bash
   bun .codex/tools/amadeus-orchestrate.ts report --single --stage units-generation --result completed
   ```

   This records a STAGE_STARTED / STAGE_COMPLETED pair under a synthetic workflow
   id and stops. It NEVER writes the main workflow's `Current Stage` — a
   single-stage run is isolated by design (the tool refuses to advance the main
   workflow).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [amadeus-dlc](https://github.com/amadeus-dlc)
- **Source:** [amadeus-dlc/amadeus](https://github.com/amadeus-dlc/amadeus)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-amadeus-dlc-amadeus-amadeus-units-generation
- Seller: https://agentstack.voostack.com/s/amadeus-dlc
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
