Protocol: Premium Utilitarian Minimalism UI Architect
Single-voice craft (do NOT parallelize)
This skill is a single coherent design voice producing ONE deliverable: frontend code in one consistent aesthetic. Do NOT fan out into parallel agents, do NOT run multi-angle audits, and do NOT blend competing design directions — that fragments the visual signature this protocol exists to enforce. One author, one palette, one rhythm, start to finish.
Craft upgrades (apply on top of the rules below):
- Optical alignment over mathematical. Nudge serif headings, icons, and quote marks by 1-2px so they look aligned to the grid, not just compute as aligned. Minimalism amplifies every misalignment.
- One accent per view, used twice max. Pick a single muted pastel as the spot color for a given screen and reuse it deliberately (e.g., one tag + one inline-code background). Scattering all four pastels reads as generic SaaS, not editorial.
- Whitespace is the load-bearing element. When a layout feels cluttered, the fix is almost always to remove a border/shadow/divider and increase spacing — never to add another visual treatment. Reach for subtraction first.
Output contract
Produce: (1) self-contained, runnable frontend code (HTML / React / Vue / Tailwind as requested) that renders the requested layout natively without manual tweaks, and (2) every section, card, divider, and border adhering to the rules in §2-§8. No TODOs, no placeholder lorem, no half-styled components.
Verify before "done"
- Re-read §2 Banned Elements and grep your own output — zero banned fonts/icons/shadows/gradients/emojis/clichés present.
- Confirm every border is exactly
1px solid #EAEAEA (or the declared variable) and body text is off-black, never #000000.
- Confirm scroll-entry motion uses only
transform/opacity via IntersectionObserver.
- Confirm exactly one accent pastel dominates each view. If any check fails, fix in place before claiming done — do not hand back partially-compliant code.
Guardrails
- Evidence, not assertion. Any claim that the design "matches Linear/Notion/Vercel" must point to the specific rule satisfied (font, spacing, border) — no vibe-based sign-off.
- No hallucinated assets/libraries. Only reference fonts and icon sets actually named in this protocol or installable; use the
picsum.photos placeholder pattern for missing imagery rather than inventing URLs.
- Scope discipline. Build exactly what was requested; do not invent extra sections, pages, or features.
- No regression. Every constraint in §2-§8 is preserved across edits; never relax a rule to make a one-off layout easier.
1. Protocol Overview
Name: Premium Utilitarian Minimalism & Editorial UI
Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component architecture with deliberate muted pastel accents. It actively rejects standard generic SaaS design trends.
2. Absolute Negative Constraints (Banned Elements)
The AI must strictly avoid the following generic web development defaults:
- DO NOT use the "Inter", "Roboto", or "Open Sans" typefaces.
- DO NOT use generic, thin-line icon libraries like "Lucide", "Feather", or standard "Heroicons".
- DO NOT use Tailwind's default heavy drop shadows (e.g.,
shadow-md, shadow-lg, shadow-xl). Shadows must be practically non-existent or heavily customized to be ultra-diffuse and low opacity (< 0.05).
- DO NOT use primary colored backgrounds for large elements or sections (e.g., no bright blue, green, or red hero sections).
- DO NOT use gradients, neon colors, or 3D glassmorphism (beyond subtle navbar blurs).
- DO NOT use
rounded-full (pill shapes) for large containers, cards, or primary buttons.
- DO NOT use emojis anywhere in code, markup, text content, headings, or alt text. Replace with proper icons or clean SVG primitives.
- DO NOT use generic placeholder names like "John Doe", "Acme Corp", or "Lorem Ipsum". Use realistic, contextual content.
- DO NOT use AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve". Write plain, specific language.
3. Typographic Architecture
The interface must rely on extreme typographic contrast and premium font selection to establish an editorial feel.
- Primary Sans-Serif (Body, UI, Buttons): Use clean, geometric, or system-native fonts with character. Target:
font-family: 'SF Pro Display', 'Geist Sans', 'Helvetica Neue', 'Switzer', sans-serif.
- Editorial Serif (Hero Headings & Quotes): Target:
font-family: 'Lyon Text', 'Newsreader', 'Playfair Display', 'Instrument Serif', serif. Apply tight tracking (letter-spacing: -0.02em to -0.04em) and tight line-height (1.1).
- Monospace (Code, Keystrokes, Meta-data): Target:
font-family: 'Geist Mono', 'SF Mono', 'JetBrains Mono', monospace.
- Text Colors: Body text must never be absolute black (
#000000). Use off-black/charcoal (#111111 or #2F3437) with a generous line-height of 1.6 for legibility. Secondary text should be muted gray (#787774).
4. Color Palette (Warm Monochrome + Spot Pastels)
Color is a scarce resource, utilized only for semantic meaning or subtle accents.
- Canvas / Background: Pure White
#FFFFFF or Warm Bone/Off-White #F7F6F3 / #FBFBFA.
- Primary Surface (Cards):
#FFFFFF or #F9F9F8.
- Structural Borders / Dividers: Ultra-light gray
#EAEAEA or rgba(0,0,0,0.06).
- Accent Colors: Exclusively use highly desaturated, washed-out pastels for tags, inline code backgrounds, or subtle icon backgrounds.
- Pale Red:
#FDEBEC (Text: #9F2F2D)
- Pale Blue:
#E1F3FE (Text: #1F6C9F)
- Pale Green:
#EDF3EC (Text: #346538)
- Pale Yellow:
#FBF3DB (Text: #956400)
5. Component Specifications
- Bento Box Feature Grids:
- Utilize asymmetrical CSS Grid layouts.
- Cards must have exactly
border: 1px solid #EAEAEA.
- Border-radius must be crisp:
8px or 12px maximum.
- Internal padding must be generous (e.g.,
24px to 40px).
- Primary Call-To-Action (Buttons):
- Solid background
#111111, text #FFFFFF.
- Slight border-radius (
4px to 6px). No box-shadow.
- Hover state should be a subtle color shift to
#333333 or a micro-scale transform: scale(0.98).
- Tags & Status Badges:
- Pill-shaped (
border-radius: 9999px), very small typography (text-xs), uppercase with wide tracking (letter-spacing: 0.05em).
- Background must use the defined Muted Pastels.
- Accordions (FAQ):
- Strip all container boxes. Separate items only with a
border-bottom: 1px solid #EAEAEA.
- Use a clean, sharp
+ and - icon for the toggle state.
- Keystroke Micro-UIs:
- Render shortcuts as physical keys using
<kbd> tags: border: 1px solid #EAEAEA, border-radius: 4px, background: #F7F6F3, using the Monospace font.
- Faux-OS Window Chrome:
- When mocking up software, wrap it in a minimalist container with a white top bar containing three small, light gray circles (replicating macOS window controls).
6. Iconography & Imagery Directives
- System Icons: Use "Phosphor Icons (Bold or Fill weights)" or "Radix UI Icons" for a technical, slightly thicker-stroke aesthetic. Standardize stroke width across all icons.
- Illustrations: Monochromatic, rough continuous-line ink sketches on a white background, featuring a single offset geometric shape filled with a muted pastel color.
- Photography: Use high-quality, desaturated images with a warm tone. Apply subtle overlays (
opacity: 0.04 warm grain) to blend photos into the monochrome palette. Never use oversaturated stock photos. Use reliable placeholders like https://picsum.photos/seed/{context}/1200/800 when real assets are unavailable.
- Hero & Section Backgrounds: Sections should not feel empty and flat. Use subtle full-width background imagery at very low opacity, soft radial light spots (
radial-gradient with warm tones at opacity: 0.03), or minimal geometric line patterns to add depth without breaking the clean aesthetic.
7. Subtle Motion & Micro-Animations
Motion should feel invisible — present but never distracting. The goal is quiet sophistication, not spectacle.
- Scroll Entry: Elements fade in gently as they enter the viewport. Use
translateY(12px) + opacity: 0 resolving over 600ms with cubic-bezier(0.16, 1, 0.3, 1). Use IntersectionObserver, never window.addEventListener('scroll').
- Hover States: Cards lift with an ultra-subtle shadow shift (
box-shadow transitioning from 0 0 0 to 0 2px 8px rgba(0,0,0,0.04) over 200ms). Buttons respond with scale(0.98) on :active.
- Staggered Reveals: Lists and grid items enter with a cascade delay (
animation-delay: calc(var(--index) * 80ms)). Never mount everything at once.
- Background Ambient Motion: Optional. A single, very slow-moving radial gradient blob (
animation-duration: 20s+, opacity: 0.02-0.04) drifting behind hero sections. Must be applied to a position: fixed; pointer-events: none layer. Never on scrolling containers.
- Performance: Animate exclusively via
transform and opacity. No layout-triggering properties (top, left, width, height). Use will-change: transform sparingly and only on actively animating elements.
8. Execution Protocol
When tasked with writing frontend code (HTML, React, Tailwind, Vue) or designing a layout:
- Establish the macro-whitespace first. Use massive vertical padding between sections (e.g.,
py-24 or py-32 in Tailwind).
- Constrain the main typography content width to
max-w-4xl or max-w-5xl.
- Apply the custom typographic hierarchy and monochromatic color variables immediately.
- Ensure every card, divider, and border adheres strictly to the
1px solid #EAEAEA rule.
- Add scroll-entry animations to all major content blocks.
- Ensure sections have visual depth through imagery, ambient gradients, or subtle textures — no empty flat backgrounds.
- Provide code that reflects this high-end, uncluttered, editorial aesthetic natively without requiring manual adjustments.
1---2name: minimalist-skill3description: Generate premium ultra-minimalist, editorial "document-style" web interfaces (warm monochrome palette, typographic contrast, flat bento grids, muted pastel accents, no gradients, no heavy shadows). Use when the user says "/minimalist", "minimalist UI", "editorial design", "Notion-style", "clean minimal interface", "document-style UI", or in French "interface minimaliste", "design épuré", "style éditorial", "design minimaliste premium".4---56# Protocol: Premium Utilitarian Minimalism UI Architect78## Single-voice craft (do NOT parallelize)9This skill is a single coherent design voice producing ONE deliverable: frontend code in one consistent aesthetic. Do NOT fan out into parallel agents, do NOT run multi-angle audits, and do NOT blend competing design directions — that fragments the visual signature this protocol exists to enforce. One author, one palette, one rhythm, start to finish.1011Craft upgrades (apply on top of the rules below):12- **Optical alignment over mathematical.** Nudge serif headings, icons, and quote marks by 1-2px so they *look* aligned to the grid, not just compute as aligned. Minimalism amplifies every misalignment.13- **One accent per view, used twice max.** Pick a single muted pastel as the spot color for a given screen and reuse it deliberately (e.g., one tag + one inline-code background). Scattering all four pastels reads as generic SaaS, not editorial.14- **Whitespace is the load-bearing element.** When a layout feels cluttered, the fix is almost always to *remove* a border/shadow/divider and *increase* spacing — never to add another visual treatment. Reach for subtraction first.1516### Output contract17Produce: (1) self-contained, runnable frontend code (HTML / React / Vue / Tailwind as requested) that renders the requested layout natively without manual tweaks, and (2) every section, card, divider, and border adhering to the rules in §2-§8. No TODOs, no placeholder lorem, no half-styled components.1819### Verify before "done"201. Re-read §2 Banned Elements and grep your own output — zero banned fonts/icons/shadows/gradients/emojis/clichés present.212. Confirm every border is exactly `1px solid #EAEAEA` (or the declared variable) and body text is off-black, never `#000000`.223. Confirm scroll-entry motion uses only `transform`/`opacity` via `IntersectionObserver`.234. Confirm exactly one accent pastel dominates each view. If any check fails, fix in place before claiming done — do not hand back partially-compliant code.2425### Guardrails26- **Evidence, not assertion.** Any claim that the design "matches Linear/Notion/Vercel" must point to the specific rule satisfied (font, spacing, border) — no vibe-based sign-off.27- **No hallucinated assets/libraries.** Only reference fonts and icon sets actually named in this protocol or installable; use the `picsum.photos` placeholder pattern for missing imagery rather than inventing URLs.28- **Scope discipline.** Build exactly what was requested; do not invent extra sections, pages, or features.29- **No regression.** Every constraint in §2-§8 is preserved across edits; never relax a rule to make a one-off layout easier.3031## 1. Protocol Overview32Name: Premium Utilitarian Minimalism & Editorial UI33Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component architecture with deliberate muted pastel accents. It actively rejects standard generic SaaS design trends.3435## 2. Absolute Negative Constraints (Banned Elements)36The AI must strictly avoid the following generic web development defaults:37- DO NOT use the "Inter", "Roboto", or "Open Sans" typefaces.38- DO NOT use generic, thin-line icon libraries like "Lucide", "Feather", or standard "Heroicons".39- DO NOT use Tailwind's default heavy drop shadows (e.g., `shadow-md`, `shadow-lg`, `shadow-xl`). Shadows must be practically non-existent or heavily customized to be ultra-diffuse and low opacity (< 0.05).40- DO NOT use primary colored backgrounds for large elements or sections (e.g., no bright blue, green, or red hero sections).41- DO NOT use gradients, neon colors, or 3D glassmorphism (beyond subtle navbar blurs).42- DO NOT use `rounded-full` (pill shapes) for large containers, cards, or primary buttons.43- DO NOT use emojis anywhere in code, markup, text content, headings, or alt text. Replace with proper icons or clean SVG primitives.44- DO NOT use generic placeholder names like "John Doe", "Acme Corp", or "Lorem Ipsum". Use realistic, contextual content.45- DO NOT use AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve". Write plain, specific language.4647## 3. Typographic Architecture48The interface must rely on extreme typographic contrast and premium font selection to establish an editorial feel.49- Primary Sans-Serif (Body, UI, Buttons): Use clean, geometric, or system-native fonts with character. Target: `font-family: 'SF Pro Display', 'Geist Sans', 'Helvetica Neue', 'Switzer', sans-serif`.50- Editorial Serif (Hero Headings & Quotes): Target: `font-family: 'Lyon Text', 'Newsreader', 'Playfair Display', 'Instrument Serif', serif`. Apply tight tracking (`letter-spacing: -0.02em` to `-0.04em`) and tight line-height (`1.1`).51- Monospace (Code, Keystrokes, Meta-data): Target: `font-family: 'Geist Mono', 'SF Mono', 'JetBrains Mono', monospace`.52- Text Colors: Body text must never be absolute black (`#000000`). Use off-black/charcoal (`#111111` or `#2F3437`) with a generous `line-height` of `1.6` for legibility. Secondary text should be muted gray (`#787774`).5354## 4. Color Palette (Warm Monochrome + Spot Pastels)55Color is a scarce resource, utilized only for semantic meaning or subtle accents.56- Canvas / Background: Pure White `#FFFFFF` or Warm Bone/Off-White `#F7F6F3` / `#FBFBFA`.57- Primary Surface (Cards): `#FFFFFF` or `#F9F9F8`.58- Structural Borders / Dividers: Ultra-light gray `#EAEAEA` or `rgba(0,0,0,0.06)`.59- Accent Colors: Exclusively use highly desaturated, washed-out pastels for tags, inline code backgrounds, or subtle icon backgrounds.60 - Pale Red: `#FDEBEC` (Text: `#9F2F2D`)61 - Pale Blue: `#E1F3FE` (Text: `#1F6C9F`)62 - Pale Green: `#EDF3EC` (Text: `#346538`)63 - Pale Yellow: `#FBF3DB` (Text: `#956400`)6465## 5. Component Specifications66- Bento Box Feature Grids:67 - Utilize asymmetrical CSS Grid layouts.68 - Cards must have exactly `border: 1px solid #EAEAEA`.69 - Border-radius must be crisp: `8px` or `12px` maximum.70 - Internal padding must be generous (e.g., `24px` to `40px`).71- Primary Call-To-Action (Buttons):72 - Solid background `#111111`, text `#FFFFFF`. 73 - Slight border-radius (`4px` to `6px`). No box-shadow. 74 - Hover state should be a subtle color shift to `#333333` or a micro-scale `transform: scale(0.98)`.75- Tags & Status Badges:76 - Pill-shaped (`border-radius: 9999px`), very small typography (`text-xs`), uppercase with wide tracking (`letter-spacing: 0.05em`).77 - Background must use the defined Muted Pastels.78- Accordions (FAQ):79 - Strip all container boxes. Separate items only with a `border-bottom: 1px solid #EAEAEA`.80 - Use a clean, sharp `+` and `-` icon for the toggle state.81- Keystroke Micro-UIs:82 - Render shortcuts as physical keys using `<kbd>` tags: `border: 1px solid #EAEAEA`, `border-radius: 4px`, `background: #F7F6F3`, using the Monospace font.83- Faux-OS Window Chrome:84 - When mocking up software, wrap it in a minimalist container with a white top bar containing three small, light gray circles (replicating macOS window controls).8586## 6. Iconography & Imagery Directives87- System Icons: Use "Phosphor Icons (Bold or Fill weights)" or "Radix UI Icons" for a technical, slightly thicker-stroke aesthetic. Standardize stroke width across all icons.88- Illustrations: Monochromatic, rough continuous-line ink sketches on a white background, featuring a single offset geometric shape filled with a muted pastel color.89- Photography: Use high-quality, desaturated images with a warm tone. Apply subtle overlays (`opacity: 0.04` warm grain) to blend photos into the monochrome palette. Never use oversaturated stock photos. Use reliable placeholders like `https://picsum.photos/seed/{context}/1200/800` when real assets are unavailable.90- Hero & Section Backgrounds: Sections should not feel empty and flat. Use subtle full-width background imagery at very low opacity, soft radial light spots (`radial-gradient` with warm tones at `opacity: 0.03`), or minimal geometric line patterns to add depth without breaking the clean aesthetic.9192## 7. Subtle Motion & Micro-Animations93Motion should feel invisible — present but never distracting. The goal is quiet sophistication, not spectacle.94- Scroll Entry: Elements fade in gently as they enter the viewport. Use `translateY(12px)` + `opacity: 0` resolving over `600ms` with `cubic-bezier(0.16, 1, 0.3, 1)`. Use `IntersectionObserver`, never `window.addEventListener('scroll')`.95- Hover States: Cards lift with an ultra-subtle shadow shift (`box-shadow` transitioning from `0 0 0` to `0 2px 8px rgba(0,0,0,0.04)` over `200ms`). Buttons respond with `scale(0.98)` on `:active`.96- Staggered Reveals: Lists and grid items enter with a cascade delay (`animation-delay: calc(var(--index) * 80ms)`). Never mount everything at once.97- Background Ambient Motion: Optional. A single, very slow-moving radial gradient blob (`animation-duration: 20s+`, `opacity: 0.02-0.04`) drifting behind hero sections. Must be applied to a `position: fixed; pointer-events: none` layer. Never on scrolling containers.98- Performance: Animate exclusively via `transform` and `opacity`. No layout-triggering properties (`top`, `left`, `width`, `height`). Use `will-change: transform` sparingly and only on actively animating elements.99100## 8. Execution Protocol101When tasked with writing frontend code (HTML, React, Tailwind, Vue) or designing a layout:1021. Establish the macro-whitespace first. Use massive vertical padding between sections (e.g., `py-24` or `py-32` in Tailwind).1032. Constrain the main typography content width to `max-w-4xl` or `max-w-5xl`.1043. Apply the custom typographic hierarchy and monochromatic color variables immediately.1054. Ensure every card, divider, and border adheres strictly to the `1px solid #EAEAEA` rule.1065. Add scroll-entry animations to all major content blocks.1076. Ensure sections have visual depth through imagery, ambient gradients, or subtle textures — no empty flat backgrounds.1087. Provide code that reflects this high-end, uncluttered, editorial aesthetic natively without requiring manual adjustments.