How this skill is triggered — by the user, by Claude, or both
Slash command
/sidequest:boardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launching the sidequest board:
Launching the sidequest board:
!node "${CLAUDE_PLUGIN_ROOT}/bin/sidequest.js" dashboard
The board should now be open in your browser (it shows every project's tickets, live). Report the URL printed above so the user can click it if the browser didn't pop up.
If nothing was printed above, open the board by running the sidequest dashboard command yourself with
the Bash tool — the resolved CLI path is provided in your context by the sidequest hook (it looks like
node "…/bin/sidequest.js"). Then report the URL.
npx claudepluginhub eigenwise/eigenwise-toolshed --plugin sidequestOpen the sidequest board (a live Kanban of tickets) or manage tickets from the CLI/MCP: file, list, update, move, close, prioritize, label, or delete tickets — "show me the dashboard", "close SQ-3". Use to WORK the board ("grab the next task") — atomically CLAIM first. Use when the user hands you substantial or multi-part work — decompose it into linked tickets BEFORE implementing. Use to comment, ask the user on-ticket questions (a question means pause-and-wait), or relate tickets. Categories drive model/effort routing. For a mid-task side issue, file it with `add` and keep working. Filing never asks you to work it.
Starts a read-only web board that displays the current project's agent-team/ directory for Markdown-only Agent Team Missions without a Mexus server.
Connects projects to Just Ship Board using /connect-board jsp_ token or checks connection status via project.json and bash scripts. Handles plugin mode with CLAUDE_PLUGIN_ROOT.