What problem does it solve? Text-only terminal conversations make it hard to evaluate visual design choices like layouts, wireframes, and architecture diagrams. This Skill spawns a local server that renders HTML content fragments in the user's browser and records their clicks back as JSON events, closing the feedback loop between agent and user. ## Core Features & Use Cases - Browser-Based Mockups: Write HTML fragments to a session directory and the server serves the newest screen with a themed frame, selection indicators, and light/dark mode styling. - Click Event Capture: User selections in the browser are recorded as JSON lines in a state file, which the agent reads on the next turn to merge with terminal feedback. - Divergent Design Exploration: Show 3-4 deliberately different aesthetic directions side by side when the user cannot articulate visual preferences, then converge on iterations. - Use Case: During a UI design discussion, present three dashboard layout options in the browser, let the user click their favorite, and iterate on the chosen direction with refined versions. ## Quick Start Start the visual companion server for this project and show me three layout options for the homepage in my browser.