What problem does it solve? Iterating on webpage layout directly in HTML is slow and token-expensive, and a single guessed design often misses the mark. This Skill runs a plan-phase loop that proposes three ASCII wireframe variants per turn, letting you pick a direction cheaply before any HTML is written. ## Core Features & Use Cases - Three-variant generation: Emits Baseline, Advanced, and Experimental ASCII layouts per turn, each captioned with its design decision and trade-off. - Mandatory validation gate: Every variant passes through an ASCII validator script (with FIX hints on failure) before being shown, eliminating misaligned boxes and forbidden characters. - Two authoring modes: JSON-spec-driven rendering for structured diagrams (flowcharts, sequences, tables, layers) and hand-authored freeform mode for full-page wireframes. - Use Case: Ask for three ASCII wireframes of a landing page, request edits like "move the CTA right of the hero", iterate in chat, then approve with "ship it" to hand off the final sketch for HTML conversion. ## Quick Start Ask the assistant to propose three ASCII wireframe variants for your webpage layout using /amw-sketch, then give feedback until you are satisfied.