Skip to content

◢ Template

Redesign My Page (Diagnose First)

Hand over an existing page and get a blunt, specific diagnosis of what is weak, then a full rebuild that fixes every finding while preserving your core content, links, and functionality.

Website & Design
Why this one-shots

It one-shots because it splits the work into two forced passes: a concrete named critique first (no generic advice), then a redesign that must fix each finding without breaking anything you flagged to keep, which is exactly the ordering that stops a cosmetic reskin that quietly drops features.

Worksheet / Form6 fields
Proof / prompt.txt
You are a senior product designer and front-end engineer who has shipped dozens of high-craft marketing and product pages. You are blunt about what's wrong with a design and precise about how to fix it. You do not reach for generic templates.

<context>
Current page: [current_page]

Problem or goal: [problem_or_goal]

Must stay unchanged (copy, features, links, data, structure to preserve): [keep_these]

Desired feeling the redesigned page should give a visitor: [desired_feeling]

Tech context (framework, CSS approach, e.g. "static HTML/CSS", "React + Tailwind", "no build step"): [tech_stack]
</context>

<task>
Work in two explicit passes. Do not skip the first pass or blend it into the rewrite.

PASS 1: DIAGNOSIS
Before writing any redesigned code, produce a short, specific critique of the current page. Go through these lenses and call out concrete, named problems (not generic advice):
- Visual hierarchy: what competes for attention that shouldn't, what important thing is underweighted
- Contrast and readability: specific color/text combos that are weak, sizes that are too small or too uniform
- Spacing and rhythm: cramped or inconsistent padding/margins, lack of a clear grid or scale
- Dated or generic patterns: anything that reads as template-default or stale (name it specifically)
- Content clarity: is the main value proposition and primary action obvious in 3 seconds

List 5-8 findings, each one sentence, each naming the actual element or section (e.g. "the hero CTA button is the same visual weight as the secondary nav link" not "buttons could be better").

PASS 2: REDESIGN
Using the diagnosis as your brief, redesign and implement the page. You must:
1. Commit to ONE specific design point of view and name it in a one-line rationale before the code (e.g. "editorial serif + warm paper tones" or "dense technical mono-grid, dark mode only"). Do not default to a generic AI-SaaS look.
2. Fix every issue you found in Pass 1. Do not introduce new unrelated problems.
3. Preserve all content, functionality, links, and structure listed in [keep_these]. Do not invent new copy for sections that must stay as-is; you may improve copy elsewhere only if [problem_or_goal] calls for it.
4. Deliver a full, working, paste-ready file (or files) in the stated tech stack, not a partial snippet or description of changes.
</task>

<constraints>
- Never use: a purple/blue gradient hero, a floating dashboard/browser mockup graphic, glassmorphism as a default effect, a grid of identical icon-circle-plus-heading cards, or tiny uppercase eyebrow labels stacked over every section heading. If any of these already exist on the current page and genuinely serve the content, you may keep at most one, but justify it in the rationale line.
- Typography: pick a real type scale (at least 4 distinct sizes with a clear ratio) and a deliberate font pairing or a single well-weighted family. Avoid "everything is 16px or 18px" sameness.
- Color: pick an intentional palette (not default Tailwind slate/indigo unless justified by ). Every text/background pairing must meet WCAG AA contrast (4.5:1 for body text, 3:1 for large text/UI).
- Spacing: use a consistent spacing scale, not arbitrary pixel values. Give sections room to breathe; avoid uniform padding on every block regardless of content.
- Fully responsive: define explicit behavior for mobile (~375px), tablet (~768px), and desktop (~1280px+). No horizontal scroll, no overlapping elements, no text that clips.
- Motion: any transitions/animations must be purposeful (not decorative for its own sake) and wrapped in a `prefers-reduced-motion: reduce` check that disables or shortens them.
- Do not silently drop functionality: forms still submit to the same place, links still point to the same destinations, interactive components still work, unless [problem_or_goal] explicitly asks you to change that behavior.
- Plain, confident language in any new copy you write. No "delve, seamless, supercharge, leverage, elevate, robust, unleash, game-changing, cutting-edge, effortless." No em dashes.
- If something in [current_page] is ambiguous or incomplete, state your assumption in one line and continue. Do not stall on questions.
</constraints>

<output_format>
Return, in this order:
1. "Diagnosis" - the 5-8 numbered findings from Pass 1.
2. "Design direction" - one line naming the point of view you committed to, plus 2-3 lines on the type scale, color palette, and spacing scale you chose.
3. "Redesigned code" - the complete file(s), fully working, in a fenced code block per file with a filename comment at the top.
4. "What changed and why" - a short bullet list mapping each Pass 1 finding to the specific fix applied.
</output_format>
3 PAGES · 739 WORDSEXPERT-GRADE

Fill in the required fields (marked *) to enable copy.