DeepSeek Harness plugin

dsh-taskboard

Full local-first issue board embedded in the DSH web GUI: Kanban / list / Gantt / workflow / dashboard views, AI chat per task, attachments and labels, auto-claim of todo tasks driven by dsh-routines — data lives in local SQLite (dsh plugin add @ttmouse/dsh-taskboard).

Jump to install

Source facts

Repository
ttmouse/dsh-taskboard
Latest update
Aug 19, 2026
Category
Workflow & Automation
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/ttmouse/dsh-taskboard
GitHub: https://github.com/ttmouse/dsh-taskboard
Plugin: dsh-taskboard
Author: ttmouse
Install command: dsh plugin --profile web add github:ttmouse/dsh-taskboard

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

[English](README.md) | [简体中文](README.zh-CN.md)

dsh-taskboard

A local-first issue board plugin for DeepSeek Harness (dsh). It embeds a complete task board — Kanban / list / Gantt / workflow / dashboard views plus per-task AI chat — into the DSH Web GUI. Data lives in a local SQLite database (~/.dsh/storages/dsh-taskboard/taskboard.sqlite); no external service, no cloud dependency.

Install

dsh plugin --profile web add @ttmouse/dsh-taskboard

Restart dsh web afterwards. See [plugin/README.md](plugin/README.md) for permissions, configuration, disable and uninstall instructions.

Features

  • Multi-view task board: Kanban / list / Gantt / workflow / dashboard
  • Task details: relations, attachments, labels, filters, and per-task AI chat
  • Auto-claim: each workspace-mapped project claims its oldest todo issue and executes it through dsh-routines (headless session), writing progress back as comments — no heartbeat files, no daemon jobs
  • Workspaces = projects: DSH workspaces auto-sync into board projects
  • Conversation links: 「在对话中打开」opens the task in a real DSH session and records the thread id on the task

Build from source

# 1) build the SPA
npm install
npm run build

# 2) assemble the plugin artifacts (vendor/ + lib/client.js)
cd plugin && npm install && npm run build

Derivation & Credits

This is an open-source derivative of dashi-taskboard (Codex Taskboard) (chuspeeism/dashi-taskboard, Apache-2.0); the Web UI, server, and data model originate from it. Upstream Apache-2.0 portions remain under Apache License 2.0 (see [NOTICE](NOTICE)); new and modified portions are licensed under the MIT License (see [LICENSE](LICENSE)).