Claude Code: Find the Invariants Your Code Assumes But Never Checks
Surface the silent assumptions your code is built on so you can decide which ones deserve real guards.
The Prompt
Already a member? Sign in.
Claude Code: Find the Abstractions That Are Lying to You
Surface the modules whose names, signatures, or interfaces no longer match what they actually do.
Claude Code: Find Every Place Errors Are Swallowed Silently
Locate every catch block, fallback, and default that hides failure instead of surfacing it to the caller.
Claude Code: Find the Module Boundary That Doesn't Exist Yet
Surfaces the seam your codebase is begging for by analyzing import patterns and responsibility leakage.
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.