Goal Loop

Runs an iterative implement-evaluate-improve loop toward a measurable goal, treating it like gradient descent — attempt, evaluate, diagnose specifically what to fix, revise, repeat — with momentum across iterations and early stopping when progress plateaus. Splits success criteria into checks the implementer sees and held-out checks it never sees, so passing the visible ones while failing the held-out ones is caught and reported as gaming, not success. Use for "keep going until this actually works" tasks, or anywhere you don't fully trust that green visible tests mean the underlying goal was really met.

jsvillalbat 4689ce2 4 files · 12.8 KB Updated

File contents

jsvillalbat/sevito-skills/tree/main/skills/goal-loop commit 4689ce2994

Frequently asked questions

npx skillmds@latest add jsvillalbat/goal-loop