Theme Build
Stage 8 is where the design becomes code. Claude Code reads the SHOPIFY-THEME-SPEC.md and CONTEXT.md, then builds a complete Shopify theme based on the Dawn base theme.
This includes: all custom sections defined in the spec, template files for each page type identified in the sitemap, theme settings populated with the approved design tokens (colors, fonts, spacing), and collections/navigation configured per the product mapping.
The theme is built using Shopify CLI in a dev theme environment — hidden from the public, visible only via a preview URL. Claude Code runs Theme Check to verify zero errors before reporting completion. The theme is committed to the dev branch on GitHub.
Shopify's official reference theme — the base theme Reckoneer builds on. Open source, Online Store 2.0 compatible, HTML-first with minimal JavaScript. Updated regularly by Shopify.
Shopify's open-source templating language. Used in all Shopify theme files to output dynamic content (product titles, prices, images) and control logic (if/else, loops). Files end in .liquid.
Shopify's official linting tool for themes. Checks for deprecated Liquid syntax, missing translations, performance issues, and accessibility problems. Reckoneer requires zero errors before advancing.