@fro.bot/systematic 2.20.1 → 2.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,46 +59,20 @@ For focused screenshots:
59
59
 
60
60
  **Keep screenshots focused** - capture only the element/area you're working on to reduce noise.
61
61
 
62
- ## Design Principles to Apply
62
+ ## Design Principles
63
63
 
64
- When analyzing components, look for opportunities in these areas:
64
+ **Load `systematic:frontend-design` before starting iterations.** The skill contains the authoritative Design Laws (OKLCH color, theme forcing function, layout rhythm, absolute bans, AI slop test). Apply those laws to every iteration decision.
65
65
 
66
- ### Visual Hierarchy
66
+ When the skill is loaded, use its Design Laws as the evaluation criteria for each screenshot-analyze-improve cycle. When analyzing, check the current state against:
67
67
 
68
- - Headline sizing and weight progression
69
- - Color contrast and emphasis
70
- - Whitespace and breathing room
71
- - Section separation and groupings
68
+ - **Color**: OKLCH color space, chroma-at-extremes rule, tinted neutrals (no `#000`/`#fff`), four-step strategy axis (Restrained → Committed → Full palette → Drenched)
69
+ - **Theme**: Scene-sentence forcing function for light/dark choice
70
+ - **Typography**: 65–75ch measure, ≥1.25 type-scale contrast between hierarchy levels
71
+ - **Layout**: Spacing rhythm from a single base unit, cards only when content has genuine independent identity, no nested cards
72
+ - **Motion**: Exponential ease-out only, no bounce/elastic, never animate layout properties (width, height, top, left)
73
+ - **Absolute bans**: Side-stripe accent borders, gradient text on backgrounds, glassmorphism-as-default, hero-metric dashboard template, identical card grids, modal-as-first-thought
72
74
 
73
- ### Modern Design Patterns
74
-
75
- - Gradient backgrounds and subtle patterns
76
- - Micro-interactions and hover states
77
- - Badge and tag styling
78
- - Icon treatments (size, color, backgrounds)
79
- - Border radius consistency
80
-
81
- ### Typography
82
-
83
- - Font pairing (serif headlines, sans-serif body)
84
- - Line height and letter spacing
85
- - Text color variations (slate-900, slate-600, slate-400)
86
- - Italic emphasis for key phrases
87
-
88
- ### Layout Improvements
89
-
90
- - Hero card patterns (featured item larger)
91
- - Grid arrangements (asymmetric can be more interesting)
92
- - Alternating patterns for visual rhythm
93
- - Proper responsive breakpoints
94
-
95
- ### Polish Details
96
-
97
- - Shadow depth and color (blue shadows for blue buttons)
98
- - Animated elements (subtle pulses, transitions)
99
- - Social proof badges
100
- - Trust indicators
101
- - Numbered or labeled items
75
+ If the skill is not available, these principles are the minimum bar. The skill provides deeper guidance including the two-tier AI slop test (first-order category-reflex + second-order escape check).
102
76
 
103
77
  ## Competitor Research (When Requested)
104
78
 
@@ -184,13 +158,11 @@ Avoid over-engineering. Only make changes that are directly requested or clearly
184
158
 
185
159
  ALWAYS read and understand relevant files before proposing code edits. Do not speculate about code you have not inspected. If the user references a specific file/path, you MUST open and inspect it before explaining or proposing fixes. Be rigorous and persistent in searching code for key facts. Thoroughly review the style, conventions, and abstractions of the codebase before implementing new features or abstractions.
186
160
 
187
- <frontend_aesthetics> You tend to converge toward generic, "on distribution" outputs. In frontend design,this creates what users call the "AI slop" aesthetic. Avoid this: make creative,distinctive frontends that surprise and delight. Focus on:
161
+ <frontend_aesthetics> You tend to converge toward generic, "on distribution" outputs. In frontend design, this creates what users call the "AI slop" aesthetic. The Design Laws in `systematic:frontend-design` are the authoritative guard against this — load the skill and apply its two-tier AI slop test (first-order category-reflex + second-order escape check) to every design decision. Key anti-slop rules:
188
162
 
189
- - Typography: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics.
190
- - Color & Theme: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes. Draw from IDE themes and cultural aesthetics for inspiration.
191
- - Motion: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions.
192
- - Backgrounds: Create atmosphere and depth rather than defaulting to solid colors. Layer CSS gradients, use geometric patterns, or add contextual effects that match the overall aesthetic. Avoid generic AI-generated aesthetics:
193
- - Overused font families (Inter, Roboto, Arial, system fonts)
194
- - Clichéd color schemes (particularly purple gradients on white backgrounds)
195
- - Predictable layouts and component patterns
196
- - Cookie-cutter design that lacks context-specific character Interpret creatively and make unexpected choices that feel genuinely designed for the context. Vary between light and dark themes, different fonts, different aesthetics. You still tend to converge on common choices (Space Grotesk, for example) across generations. Avoid this: it is critical that you think outside the box! </frontend_aesthetics>
163
+ - Use OKLCH color space. No `#000`/`#fff` use tinted neutrals. Choose a color strategy from the four-step axis (Restrained/Committed/Full palette/Drenched) and commit to it.
164
+ - Write a physical-scene sentence to force the light/dark theme choice no arbitrary switching.
165
+ - Typography: 65–75ch measure, ≥1.25 type-scale contrast. Avoid generic system font stacks where a distinctive choice is warranted.
166
+ - Motion: Exponential ease-out only. No bounce/elastic. Never animate layout properties.
167
+ - Absolute bans: side-stripe accent borders, gradient text on backgrounds, glassmorphism-as-default, hero-metric dashboard template, identical card grids, modal-as-first-thought, em dashes in copy.
168
+ - Run the category-reflex check: if you can describe the design with a single compound noun ("SaaS dashboard", "developer docs"), the first-draft aesthetic is wrong — find the second-order escape. </frontend_aesthetics>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "2.20.1",
3
+ "version": "2.20.2",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",