add-screenlisted
Install: claude install-skill kvdm-co-pilot/create-cmp
# add-screen — stamp a presentation slice over an existing entity
> Deterministic-stamp, gate-proven. The script (`qa/scaffold-feature.mjs --preset screen`) does
> the mechanical work — copy the `home` exemplar's presentation files, whole-word identifier
> rename, DI injection for the ViewModel only, nav route + import. You (the AI) only refine spec
> wording and adapt the screen to the entity's real shape. You are not done until
> `node qa/verify.mjs` PASSes and the receipt is committed — see this project's `CLAUDE.md`.
This is the `screen` subset of `add-feature` — same stamper, same rename mechanic, filtered to
the 6 presentation+tests+spec files, **composed on top of an entity that already exists** (via
`add-repository` or a prior `add-feature` run). If the entity doesn't exist yet, this will refuse
to stamp anything — see step 2.
**Name the lane first, out loud.** Before any tool runs, tell the human in a sentence which
lane this request takes (`CLAUDE.md` §"After genesis"): a screen carrying decisions worth
recording or blast into signed artifacts goes through a feature brief
(`docs/features/<name>.md`, signed before code); an ordinary screen is direct lane — say
so, then continue here. Never route silently.
## Why a stamper and not hand-written files
Every hand-written file is a drift chance in this project's architecture. `qa/scaffold-feature.mjs
--preset screen` produces a **conforming skeleton by construction**: a Screen composable with a
testTagged root, a Vie