The Prompt
Read this prompt free
Create a free account — takes 10 seconds. Just your email, no credit card.
Free accounts also get the weekly newsletter.
Tags
#reasoning#debugging#prompting
Related prompts
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.
Cursor .cursorrules: Force Explicit Reasoning on Risky Edits
A .cursorrules block that makes Cursor pause and justify itself before touching auth, payments, migrations, or shared state.
Audit a Codebase for Retry Logic That Will Cause Cascades
Finds every retry pattern in your code that could amplify failures instead of absorbing them.
Cursor Composer: Replace a Callback Hell Chain With Structured Async
Refactor deeply nested callback pyramids into readable async/await with proper error isolation and cancellation awareness.