← ClaudeAtlas

score-auditlisted

Compute ERC-26's current expected qualification score against the rubric, identify the cheapest unclaimed point, and recommend what to build next in point order. Use when deciding priorities, when time is short, or before the 2026-09-06 grasp decision.
Faaz17/Agents-and-Skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill Faaz17/Agents-and-Skills
# /score-audit, expected score and the next cheapest point The point-budget equivalent of a weight budget. Adapted from SumoX-26's `/bom-builder`, which did the same job for grams. Answers one question: given where the project actually is, what is the expected qualification score, and what is the cheapest point still unclaimed? ## The model ``` Qualification % = 0.50 × (trial points / 19) + 0.20 × code + 0.10 × video + 0.20 × report ``` Full breakdown in `docs/SCORING.md`. ## Steps 1. **Read `results/trials.csv`.** Take the best trial score, since the committee takes the best of three attempts. If the file is empty or missing, say so plainly: trial points are 0 banked, and everything else is projection. 2. **Score the trial component honestly**, per item, marking each banked or projected: | Item | Points | Status | |---|---|---| | Column publish | +1 | banked / projected / not started | | Column annotated image | +2 | | | Navigate to column (**needs the grasp**) | +3 | | | Row publish | +1 | | | Row annotated image | +2 | | | Grasp | +3 | | | Navigate to bin (**needs delivery**) | +3 | | | Place, dropped +2 or gentle +4 | | | | Collisions observed | -0.5 each | | Apply the two contingencies. Navigation to the column scores nothing without a successful grasp, and navigation to the bin scores nothing without delivery. Do not count them as banked while the grasp is unproven. 3.