mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-06 08:07:53 +02:00
feat: anti-slop design constraints + delete duplicate constants
Tightens design-consultation and design-shotgun to push back on the convergence traps every AI design tool falls into. Changes: - scripts/resolvers/constants.ts: add "system-ui as primary font" to AI_SLOP_BLACKLIST. Document Space Grotesk as the new "safe alternative to Inter" convergence trap alongside the existing overused fonts. - scripts/gen-skill-docs.ts: delete duplicate AI slop constants block (dead code — scripts/resolvers/constants.ts is the live source). Prevents drift between the two definitions. - design-consultation/SKILL.md.tmpl: add Space Grotesk + system-ui to overused/slop lists. Add "anti-convergence directive" — vary across generations in the same project. Add Phase 1 "memorable-thing forcing question" (what's the one thing someone will remember?). Add Phase 5 "would a human designer be embarrassed by this?" self-gate before presenting variants. - design-shotgun/SKILL.md.tmpl: anti-convergence directive — each variant must use a different font, palette, and layout. If two variants look like siblings, one of them failed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -716,6 +716,15 @@ C) "Name" — one-line visual description of this direction
|
||||
|
||||
Draw on DESIGN.md, taste memory, and the user's request to make each concept distinct.
|
||||
|
||||
**Anti-convergence directive (hard requirement):** Each variant MUST use a different
|
||||
font family, color palette, and layout approach. If two variants look like siblings
|
||||
— same typographic feel, overlapping color temperature, comparable layout rhythm —
|
||||
one of them failed. Regenerate the weaker one with a deliberately different direction.
|
||||
|
||||
Concrete test: if someone could swap the headline text between two variants without
|
||||
noticing, they're too similar. Variants should feel like they came from three
|
||||
different design teams, not the same team at three different coffee levels.
|
||||
|
||||
### Step 3b: Concept Confirmation
|
||||
|
||||
Use AskUserQuestion to confirm before spending API credits:
|
||||
|
||||
@@ -161,6 +161,15 @@ C) "Name" — one-line visual description of this direction
|
||||
|
||||
Draw on DESIGN.md, taste memory, and the user's request to make each concept distinct.
|
||||
|
||||
**Anti-convergence directive (hard requirement):** Each variant MUST use a different
|
||||
font family, color palette, and layout approach. If two variants look like siblings
|
||||
— same typographic feel, overlapping color temperature, comparable layout rhythm —
|
||||
one of them failed. Regenerate the weaker one with a deliberately different direction.
|
||||
|
||||
Concrete test: if someone could swap the headline text between two variants without
|
||||
noticing, they're too similar. Variants should feel like they came from three
|
||||
different design teams, not the same team at three different coffee levels.
|
||||
|
||||
### Step 3b: Concept Confirmation
|
||||
|
||||
Use AskUserQuestion to confirm before spending API credits:
|
||||
|
||||
Reference in New Issue
Block a user