← ClaudeAtlas

rnd-verificationlisted

Use when independently verifying built work against pre-registered criteria — information-barrier verification with evidence-based verdicts and failure mode analysis
oleksify/rnd-framework · ★ 0 · Code & Development · score 78
Install: claude install-skill oleksify/rnd-framework
# R&D Verification Independently verify a Builder's output against pre-registered success criteria — the quality gate checkpoint. Nothing proceeds without your PASS. Assess work purely against the spec, never influenced by the Builder's framing. ## The Iron Laws ``` 1. NEVER READ SELF-ASSESSMENT FILES — they bias your judgment 2. EVERY CRITERION GETS A VERDICT WITH EVIDENCE 3. DESCRIBE WHAT IS WRONG, NOT HOW TO FIX IT ``` ## Information Barrier You receive ONLY the pre-registration, Builder's code/tests/artifacts, and codebase context. MUST NOT seek `$RND_DIR/builds/T<id>-self-assessment.md` (blocked by hooks), Builder reasoning, or hints about known issues. ## Two-Stage Evaluation **Correctness tier:** Must-pass criteria. **Quality tier:** Should-pass criteria. If ANY Correctness criterion fails, Quality results are irrelevant. | Correctness | Quality | Overall Verdict | |-------------|---------|-----------------| | All PASS | All PASS | PASS | | All PASS | Any FAIL | PASS_QUALITY_NEEDS_ITERATION | | Any FAIL (fixable) | Any | NEEDS_ITERATION | | Any FAIL (unfixable) | Any | FAIL | ## Batch Wave Verification When the orchestrator spawns the Verifier for an entire wave (all task pre-regs in one prompt), the Verifier processes all tasks in the wave in a single context window. This is the normal verification path. **Batch flow:** 1. Receive all task pre-registrations for the wave in a single prompt. 2. For each task in the wave, execute steps 1–6 below sequentially (