What problem does it solve? Turning a finished product planning spec (markdown) into a visual HTML mockup is repetitive and error-prone, especially when the output must follow a shared design system and stay in sync with the spec's numbered sections. This Skill renders a spec md into template-based HTML body-area mockups with guaranteed 1:1 section alignment. ## Core Features & Use Cases - Dual output in one run: Produces both a static HTML file (input for Figma conversion) and an interactive standalone prototype with inline vanilla JS (tabs, segments, toggles, dynamic lists, validation, live summaries) for human review and demos. - Design-token enforcement: Clones the shared template (tokens.css, base.css, template.html) and forbids hardcoded colors, fonts, or shadows, supporting Hi-fi and Wireframe themes via data-theme. - Structural integrity checks: Verifies that the count of spec sections (### N) matches .area-no blocks in both outputs, halting on mismatch. - Use Case: A product planner finishes a spec md for a new alarm settings screen and asks for the HTML; the Skill outputs html/vN/<screen>.html plus <screen> (인터랙티브).html, ready for Figma conversion and stakeholder review. ## Quick Start Render the spec markdown at md/v7/명세서(최신)/alarm-settings.md into both static and interactive HTML mockups using the shared template with the hifi theme.