curated collections / kanban
DSH Task Board & Kanban Plugins (DeepSeek Harness)
Native local boards, boards where agents claim the cards, and keyboard-driven multi-agent surfaces: what each shape is actually for in DeepSeek Harness.
A task board is the cheapest way to stop treating an agent like a chat window. Instead of remembering which of your six sessions is doing what, you read columns: queued, running, waiting for you. The dsh boards below differ on one decision that matters more than looks — whether the agent claims work from the board, or you dispatch work at it from the board.
In a hurry? shengsheng90/dsh-taskboard is the native one: SQLite-backed projects, agent claim and review, and a real Web UI with no iframe and no second chat runtime.
86 plugins3,712 stars
Synced from our GitHub list · Catalog updated 2026-09-22
Why it matters now
Three genuinely different shapes, not three skins: a native local board, a human-cards → agent-executes → human-reviews loop, and a keyboard-first surface for driving several agents at once. Choose by how you want to hand work off, not by star count.
The board earns its keep at the review step. cloader/dsh-taskboard hands the agent 10 taskboard_* tools, runs each task in its own session with a per-task model or preset, and can isolate it in a Git worktree — so "done" means a diff you can actually read.
The biggest project here is not native. chuspeeism/dashi-taskboard (★3,175) embeds an already-installed Codex Taskboard runtime into the dsh sidebar instead of implementing a dsh-native board. Fine if you live in both ecosystems; wrong if you wanted one fewer runtime to maintain.
In this collection
Editor’s picks lead, then the rest of the theme is auto-discovered by GitHub topics and ranked by stars. Catalog data, refreshed on every sync.
- 1dsh-taskboardby shengsheng90
Native local Taskboard plugin for DeepSeek Harness. SQLite-backed projects, Agent claim/review, and a native Web UI — no iframe, no second chat runtime.
Editor’s pickCuratedKnowledge & Research3288 - 2dsh-taskboardby cloader
DSH web GUI 的任务看板插件:人建卡→agent 认领执行→人验收的闭环协作,提供 10 个 taskboard_* agent 工具、按任务指定模型/preset 的独立会话执行、可选 Git Worktree 隔离、host 侧 cron 定时调度、SSE 实时看板与 diff 查看器,零配置无需额外服务
Editor’s pickCuratedAgents, Automation & Workflows5121 - 3ikanbanby isomoes
Keyboard-first kanban browser surface for DSH: drive/review/coordinate parallel multi-agent coding workspaces with session management, diff review, project-aware navigation.
Editor’s pickCuratedWeb UI & Frontend132 - 4dsh-kanbanby alpacachen
A shared kanban board for people and AI agents in DeepSeek Harness.
Editor’s pickCuratedKnowledge & Research112 - 5dsh-graphby miuzel
Adds graph_* goal-lifecycle, context-card, attempt, memory, and kanban-board tools to DSH.
Editor’s pickCuratedAgents, Automation & Workflows110 - 6dashi-taskboardby chuspeeism
Embeds the active installed Codex Taskboard runtime in the DeepSeek Harness sidebar, using its launcher runtime descriptor instead of a fixed port.
Editor’s pickCuratedAgents, Automation & Workflows3,175458 - 7dsh-background-agentsby perrylink
Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watch its progress in the Web UI sidebar, message it any time, and interrupt it - all through the official subagent seam.
CuratedAgents, Automation & Workflows162 - 8dsh-taskboardby ttmouse
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).
CuratedAgents, Automation & Workflows32 - 9dsh-agent-conductorby mjorgin
Dispatch self-contained tasks from DSH to 11 external agent CLIs (Codex, Claude Code, TraeCode, OpenCode, Gemini, Cursor, Kimi, Qwen, Copilot, WorkBuddy, Grok): a host-only bundle registering the conductor_dispatch tool plus an auto-triggered conductor skill.
CuratedAgents, Automation & Workflows61 - 10dsh-kanbanby isolat-3k
看板:9 列任务流转/拖拽/评论/事件时间线/多看板,就绪任务派发给 DSH 子代理真实执行并自动 Ready→Running→Done 流转、回写结果摘要
CuratedAgents, Automation & Workflows71 - 11flowboardby juntaoding
Open-source office collaboration & team management inside DSH: goals, meetings, people, agent execution, progress and documents in one workflow; bundled Whisper transcription
CuratedAgents, Automation & Workflows120 - 12dsh-trackby fakechris
Embedded task-management engine — capture wall, decision ledger, Linear-style issues with evidence-driven lifecycle, history sync and LLM usage ledger.
CuratedAgents, Automation & Workflows60 - 13dsh-swarmby joekytc
Run multi-agent task pipelines on DSH like a team — plan, execute, review, and deliver code through a visual kanban with provable completion.
CuratedAgents, Automation & Workflows50 - 14task-board-pluginby ppawnsir
Kanban task board for DeepSeek Harness sessions: the main agent dispatches coding tasks to one-shot worker/verifier subagents, with dependency scheduling, pipeline tiers, escalation handling, and file/notes context injection.
CuratedAgents, Automation & Workflows40 - 15dph-taskboardby 1070296335-create
Session-based task board in the sidebar: drag sessions into todo/doing/review/done columns, create sessions with model and reasoning-effort selection, trash with restore, notes, export/import.
CuratedUI & Experience70 - 17deepseek-kanban-pluginby callmesoul
Kanban board for DSH: task state machine with git branch isolation, agent auto-execution, and review-driven merge.
CuratedAgents, Automation & Workflows40 - 18dsh-project-kanbanby struggleyang
Per-workspace project kanban board: nine kanban_* model tools for agent-driven planning plus a browser board UI, with disk persistence, undo, templates, and archiving.
CuratedAgents, Automation & Workflows50
Frequently asked questions
Is a task board the same as the todo list inside my session?
No. A session todo list is one agent's scratchpad and disappears with the session. A board plugin persists tasks across sessions and projects, so you can see what is queued, what is running and what is waiting on your review — and let a different agent pick up a card later.
Can the agent move cards on the board itself?
On the boards built for that: shengsheng90/dsh-taskboard and cloader/dsh-taskboard both let agents claim cards and report back, and isolat-3k/dsh-kanban dispatches ready tasks to dsh subagents and moves Ready → Running by itself. Display-only boards exist too — you drag those by hand.
Do any of these need a server or an extra service?
None of the picks do. shengsheng90/dsh-taskboard stores locally in SQLite, cloader/dsh-taskboard describes itself as zero-config with no extra service, and ttmouse/dsh-taskboard is a local-first issue board. The exception is chuspeeism/dashi-taskboard, which requires the Codex Taskboard runtime to be installed already — it embeds rather than reimplements.
Which one should I install first?
If you want a board you dare hand to an agent, start with shengsheng90/dsh-taskboard. If your real problem is reviewing several agent runs at once, start with isomoes/ikanban (keyboard-first, with diff review and project-aware navigation) or alpacachen/dsh-kanban (a simple board shared by people and agents).
Explore related categories
Explore the full directory
Hundreds of plugins across every category — or submit your own and get listed.
