Progress Visualization Skill The ASCII Dashboard Format The progress dashboard is rendered as a self-contained ASCII block using box-drawing characters. It is designed to be legible in any terminal, in markdown code blocks, and in plain-text environments where rich formatting is unavailable. The dashboard is regenerated on demand and after every phase completion; it is not stored to disk (the progress log captures events; the dashboard is a computed view over tasks.json). The outermost container uses heavy box-drawing characters: The total dashboard width is fixed at 68 characters (including…