ClaudeHack
0

Use pushback prompts so Claude proves the change before you ship

Testing / Debugging·13 hours ago·verified 13 hours ago·easy·~0 min setup·verified

Force verification with prompts like “prove this works” and “grill me before the PR” so Claude has to validate instead of declaring done.

The problem

Claude announces success after a plausible-looking diff that was never exercised against main, tests, or your mental model.

The hack

Keep a short set of pushback lines ready: prove it works vs main, grill me before PR, scrap and implement the elegant solution knowing what you know now.

Why it works

Straight from Anthropic’s Claude Code team power-user tips: don’t accept the first solution — make Claude close the verification loop.

Setup

1. After a first implementation, send: `Prove to me this works — diff behavior between main and this branch.` 2. Before opening a PR: `Grill me on these changes and don’t make a PR until I pass your test.` 3. After a mediocre attempt: `Knowing everything you know now, scrap this and implement the elegant solution.` 4. Save the three lines as a `/pushback` skill if you use them daily.

Prompt

Prove to me this works. Diff behavior between main and this branch and show failing cases if any.

Source

anthropic·View original →·by Anthropic

Does this still work?

0 said it works · 0 said it's broken

Related

Discussion

No comments yet. Be the first to say whether this worked for you.