What problem does it solve? When presenting a design prototype, stakeholders often want to explore variations—different colors, fonts, spacing, or copy—without asking for separate v1/v2/v3 files. This Skill embeds a floating tweak panel directly into a single HTML prototype so viewers can adjust selected dimensions in real time and persist their choices. ## Core Features & Use Cases - Tweakable Dimension Selection: Identifies 3–8 meaningful axes to expose (colors, typography, density, layout variants, copy, feature flags) instead of scattering variant files. - Host Protocol Integration: Implements the postMessage handshake (__edit_mode_available, __activate_edit_mode, __edit_mode_set_keys) so a host toolbar can toggle the panel and persist edits. - Disk Persistence: Wraps default values in /*EDITMODE-BEGIN*/ ... /*EDITMODE-END*/ JSON markers inside an inline script so the host can merge edits back into the file across refreshes. - Use Case: A designer finishes a landing page prototype and wants the team to compare dark vs. light themes and two headline options live during review, without maintaining multiple HTML files. ## Quick Start Ask the agent to add a tweakable control panel to your HTML prototype exposing the primary color, font size, and dark mode toggle. Note: This Skill is deprecated as of v5.0; the maintainers recommend Figma Plugin or tldraw for live adjustment panels, or the 5-dim-review route for reviewing existing panels.