$npx -y skills add shiquda/roadmap-skill --skill roadmap-web-visualizationOpens and uses the local roadmap web workspace for visual review. Use when the user wants to inspect projects, tasks, kanban state, or planning views in the browser.
| 1 | # Roadmap Web Visualization |
| 2 | |
| 3 | Use this skill for the local browser workspace only. |
| 4 | |
| 5 | ## Scope |
| 6 | |
| 7 | This skill handles: |
| 8 | |
| 9 | - opening the local roadmap web interface |
| 10 | - closing the interface when requested |
| 11 | - briefly explaining when the browser is useful for visual review |
| 12 | |
| 13 | Keep this skill lightweight and UI-oriented. |
| 14 | |
| 15 | Do not turn this skill into a planning methodology guide. Route backlog work to `roadmap-task-flow` and graph organization work to `roadmap-planning-views`. |
| 16 | |
| 17 | ## Recommended workflow |
| 18 | |
| 19 | 1. Open the web workspace when the user wants visual inspection or interactive review. |
| 20 | 2. Keep the action lightweight. |
| 21 | 3. If the user then wants graph edits or backlog changes, continue with the relevant roadmap MCP workflow after the interface is open. |
| 22 | |
| 23 | ## References |
| 24 | |
| 25 | - Browser workflow notes: [references/web-ui.md](references/web-ui.md) |