roadmap

A command that opens a Sideboard roadmap board in an existing preview pane. The board shows project work in Backlog, In Progress, and Done columns.

In plain words
What is it for?
Opening and visually confirming a local project roadmap board at the configured preview address.
Why use it?
It provides a quick way to view the roadmap while working. It also checks that the board rendered correctly and retries the page layout once if needed.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/mmyslin/sideboard/roadmap
Clone the repo
git clone --depth 1 https://github.com/mmyslin/sideboard
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 293 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.00293
Opus 5 $0.00005 $0.00147
Sonnet 5 $0.00002 $0.00059
Haiku 4.5 $0.00001 $0.00029

Measured 2d ago against content hash 97b2bb091402, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

roadmap scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

1. Run `cat ~/.claude/sideboard-token 2>/dev/null` (Bash) to read the board's
commands/roadmap.md · 24 lines

What it actually says

Open my Sideboard roadmap board. The router is already running on :7777.

  1. Run cat ~/.claude/sideboard-token 2>/dev/null (Bash) to read the board's auth token. Build the board url: if you got a token, use http://127.0.0.1:7777/roadmap-board.html?token=<TOKEN> (substituting the value); if the file was empty or missing, use the url without ?token=.

  2. Call navigate with that url to reuse the existing pane tab. ONLY if navigate errors that no preview/pane is open, call preview_start once with that same url.

  3. Take ONE screenshot to confirm the board rendered — you should see the PROJECT header and the Backlog / In Progress / Done columns. If the pane is blank, or the board is collapsed into a short strip at the top with empty space below it, call navigate to the same url once more so the pane re-measures, then take one more screenshot.

  4. Reply with ONE short line (e.g. "Board's up.") and STOP. Do nothing beyond steps 1-3 — no page reading, no further navigation.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 24 lines · 10 tokens per session scan B 97b2bb091402

Subscribe to this mod's changes

roadmap is a command published in the GitHub repository mmyslin/sideboard (2 stars, last pushed 13d ago), licensed MIT. It adds 10 tokens to every session and 293 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.