Wiki

Every time Claude proposes a change, run through these five questions before you approve.

  1. What changed? Read the file list. If it touches files you did not expect, ask why.
  2. Why this approach? Ask Claude to explain in one sentence. The answer should match your prompt.
  3. What could break? Ask "what could go wrong with this change?" Claude is often honest about its own risks.
  4. How do I test it? Run the project. Click around. Click the thing that changed.
  5. Can I undo it? Claude can usually revert. If it touched the database or deployed something, undo is harder.