What problem does it solve? Turning a finished product spec (HTML or markdown) into a properly structured Figma frame is slow and error-prone when done by hand, especially when the frame must follow a strict three-part layout (header, wireframe mockup, Description column) and reuse official design system components instead of hand-drawn shapes. ## Core Features & Use Cases - New Figma frame generation: Builds a complete three-section frame (header row with Screen ID/Title/Author/Version, mockup body, Description column) from a spec HTML or markdown file. - Design system component reuse: Imports or clones components from the CCDS v1.1 component library via importComponentByKeyAsync, forbidding hand-drawn frames and text. - Four-way consistency validation: Verifies that markdown section numbers, HTML area numbers, Figma Description sections, and wireframe gutter markers all match one-to-one. - Use Case: After finalizing a spec markdown and its rendered HTML for a new report screen, run this Skill to generate a new Figma frame with the header, a mockup assembled from cloned DS components, and a Description column whose section numbers match the wireframe markers. ## Quick Start Take the finished spec HTML for the aggregation report screen and create a new three-section Figma frame from it using the CCDS components.