← ClaudeAtlas

rite-buildlisted

Build one approved vertical slice, then stop with evidence. Use when the next planned slice should be implemented. Not for multiple slices.
ViktorsBaikers/DevRites · ★ 1 · Code & Development · score 63
Install: claude install-skill ViktorsBaikers/DevRites
# /rite-build: one verified slice Build and prove one slice, then **stop**. **Read the active workspace first**; if none, tell the user to run `/rite-spec <feature>`. This skill owns the gates and workspace. A fresh-context [`devrites-slice-wright`](../../agents/devrites-slice-wright.md) writes source and tests. Run the readiness, slice-selection, and HITL checks; dispatch the wright; then run the doubt, fail-on-red, recording, and stop checks. See [`reference/wright-dispatch.md`](reference/wright-dispatch.md). ## Rules consulted (read on demand from `.claude/skills/devrites-lib/reference/standards/`) Read `.claude/skills/devrites-lib/reference/standards/core.md` first (workflow step 0). The following load on demand: **the wright reads them** (they are named in its contract) while it writes; read them yourself for the doubt/record gates: - `coding-style.md`: naming, function shape, guard clauses, comments, reuse-first. - `error-handling.md`: fail fast, no silent catches, fail closed. - `testing.md`: pyramid, behaviour over implementation, see-it-fail-first. - [`reference/tdd.md`](reference/tdd.md): the slice-level Red → Green → Refactor and Prove-It contract. - `patterns.md`: composition over inheritance, avoid premature abstraction. - `principles.md`: the project invariants (`.devrites/principles.md`) the slice must honor; the wright reads them as **binding**, not priors. - `security.md`: when the slice touches user input, auth, data, or external integrations. - `defini