CLAUDE.md: Refuse to Code Until the Failure Modes Are Named
A CLAUDE.md block that makes Claude enumerate how a feature can fail before writing a single implementation line.
The Prompt
Already a member? Sign in.
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.
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: Reconstruct the Mental Model From a Cold Repo
Force Claude to map the implicit architecture of an unfamiliar codebase before touching a single line.
CLAUDE.md: Force Claude to Show Its Work Before Editing
A CLAUDE.md block that makes Claude Code state its plan, assumptions, and rollback path before any file change.