Production Bug Triage Protocol
A surgical protocol for triaging a live production bug with Claude Code without making things worse.
The Prompt
Already a member? Sign in.
Related prompts
Unfinished Feature Detector
Scans your codebase for incomplete features, TODOs, and stub implementations that might ship to production.
Convert a Bug Report Backlog Into a System Trust Map
Find which parts of your system users have stopped trusting based on patterns in your bug report history.
Cursor: Trace a Bug Across Async Boundaries
Forces Cursor to map the full async execution path before guessing at a fix for race conditions or stale state bugs.
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.
