Hill Climb

Metric-driven optimization loop: baseline a number, profile the cost, then accept or revert one change per iteration on measured evidence until the target is hit or the curve plateaus. Use when the user says "make this faster", "reduce memory", "speed up CI", "get p99 under 200ms", "improve the frame rate", "cut the bundle size", "make the tests run quicker", or "reduce token cost". Requires one number, a repeatable command that prints it, and a fixed dataset; the loop stops and says so when the harness is too noisy to measure the improvement being chased.

notque 02b91cc 7 files · 39.2 KB Updated

File contents

notque/vexjoy-agent/tree/main/skills/meta/hill-climb commit 02b91cc5e0

Frequently asked questions

npx skillmds@latest add notque/hill-climb