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.
The Prompt
Already a member? Sign in.
Slash Command: /dead-branch Find Unreachable Code Paths
A Claude Code slash command that hunts down conditions, branches, and returns that can never execute given actual data flow.
Slash Command: /ownership-gap Find Code Nobody Owns
Scans your codebase for files and modules that lack clear ownership signals before they become incidents.
Slash Command: /spec-lock Before Claude Writes a Line
A slash command that forces Claude to lock the spec, contracts, and assumptions in writing before any implementation.
Slash Command: /dead-exports Find Exported Symbols Nobody Imports
Locates every exported function, type, or constant that has zero import references across the entire codebase.