rite-buildlisted
Install: claude install-skill ViktorsBaikers/DevRites
# /rite-build: one verified slice
Build and prove one slice. HITL stops; a later user invocation starts the next.
Explicit `.devrites/AFK` alone lets the controlling root chain pending slices,
only under existing green-proof, cap, and pause rules. **Read the active workspace
first**; if none, tell the user to run `/rite-spec <feature>`.
The root owns gates/workspace; a
fresh-context [`devrites-slice-wright`](../../agents/devrites-slice-wright.md)
writes source and tests. Apply the readiness, selection, host, HITL/AFK,
dispatch, doubt, fail-on-red, record, 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. The wright
reads named on-demand rules while writing; root reads them for 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 i