Skip to content

sidequest

The Toolshed’s core work board and orchestration loop for Claude Code. Tickets are classified into categories that route each one to a concrete model and effort, then dispatched to token-gated executors; side issues you mention mid-task get captured on the spot, and a live, self-hosted Kanban dashboard spans every project you work in.

Version: 3.6.48

  • board: Open the sidequest board (live Kanban of your tickets) in the browser
  • groom: Audit a Sidequest board for completed, stale, duplicate, or superseded tickets, then safely close clear cases. Use for board grooming, cleanup, or ticket audits.
  • sidequest: Open or manage Sidequest tickets and board workflow. Use to show the dashboard, file, update, close, prioritize, link, or claim tickets, or plan substantial work.
  • UserPromptSubmit: node "${CLAUDE_PLUGIN_ROOT}/hooks/board-first-reminder.js"
  • PreToolUse (*): node "${CLAUDE_PLUGIN_ROOT}/hooks/near-turn-cap.js"
  • PreToolUse (*): node "${CLAUDE_PLUGIN_ROOT}/hooks/inline-work-nudge.js"
  • PreToolUse (Agent): node "${CLAUDE_PLUGIN_ROOT}/hooks/force-exec-bypass.js"
  • PreToolUse (TaskOutput): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard-task-output.js"
  • PreToolUse (SendMessage): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard-peer-message.js"
  • PreToolUse (Bash|PowerShell): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard-home-delete.js"
  • PreToolUse (Bash): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard-bash-windows-paths.js"
  • PreToolUse (Bash|PowerShell): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard-destructive-git.js"
  • PreToolUse (Edit|Write|MultiEdit|NotebookEdit): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard-worktree-isolation.js"
  • PostToolUseFailure (Agent): node "${CLAUDE_PLUGIN_ROOT}/hooks/quota-fallback.js"
  • SessionStart: node "${CLAUDE_PLUGIN_ROOT}/hooks/registry-writer.js"
  • SessionStart: node "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.js"
  • SessionEnd: node "${CLAUDE_PLUGIN_ROOT}/hooks/session-end.js"
  • SubagentStart: node "${CLAUDE_PLUGIN_ROOT}/hooks/subagent-start.js"
  • SubagentStop: node "${CLAUDE_PLUGIN_ROOT}/hooks/subagent-stop.js"
  • sidequest-mcp.js
  • sidequest.js

Source on GitHub