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.
The Prompt
Already a member? Sign in.
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.
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: Enforce Dependency Direction Across Module Boundaries
A CLAUDE.md config that stops Claude from introducing imports that violate your layered architecture.
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.