Slash Command: /scope-guard for Runaway Agent Edits
A reusable slash command that stops Claude Code from quietly expanding the blast radius of a task you gave it.
The Prompt
Already a member? Sign in.
Slash Command: /blast-radius Before Any Multi-File Edit
A reusable slash command that maps the true blast radius of a proposed change across files, services, and consumers.
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: /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.