Using Claude as a Ruthless UI/UX Reviewer with Specific Persona Prompt

✍️ OpenClawRadar📅 Published: March 30, 2026🔗 Source
Using Claude as a Ruthless UI/UX Reviewer with Specific Persona Prompt
Ad

A developer on r/ClaudeAI describes using Claude with a browser extension to review their own live application through a specific persona prompt, rather than just building with it. The approach involves two distinct review passes with structured output.

Key Details from the Source

The core prompt provided in the source material is:

"You are the most ruthless, conversion-obsessed startup founder and UI/UX designer alive. You've scaled 3 SaaS products past $10M ARR. You've studied every pixel of Linear, Superhuman, Vercel, Raycast, and Arc. You can spot a vibe-coded AI project from 50 feet away. Your only goal: make every single visitor start a free trial."

The review process consists of two passes:

  • First pass: The AI acts as the described designer, critically analyzing every visual decision.
  • Second pass: The AI simulates a first-time end user, clicking through the entire app and reporting points of confusion or where they considered leaving.

The output is organized into a markdown file with three priority levels: critical, high impact, and nice to have. This file is then fed directly to Claude Code to implement the fixes.

Ad

Specific Issues Identified

The developer reports that this method caught several problems they had overlooked:

  • A pro upgrade modal appearing immediately after onboarding, before the user received any value
  • Three simultaneous upsell touchpoints on every page, making the free tier feel like nagware
  • Completely broken mobile layouts on the landing page
  • An onboarding flow that ignored the goal the user had just selected

The developer emphasizes that the specific persona matters more than generic instructions. They note that a simple "review my UI" prompt yields polite suggestions, while this persona prompt generates feedback similar to what you'd receive from a cofounder focused solely on conversion, without concern for feelings.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude AI Agents Build Simulator, Optimize Game Algorithm to Beat Human Score
Use Cases

Claude AI Agents Build Simulator, Optimize Game Algorithm to Beat Human Score

A developer tested Claude AI agents on the programming game The Farmer Was Replaced by having them build a Python simulator of the game, then iteratively develop a sunflower harvesting algorithm. The AI achieved a time of 5:21, beating the developer's personal best and reaching rank 30 on the global leaderboard.

OpenClawRadar
OpenClaw setup on 8-year-old Raspberry Pi with $0 spent
Use Cases

OpenClaw setup on 8-year-old Raspberry Pi with $0 spent

A developer successfully set up OpenClaw on an old Raspberry Pi 4 with 8GB RAM, running 24/7 for three weeks with minimal costs. The setup includes basic skills like ClawHub, Notion, GOG, local Whisper, and Nano Banana, plus a human-like memory system and five agents.

OpenClawRadar
Postmortem: Governance System for AI Coding Projects with Claude
Use Cases

Postmortem: Governance System for AI Coding Projects with Claude

A developer shared a postmortem on a 2-week Claude Code project that produced 23k lines of code and 2,629 tests for approximately $100, emphasizing that the governance system was more important than the prompts. The framework is open source.

OpenClawRadar
Garlic Farmer Builds 19K-Line AI Agent System on Android Phone
Use Cases

Garlic Farmer Builds 19K-Line AI Agent System on Android Phone

A Korean garlic farmer has built a 19,260-line Python AI agent system called 'garlic-agent' that runs entirely on an Android phone using Termux. The system rotates between multiple AI providers, saves context in SQLite, and uses a manual copy-paste workflow for development.

OpenClawRadar