diff --git a/docs/index.html b/docs/index.html
index 890ab58..b16136f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -154,6 +154,7 @@
skval vs. skill-creator
| Structural / lint checks | — | ✓ deterministic static checks (D1) |
| Safety gate | — | ✓ veto gate + safe extraction of untrusted skills (D6) |
| Offline, no-model path | — needs model runs + review | ✓ deterministic scan, CI-gateable (exit ≠ 0 on Reject) |
+ | Pre-run cost estimate | — tokens / time only, after the run | ✓ token + $ projection before you launch |
| With-skill vs. baseline evals | ✓ core of the loop | ✓ effectiveness + lift, significance (D2) |
| Reliability | variance (mean ± stddev) | ✓ pass^k over N trials, scored (D3) |
| Triggering | ✓ description optimizer (train / test) | ✓ precision / recall / F1, scored (D5) |