Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
Turn vague frontend requests into polished, image-led, narrative-driven interfaces using the GPT-5.4 frontend playbook.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/brief-template.md
1# Delightful Frontend Brief Template23Use this before writing code.4Fill the blanks explicitly when the user brief is vague.56## 1) Visual thesis78Describe the desired feel in one sentence.910Template:11`<brand/product> should feel <mood> with <materials/textures>, <color energy>, and <overall pace>.`1213Example:14`The landing page should feel cinematic and tactile with warm grain, deep charcoal surfaces, one coral accent, and slow confident motion.`1516## 2) Design system constraints1718Define the system in plain language.1920- Typography:21- Accent color:22- Background/surface colors:23- Radius policy:24- Shadow policy:25- Spacing tone:26- Border usage:27- Allowed components:28- Forbidden patterns:2930Good defaults:3132- max 2 typefaces33- 1 accent color34- cardless unless interaction requires a card35- one primary CTA above the fold3637## 3) Narrative structure3839Decide what each section must do.4041- Hero:42- Support:43- Detail/story:44- Proof:45- Final CTA:4647Rule: one section = one job.4849## 4) Imagery plan5051Decide what the dominant visual must show.5253- Use uploaded images? yes/no54- If no uploaded images: generate moodboard first? yes/no55- Main visual subject:56- Crop/composition notes:57- Safe text area:58- Atmosphere references:5960## 5) Interaction thesis6162Pick 2-3 motions that materially improve the design.6364- Hero entrance:65- Scroll/depth behavior:66- Hover/reveal/layout transition:6768Rule: motion must improve hierarchy or affordance, not add noise.6970## 6) Verification targets7172Set the review targets before coding.7374- Desktop viewport:75- Mobile viewport:76- Key user path:77- Must-pass first viewport checks:78- Accessibility/readability concerns:7980## Prompt scaffold8182Use or adapt this block:8384```text85Design and implement a visually distinctive frontend.8687Visual thesis:88<fill in>8990Design system:91<fill in>9293Narrative:94<fill in>9596Imagery plan:97<fill in>9899Interaction thesis:100<fill in>101102Hard rules:103- first viewport reads as one composition104- brand/product is unmistakable without relying on nav text105- no generic SaaS card-grid hero106- cards only when interaction requires them107- keep copy short and believable108- verify desktop and mobile before finishing109110Deliver:111- working implementation112- 2-3 intentional motions113- brief summary of what was verified114```115