Advanced design foundations for software products. Fuses mathematical proportion, color semantics, and industrial-grade aesthetic derivation for interface and design-system work.
Guide for software product design where visual quality should emerge from mathematical consistency, semantic color logic, and a clear aesthetic thesis.
Use this skill when you need to:
Use frontend-design for implementation-heavy UI execution.
Use product-ux when the main problem is flow, interaction, or usability structure.
Design is not a pile of decorative moves. It is the visible expression of logic.
Visual Quality = (Mathematical Consistency x Emotional Tension) / Visual Noise
The system should produce ordered contrast:
Failure modes:
Before pushing pixels, define the visual axioms of the system.
Specify:
The interface should read as one point of view, not a set of local compromises.
Forbid magic numbers. Spacing, type, radius, and component dimensions should come from a defined sequence.
Choose a constant k and use it consistently:
1.1251.251.333 to 1.5Use the scale explicitly:
size_n = base x k^n for type scaleChoose a base unit such as 4px or 8px and derive:
Break the grid only when the exception is stronger than the rule.
Nested corners should preserve concentric harmony.
r_inner = r_outer - paddingThis prevents the visual clash common in amateur nested surfaces.
Good rhythm makes a screen feel inevitable instead of assembled.
Color is a functional container, not a bag of favorite swatches.
Specify roles before exact values:
Every palette must manage:
Most broken interfaces fail in value architecture, not hue selection.
Before adding hue, the interface should work in grayscale.
Use color sparingly and by role:
This is a heuristic, not a law.
Shape language and elevation should express the product's character and physical logic.
Do not mix incompatible geometries casually.
Define a small elevation ladder and reuse it:
Example starting point:
2px y-offset, 4px blur, 10% opacity8px y-offset, 16px blur, 15% opacityThese are seeds, not universal truth. Keep the progression mathematically related.
Professional shadows are rarely pure black.
2-5% of the dominant brand hue into shadows when the visual language benefits from a more integrated atmosphereThis helps shadows feel luminous and intentional instead of dirty or detached.
When designing or reviewing a product surface:
Avoid these failures: