Loop
- Goal
- recent changes are clean, minimal, and convention-aligned
- Exit when
- review finds no slop and checks pass
Check between iterations
npm run lint && npm test
$
Kickoff prompt
Start the "De-Sloppify Pass" loop.
Goal: recent changes are clean, minimal, and convention-aligned
Max iterations: 4
Between iterations run: npm run lint && npm test
Exit when: review finds no slop and checks pass
Step 1: After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with project conventions.
›