Skip to content
TestedFreeSetup

The Cold Walk.

Claude visits your site as a stranger on a phone and reports what got in the way.

2 viewsWorks withClaude
Prompt Locked
01

What this prompt does

  • Proves the browser has really forgotten you before it starts
  • Opens your site at phone size as a brand-new visitor
  • Tries to join your list and tries to buy, stopping before payment
  • Reports the five biggest problems, worst first, with the smallest fix
02

Why it works

Opens your site on a phone as someone who has never seen it, tries to sign up and buy, and reports what got in the way. You know where every button is, which is exactly why you can't judge your own site.

Tested on a live business site, all the way through the buy step, stopping at the payment screen.

Step zero is the part nobody else does, and it exists because the obvious version of this prompt is quietly broken. The setting that is supposed to make the browser forget you does not reliably do it. On a live run the browser still carried a tracking cookie from an earlier visit, with a counter reading session number two — the "first-time visitor" had been there that morning. Every finding from a walk like that reads as clean and proves nothing.

So it now checks three things before it walks and refuses to start if any come back dirty. On the run that caught this, only one of the three spotted it; the other two looked fine. The obvious one-check version would have said "all fresh" and been wrong.

03

Setup

  1. Fill in the two brackets

    Swap [YOUR WEBSITE] and [YOUR EMAIL] for your own.

  2. Paste it into Claude Code and let it set itself up

    It installs Playwright if it needs to and opens the browser in isolated mode.

  3. Let it run its three freshness checks before it walks

    It looks for stored data, a tracking cookie, and a saved cookie-banner decision. If any of the three comes back non-empty it stops and tells you the browser is not fresh. Don't argue with it — restart and go again. A contaminated walk finishes, reads as clean, and misses everything a real first-time visitor hits.

  4. Read the report top to bottom before you reply

    Up to five problems, worst first, each with the smallest fix. Your instinct will be to explain why each one isn't really a problem. That instinct is the reason you needed it.

  5. Fix the first finding, then run it again

    One at a time beats a list you never start.

04

Tips for this prompt

  • If it says the browser isn't fresh, don't argue — restart it.
  • Read the findings without explaining why each one isn't really a problem.
  • Fewer than five findings is a good result, not a failed run.
  • It stops at the payment screen. It never buys anything.
05

How to use the prompt

  1. 1Swap [YOUR WEBSITE] and [YOUR EMAIL] for your own
  2. 2Paste it into Claude Code and let it set itself up
  3. 3Let it run its three freshness checks before walking
  4. 4Read the report top to bottom before replying
  5. 5Fix the first finding, then run it again
Tags#browser#automation#playwright#claude code#mobile#ux#cro#website audit