Feature Eval Author

WHAT: Build a behavioral eval that drives a small model of your choice (any pi provider) headless through the pi SDK to measure whether a pi extension / feature actually changes model behavior - does the model READ injected state, ACT on an injected directive, or pick the right memory. WHEN: You added or changed a pi extension that injects context, nudges, recalls, or steers (memory, todo, scratchpad, capture, recall, guardrails) and want evidence it works on a small model, not just on a frontier one. DO-NOT: Use for unit logic that vitest already covers (pure reducers, formatters, scorers - test those offline), for frontier-model-only behavior, or for anything that does not need a live model in the loop.

weikinhuang 693f5dd 3 files · 24.2 KB Updated

File contents

weikinhuang/dotfiles/tree/main/config/pi/skills/feature-eval-author commit 693f5dd8e9

Frequently asked questions

npx skillmds@latest add weikinhuang/feature-eval-author