verify-between-waves
Installation
SKILL.md
Verify Between Waves
A named cadence for multi-file refactors. This codifies what happens in practice on successful large refactors — and what's missing on the ones that go sideways.
Why this exists
Refactors fail when edits compound before any get verified. Classic failure mode: wave 1 edits look fine; wave 2 breaks something subtle in wave 1; by wave 4 the tsc errors are so tangled the repro takes longer than redoing the work.
Session evidence
Applied to the scrapin-aint-easy Tier-A refactor pass (one real session, n=1):