Escape the Dungeon · GAD
escape-the-dungeon/v6
Composite score
0.347
Human review
0.00
Human review note
Blank screen on file:// open. KAPLAY canvas game with ES module script requires web server. Gate criterion failed. Same failure mode as v5.
Reviewed by human · 2026-04-08
Dimension scores
Where the composite came from
Each dimension is scored 0.0 – 1.0 and combined using the weights in evals/escape-the-dungeon/gad.json. Human review dominates on purpose — process metrics alone can't rescue a broken run.
| Dimension | Score | Bar |
|---|---|---|
| Human review | 0.000 | |
| Requirement coverage | 0.000 | |
| Planning quality | 1.000 | |
| Per-task discipline | 0.850 | |
| Skill accuracy | 0.833 | |
| Time efficiency | 0.958 |
Composite formula
How 0.347 was calculated
The composite score is a weighted sum of the dimensions above. Weights come from evals/escape-the-dungeon/gad.json. Contribution = score × weight; dimensions sorted by contribution so you can see what actually moved the needle.
| Dimension | Weight | Score | Contribution |
|---|---|---|---|
| planning_quality | 0.15 | 1.000 | 0.1500(37%) |
| per_task_discipline | 0.15 | 0.850 | 0.1275(31%) |
| skill_accuracy | 0.10 | 0.833 | 0.0833(20%) |
| time_efficiency | 0.05 | 0.958 | 0.0479(12%) |
| requirement_coverage | 0.15 | 0.000 | 0.0000(0%) |
| human_review | 0.30 | 0.000 | 0.0000(0%) |
| Weighted sum | 0.90 | 0.4087 |
Note: The weighted sum above (0.4087) doesn't exactly match the stored composite (0.3470). The difference is usually the v3 low-score cap (composite < 0.20 → 0.40, composite < 0.10 → 0.25) or a run with an older scoring pass.
Skill accuracy breakdown
Did the agent invoke the right skills at the right moments?
For each expected trigger we recorded whether the agent invoked the skill at the right point in the loop. Accuracy = fired / expected = 0.83.
| Skill | Expected when | Outcome |
|---|---|---|
| /gad:plan-phase | before implementation | fired |
| /gad:execute-phase | per phase | fired |
| /gad:task-checkpoint | between tasks | fired |
| /gad:auto-conventions | after first code phase | missed |
| /gad:verify-phase | after phase completion | fired |
| /gad:check-todos | session start | fired |
Gate report
Requirement coverage
Reviewer notes on gates
Build exists but renders blank screen on file:// open. ES module + KAPLAY canvas requires web server.
Process metrics