atelier-reviewlisted
Install: claude install-skill luminary19/atelier
# Atelier — Adversarial Review
The builder is blind to their own work. This skill runs **independent, hostile reviewers** over a
finished build, makes each finding **survive an adversarial refutation**, confirms everything **live in a
real browser**, then applies fixes and re-checks. It is the structured, repeatable version of the
multi-agent audit — **without** needing ultracode: it orchestrates ordinary subagents (the `Task` tool),
which are always available.
> **Inputs:** a built, runnable site/app + the **Direction Doc** (to check fidelity, via `atelier-direction`).
> **Rubrics it reviews against** (cite cross-skill refs fully-qualified): `atelier-perf-a11y/references/
> preflight-checklist.md`, `…/anti-slop-preflight.md`, `…/accessibility.md`, `…/performance.md`, plus the
> domain refs under `atelier-motion`, `atelier-scroll`, `atelier-webgl`, `atelier-typography`,
> `atelier-layout`, `atelier-foundations`. Reviewer + verifier prompt templates and the findings contract:
> **`references/reviewer-prompts.md`** (this skill's own ref). Live in-browser playbook:
> **`references/live-verification.md`** (this skill's own ref).
## Where this sits — the quality ladder
Three layers, escalating rigor — **same rubrics throughout**, just re-checked with more independence:
1. **perf-a11y self-checklist** (`atelier-perf-a11y/references/preflight-checklist.md`) — Core Web Vitals +
WCAG 2.2 AA. Every build.
2. **anti-slop self-checklist** (`atelier-perf-a11y/references/anti-slop-pr