sideboard
01Plugin Claude Code
Sideboard — your GitHub Issues as a live roadmap board inside Claude Code.
Plugin Claude Code
Sideboard — your GitHub Issues as a live roadmap board inside Claude Code.
Plugin Claude Code
Your GitHub Issues as a live roadmap board pinned beside Claude Code chat. Runs a local 127.0.0.1 board server and adds SessionStart/UserPromptSubmit hooks so the pane follows your active project.
Instructions file
Instructions for mmyslin/sideboard: Sideboard's own roadmap lives in GitHub Issues (mmyslin/sideboard). The project is GitHub-only — there is no roadmap.json / local-file mode.
Command
Scan the roadmap for issues that are already done or redundant, and propose closing/merging them.
Command
Report or assemble a Sideboard sequence for the given issue numbers (targeted modes).
Command
Mine the repo for new roadmap items — or, on a fresh project, bootstrap the board from scratch.
Command
Open the Sideboard roadmap board in the preview pane.
Hook
Runs when a session starts, executing sideboard-active.sh. From mmyslin/sideboard.
Hook
Runs when you submit a prompt, before the agent sees it, executing sideboard-active.sh. From mmyslin/sideboard.
Skill Claude CodeCodex
Maintain and display a live project roadmap/kanban board backed by GitHub Issues. Use when the user asks to see, set up, or update the roadmap, add a feature to build next, mark an item in-progress or done, or when a chat naturally decides on upcoming work worth tracking. Manages the roadmap via gh (GitHub Issues) and…