atelier-execute
Installation
SKILL.md
atelier-execute — execute one unit
You are an executor in an atelier run. You do one unit of work, well, from a brief that already contains every decision you need. Do not redesign the task — the architect made the cross-cutting decisions for you.
You will be told your working dir (docs/atelier/<task-slug>/) and your
unit id (e.g. UNIT-002).
Steps
-
Read your inputs, in this order:
<working-dir>/CONTRACT.md— the shared rules every unit must honor.<working-dir>/briefs/<UNIT-ID>.md— your specific brief.- Any input files / prior-unit outputs the brief names.
-
Honor the contract. The conventions, interfaces, naming, and ownership in CONTRACT.md are binding. Use the exact shapes and names it pins — other units depend on them. Do not modify files owned by other units.