Redesign Existing Projects
Upgrade existing websites and applications by auditing current design patterns, identifying generic AI aesthetics, and applying premium design standards while preserving all functionality.
Core Process
Three sequential steps — never skip any:
- Scan — understand the framework, styling approach, and existing design tokens
- Diagnose — comprehensive audit identifying weaknesses
- Apply — targeted fixes without rewriting from scratch
Audit Areas
Typography
Common problems:
- Browser default fonts or Inter everywhere
- Headlines lack visual presence or weight
- Body text too small or too large
- No typographic hierarchy — everything looks the same size
Fixes:
- Select distinctive typeface for headings (not Inter)
- Constrain paragraph width to ~65 characters
- Add additional font weights for hierarchy
- Increase heading size contrast ratio
Color & Surface
Problems to flag:
- Pure
#000000 backgrounds
- Oversaturated accent colors
- Purple/blue AI gradient aesthetic — the single most identifiable AI design fingerprint
- Inconsistent shadow tinting (mixed warm/cool shadows)
- Flat designs with zero surface texture
Fixes:
- Replace pure black with off-black (
#0a0a0a, #111111)
- Desaturate accent to 60–70% saturation max
- Replace AI gradients with neutral bases + deliberate single accent
- Unify shadow tinting (warm for warm backgrounds, etc.)
Layout
Problems to flag:
- Three equal-width card columns for feature rows
- Generic hero: centered text + CTA + stock photo
- All sections same spacing and visual weight
- Fixed heights creating awkward content truncation
Fixes:
- Asymmetric grids or masonry for feature sections
- Hero with strong typographic anchor, not stock imagery
- Vary section density for visual rhythm
- Remove fixed heights; let content breathe
Interactivity & States
Critical missing elements:
- No hover effects on interactive elements
- No loading states (items appear instantly or freeze)
- No focus indicators (keyboard users see nothing)
- No empty states (just blank space)
These are not "polish" — they're required quality signals.
Content
Problems:
- Generic names: "John Doe", "Jane Smith", "Company Name"
- AI copywriting clichés: "Elevate", "Seamless", "Streamline", "Next-Generation"
- Vague CTAs: "Get Started", "Learn More"
- Stock photo humans (too perfect, generic)
Fixes:
- Use specific, believable names and companies
- Rewrite copy with concrete outcomes, not adjectives
- CTAs should say what happens next: "Start your free trial", "See the demo"
Implementation Priority
Apply in this order:
- Typography — biggest visual impact, safest change
- Color — replace black, desaturate accent, remove AI gradient
- Interaction states — hover, focus, loading
- Layout — fix three-column, add visual variation
- Component modernization — update cards, buttons, inputs
- State design — empty states, error states, success states
Non-Negotiable Constraints
- Preserve all existing functionality
- Respect the current technology stack (don't switch frameworks)
- Don't introduce new dependencies without flagging
- Keep accessibility intact (don't remove focus states, don't break contrast)
Pre-Output Checklist
1---2name: redesign-existing-projects3description: Upgrade existing websites and apps to premium quality by auditing current design and applying high-end standards. Use when the user wants to redesign, "make it look more professional", "upgrade the design", or remove generic AI aesthetics from an existing project.4---56# Redesign Existing Projects78Upgrade existing websites and applications by auditing current design patterns, identifying generic AI aesthetics, and applying premium design standards while preserving all functionality.910## Core Process1112Three sequential steps — never skip any:13141. **Scan** — understand the framework, styling approach, and existing design tokens152. **Diagnose** — comprehensive audit identifying weaknesses163. **Apply** — targeted fixes without rewriting from scratch1718## Audit Areas1920### Typography21**Common problems:**22- Browser default fonts or Inter everywhere23- Headlines lack visual presence or weight24- Body text too small or too large25- No typographic hierarchy — everything looks the same size2627**Fixes:**28- Select distinctive typeface for headings (not Inter)29- Constrain paragraph width to ~65 characters30- Add additional font weights for hierarchy31- Increase heading size contrast ratio3233### Color & Surface34**Problems to flag:**35- Pure `#000000` backgrounds36- Oversaturated accent colors37- **Purple/blue AI gradient aesthetic** — the single most identifiable AI design fingerprint38- Inconsistent shadow tinting (mixed warm/cool shadows)39- Flat designs with zero surface texture4041**Fixes:**42- Replace pure black with off-black (`#0a0a0a`, `#111111`)43- Desaturate accent to 60–70% saturation max44- Replace AI gradients with neutral bases + deliberate single accent45- Unify shadow tinting (warm for warm backgrounds, etc.)4647### Layout48**Problems to flag:**49- Three equal-width card columns for feature rows50- Generic hero: centered text + CTA + stock photo51- All sections same spacing and visual weight52- Fixed heights creating awkward content truncation5354**Fixes:**55- Asymmetric grids or masonry for feature sections56- Hero with strong typographic anchor, not stock imagery57- Vary section density for visual rhythm58- Remove fixed heights; let content breathe5960### Interactivity & States61**Critical missing elements:**62- No hover effects on interactive elements63- No loading states (items appear instantly or freeze)64- No focus indicators (keyboard users see nothing)65- No empty states (just blank space)6667These are not "polish" — they're required quality signals.6869### Content70**Problems:**71- Generic names: "John Doe", "Jane Smith", "Company Name"72- AI copywriting clichés: "Elevate", "Seamless", "Streamline", "Next-Generation"73- Vague CTAs: "Get Started", "Learn More"74- Stock photo humans (too perfect, generic)7576**Fixes:**77- Use specific, believable names and companies78- Rewrite copy with concrete outcomes, not adjectives79- CTAs should say what happens next: "Start your free trial", "See the demo"8081## Implementation Priority8283Apply in this order:84851. **Typography** — biggest visual impact, safest change862. **Color** — replace black, desaturate accent, remove AI gradient873. **Interaction states** — hover, focus, loading884. **Layout** — fix three-column, add visual variation895. **Component modernization** — update cards, buttons, inputs906. **State design** — empty states, error states, success states9192## Non-Negotiable Constraints9394- Preserve all existing functionality95- Respect the current technology stack (don't switch frameworks)96- Don't introduce new dependencies without flagging97- Keep accessibility intact (don't remove focus states, don't break contrast)9899## Pre-Output Checklist100101- [ ] Scanned existing codebase before making any changes102- [ ] Purple/blue AI gradient identified and replaced103- [ ] Three-column equal feature grid eliminated104- [ ] Generic names replaced105- [ ] AI copywriting clichés removed106- [ ] Interaction states added107- [ ] Pure black replaced with off-black108- [ ] All existing functionality preserved