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.
The Prompt
Already a member? Sign in.
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.
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: Map the Implicit State Machine in a Stateful Module
Forces Claude to extract the hidden state machine from imperative code before you refactor or extend it.
CLAUDE.md: Require Explicit Null Handling at Every Boundary
System config that forces Claude to surface and handle null/undefined at every IO and module boundary.