What problem does it solve? Describing design variants or before/after changes in prose forces users to imagine outcomes instead of seeing them. This Skill renders actual previews — interactive HTML prototypes, screenshots, or text snippets — as cards on the Intendant dashboard question rail, so the user judges real artifacts and the answer returns directly to the agent. ## Core Features & Use Cases - Visual variant comparison: Attach up to 4 self-contained HTML prototypes, images, or text snippets to intendant ctl ask and let the user pick between rendered options. - Blocking or parked questions: Block until the user answers (the choice prints to stdout), or use --park to return immediately while the answer lands on the durable agenda item. - Use Case: While restyling a landing page, generate two prototype HTML files, run intendant ctl ask "Which landing direction?" with --preview-html for each, and proceed with the variant the user selects. ## Quick Start Ask the Intendant CLI to present two self-contained HTML prototype files as preview cards on a blocking dashboard question and use the returned answer to decide which design to implement.