DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Gdkanban — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

gdkanban

Gdkanban

搞定看板 (gdkanban) — a DSH web GUI task board with custom categories, per-task workspace binding, and dual list/kanban views. Tasks execute for real through dsh sessions (session.prompt). Hot-pluggable, no dsh source changes.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add gdkanban@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Gdkanban is published as gdkanban and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
609.9 kB
Files
65
Surface
web
License
Apache-2.0
Source
npm
GitHub
★ 0
Weekly downloads
23
Last push
8/15/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebRewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件

README

gdkanban — 搞定看板

A task board plugin for the DeepSeek Harness (DSH) Web GUI: custom categories + per-task workspace binding + list/kanban dual views.

Forked from dsh-task-board in dsh-web-ui (Apache-2.0). Tasks execute for real through DSH sessions (session.prompt), never a fake status.

Differences from the original

Aspectdsh-task-board (original)gdkanban
OrganizationFixed 5-column kanbanCustom categories (create/rename/delete); "category" and "run state" are separate
Run stateMixed into one status fieldIndependent runState (idle/running/done/failed), driven by real sessions
WorkspaceNot bound; runs in the current workspaceBound per task; runs in the bound workspace
ViewKanban onlyGrouped list (default) + kanban (optional)
FilteringText searchText + category tag + workspace tag

Features

  • Custom categories: create / rename / delete; deleting a category moves its tasks to "Uncategorized".
  • Workspace binding: pick a workspace at creation (shows its title); the task runs there, or falls back to the current one when unbound.
  • Dual views: grouped list (default) and kanban, one-click switch; kanban column count = category count.
  • Real execution: "Run" drives a real agent session, renamed to the task title; status is written back; jump to the transcript to review.
  • Scheduled runs: 5-field cron (min hour day month weekday), browser-side minutely tick; the tab must stay open, missed runs are skipped.
  • Hot-pluggable: cordis plugin + DOM injection, no DSH source changes; uninstall fully reverts.
  • Local persistence: browser localStorage (key gdkanban.ledger.v1).

Install

# from npm (once published)
dsh plugin --profile web add gdkanban

# from GitHub source (debugging)
dsh plugin --profile web add -w github:<your-name>/gdkanban

# local link (development)
dsh plugin --profile web add link:.

Restart dsh web and hard-refresh the page; the "搞定看板" entry appears below "New session" in the sidebar.

Prompt injection: by default a "gdkanban" note (categories / workspace / scheduling) is injected into every agent system prompt; disable announceToAgent under Settings → Plugin config.

Development

Requires Node.js ≥ 20, pnpm ≥ 10.

pnpm install
pnpm typecheck
pnpm test          # 141 tests
pnpm build         # emits lib/index.js + lib/client.js

License

Apache-2.0 — forked from dsh-web-ui/packages/dsh-task-board, original copyright retained.