What problem does it solve? It keeps a shared Excalidraw whiteboard synchronized with the conversation by turning discussion points into classified sticky notes, open questions, and decisions directly on the canvas instead of leaving them as chat-only text. ## Core Features & Use Cases - Semantic board transactions: Creates and updates stickies through proposeTransaction with note, open_question, and decision kinds, each carrying provenance linking back to conversation or sources. - Grounded reference resolution: Resolves demonstratives like "these" or "this" from the current canvas selection or pointer context, calling showFocus before consequential changes. - Bounded recall: Pulls relevant facts onto the board with recallToBoard when information is missing from the visible canvas. - Use Case: During a project review, ask the agent to capture open questions and confirmed decisions; it places stickies on the board in the same turn and stamps small action notes under existing cards. ## Quick Start Ask the agent to review the current whiteboard session and put all open questions and decisions on the board as stickies.