You can now hover any dot on the priority map to preview the specific writing instruction it represents, and clicking a dot scrolls to and highlights the exact card in the writing agenda — not just the section header.
The priority map dot matrix promised more than it delivered. The product tour told users to hover any dot for the specific writing instruction — but hovering did nothing. Clicking a dot scrolled to a section header, leaving users to scan a list of cards with no indication of which one the dot represented. The connection between the visual chart and the writing agenda was invisible.
A user flagged both behaviors during a product tour run on 2026-05-29, noting that the hover instruction in Step 5 produced no response, and that clicking a dot produced a confusing jump to a section with no item-level resolution. PM triage confirmed both bugs by reading source: the `<circle>` elements had no hover event handlers, and the click handler scrolled to a section anchor regardless of which dot was clicked.
The tour is the primary onboarding path. A false instruction in Step 5 degrades trust on every first run, at exactly the moment users are forming their mental model of the tool. Both fixes are frontend-only with no backend dependencies — deferring them has no upside.
