Style Guide Extraction
Stage 5 synthesizes everything captured in Stages 2–4 into a coherent design system. Rather than raw extracted values, it produces an organized, named style guide.
Output includes: a primary color palette (background, surface, text, accent colors with hex values), a typography scale (heading sizes and weights, body size, font families), a spacing scale (the base unit and derived multiples), border and shadow definitions, and recurring component patterns (card styles, button styles, nav patterns).
This style guide is written as a SHOPIFY-THEME-SPEC.md to the docs folder. It becomes the design specification that Stage 6 (Claude Design) and Stage 7 (Theme Build) work from.
A collection of reusable design decisions — colors, typography, spacing, components — documented and organized so they can be applied consistently across an entire site.
The defined set of colors used in a design, typically including: background color, surface color (cards, panels), primary text, secondary text, and one or more accent colors.
A defined set of font sizes and weights used consistently across a site: typically H1 through H4 headings, a body size, a small/caption size, and their corresponding font weights.