What problem does it solve? Porting a WordPress theme to a modern CMS requires manually extracting design tokens, rewriting PHP templates, and recreating menus, taxonomies, and widgets, which is slow and error-prone without a structured process. ## Core Features & Use Cases - Six-Phase Porting Workflow: Guides discovery (screenshots, demo capture), design extraction (CSS variables, fonts), PHP-to-Astro template conversion, dynamic features (menus, taxonomies, widgets), seed file creation, and visual verification. - WordPress-to-EmDash Concept Mapping: Reference docs map WP template hierarchy, template tags, hooks, shortcodes, and widgets to EmDash equivalents like getEmDashCollection, getMenu, and PortableText. - Ready-to-Use Theme Scaffold: A working EmDash theme scaffold with correct API patterns for image fields, site settings, and seed files that you copy as the starting point. - Use Case: Given the Twenty Twenty-Four WordPress theme, follow the phases to screenshot the demo, extract its design tokens, convert its templates to Astro, seed demo content, and verify visual parity. ## Quick Start Port the WordPress theme 'twentytwentyfour' to an EmDash theme, starting by copying the scaffold and capturing screenshots of the demo site.