What problem does it solve? Turning an approved mockup or design plan into real HTML usually means hand-tuned CSS guesses where text overflows, heights break, and layouts collapse on resize. This Skill finalizes designs into HTML where text actually reflows, heights are computed, and layouts stay dynamic. ## Core Features & Use Cases - Pretext-native layout: Uses the bundled Pretext engine (prepare/layout APIs) to compute text heights, shrinkwrap chat bubbles, and flow text around obstacles instead of CSS approximations. - Design finalization workflow: Works from approved /design-shotgun mockups, /plan-ceo-review plans, /plan-design-review context, or a plain user description. - UX doctrine built in: Applies usability principles (visual hierarchy, scanning behavior, mobile touch targets) to every layout decision. - Use Case: After approving a landing page mockup, ask to build the design and receive a self-contained HTML page whose text blocks resize correctly on any viewport with zero dependencies. ## Quick Start Ask the assistant to turn the approved mockup into a real HTML page using the design-html skill.