What problem does it solve? During a mismAgent build, block state lives only in folder structure (blocks/<ctx>/{todo,doing,done}/<id>.md), making it hard to see overall progress at a glance. This Skill launches a live, read-only kanban board so you can watch the build without touching any files. ## Core Features & Use Cases - Live kanban view: Scans block files and serves a localhost page that refreshes every ~1.5 seconds, with status derived from the folder (todo/doing/done). - Read-only guarantee: Never writes or moves block files; only the worker-composer changes state, keeping the method's invariants intact. - Open-question badges: Blocks parked with a sibling open-questions/<block-id>.md show a ⏳ badge, and structural spec gaps (missing What-to-do or criteria) are flagged. - Use Case: While /mismagent:worker-composer runs a build, launch the board in the background and watch blocks flow from todo to done, spotting parked blocks the moment they need your input. ## Quick Start Ask the AI to launch the mismagent board for your feature directory in the background and report the localhost URL it prints.