Tour
Add or refine a Sunboard product tour inside an existing spec.
/sunboard.tour adds or refines a focused product tour in an existing spec — use
it when you want guided UI help for a specific screen, checklist step, hotspot,
or product action.
When to use it
- A step or screen needs a short, guided walkthrough.
- Analyze shows a tour with low starts or completions.
What happens
- Reads the spec and identifies the experience, checklist, existing tours, and hotspots.
- Finds the target screen — a real route or
{param}route, never an invented regex. - Chooses stable selectors, adding a
data-sunboard-idto the smallest stable element when needed. - Adds a keyed tour under
tours.<tour-key>, with each step'starget,title, and optionalbody. - Connects it to a checklist item or hotspot via
action.type: startTour. - Validates and previews so you can check route changes, slow targets, and hotspot behavior.
action:
type: startTour
tour: <tour-key>Quiet by default
Tours don't auto-start — they launch from checklist items, hotspots, or your own UI. Keep them short (two to five steps), and once started, Sunboard auto-continues through route changes, async rendering, and modals.