Purpose Turn product design descriptions into a full-page text UI (TUI) that is also machine-readable and drawable: - Output a combined for the entire page. - Output a per-component summary table. - Output a consolidated and plan (≤25 ops per call). This skill assumes you follow the shared contract and grid→pixel mapping from . Workflow 1. Parse input — Read the input model JSON (widthCols, grid, props, state, style, typography, layout, hotkeys). 2. Calculate layout — Convert column/row positions to pixel coordinates using the grid (cellWidthPx=8, cellHeightPx=16). 3. Render TUI RENDER — Buil…