Minimal Diff Mode
Constrain Claude to the smallest possible change. Eliminates surprise refactors and scope creep.
The Prompt
Free accounts also get the weekly newsletter.
Slash Command: /contract-diff Between What the Code Promises and Returns
A slash command that surfaces gaps between a function's declared contract (types, docstring, tests) and its actual runtime behavior.
CLAUDE.md: Require a Rollback Path Before Any Schema Change
Stops Claude from generating database migrations without a tested, explicit rollback strategy attached.
CLAUDE.md: Lock Down the Dependency and Import Discipline
Generates a CLAUDE.md section that prevents Claude from sprawling your dependency tree or breaking import conventions.
Claude Code: Carve a Safe Seam Into a Tangled Module
Plans a minimal, behavior-preserving seam in a messy module so you can refactor or add features without rewriting it.