brain-buildlisted
Install: claude install-skill stuinfla/ruvnet-brain
<!-- Credit: this contract productizes a community field pattern — the 7-rule standing prompt
hand-written by the PR #8 contributor (Eva Draganova, 2026-07-10) to force the brain into
disciplined autonomous building. Her forcing insight: "grade 1-100, no pass under 95 →
forced it to loop and improve." All the machinery existed; this skill removes the 40
hand-written lines needed to activate it. -->
# Brain-Build — the standing contract, activated by one line
`/brain-build <what you want>` means: no human is watching until it's done. Run the whole build
under the contract below. The AUTONOMOUS MODE rules injected by the grounding hook
(`plugin/scripts/ground-ruvnet.sh`) apply in full — this skill carries them even on turns where
that hook doesn't fire.
## 1. Phases — rUv's SPARC, with a rubric per phase
Structure the build as the five SPARC phases with a quality gate between each — rUv's own
convention (phases + gates: `concepts/sparc/CARD/sparc-card`; per-phase docs:
`sparc/specification/README.md`). Gate criteria follow rUv's ruflo-sparc gate checks
(`ruflo/plugins/ruflo-sparc/commands/ruflo-sparc.md`):
| Phase | Rubric (the /100 grade is against THIS) |
|---|---|
| **S** Specification | Requirements complete; ≥3 acceptance criteria; constraints explicit; edge cases identified. |
| **P** Pseudocode | Design covers every acceptance criterion; error paths explicit; complexity annotated. |
| **A** Architecture | Every constraint addressed; API contracts