Amadeus compose
Agent skills, templates, examples, validators, and docs for operating Amadeus DLC, a lifecycle contract for AI driven software development.
npx -y skills add amadeus-dlc/amadeus --skill amadeus-composeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Compose a tailored AI-DLC workflow plan - the adaptive composer reads your task (or a scan report), proposes the EXECUTE/SKIP stage grid that fits, and after your approval authors it as a scope and runs it. A typeable shortcut for `/amadeus compose`; the same one door, forced to the full composer even when a stock scope would match.
SKILL.md
1.3 KB, as published. Nobody here has run it
AI-DLC - compose a workflow plan
Force the adaptive composer on a task. This is packaging over
/amadeus compose ... - it does not add a second entry point; the engine
recognizes the compose request and names the composer dispatch, and the
conductor runs the same forwarding loop as /amadeus.
Steps
-
Forward the user's
$ARGUMENTSinto the engine with the leadingcomposeverb (pass--report <path>/--new-scopethrough as-is):bun .codex/tools/amadeus-orchestrate.ts next compose $ARGUMENTS -
Act on the directive exactly as the
amadeusskill's forwarding loop describes (the composer-dispatch print names the composer agent; render its proposal and hold the approve/edit/reject gate). From here the flow IS the/amadeusflow - continue its loop until the directive says stop.