Skip to main content
Generalmarkus41

verify-between-waves

Checkpoint-between-waves cadence for multi-file refactors. After each logical batch (wave) of edits, run typecheck + tests; commit only on green; roll back the wave (not the whole branch) on red. Use for any refactor touching more than three files or three distinct concerns.

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--verify-between-waves
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/plugins/claude-code-expert/skills/verify-between-waves/SKILL.md -o .claude/skills/verify-between-waves.md

Drops the SKILL.md into .claude/skills/verify-between-waves.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.