At a glance
What it does
A shared, disk-persisted Kanban board for you and AI agents in DeepSeek Harness.
Web Profile
DSH 0.1.5-rc.1 or 0.1.5-rc.2
Evidence-verified
Checked Sep 11, 2026, 1:52 PM UTC
Code-evidenced contributions
What it adds to DSH
Adds a workspace-specific visual board for cards, lists, labels, priorities, comments, filters, and activity history.
Mechanism evidence ↗Provides 15 agent tools to inspect and manage the board, cards, lists, labels, and comments.
Mechanism evidence ↗Before you choose it
dsh-kanban adds a Board tab to DeepSeek Harness workspaces. You can organize cards across custom lists, set priorities and labels, add notes and persistent comments, review activity, and drag work through the workflow. Its 15 kanban_* tools let the agent work from that same board.
Best for
DeepSeek Harness web users who want a visual, shared task board while planning and executing work with an AI agent.
Common tasks
- Turn an agent-created feature plan into prioritized cards.
- Review what is in progress and move work through Todo, In Progress, Review, and Done.
- Send a card's title, labels, and notes into an editable chat draft for further agent work.
Permissions and data
The plugin adds a web Board UI and gives agents Kanban-management tools.
Permissions- Adds the plugin through the DeepSeek Harness web profile.
- Allows agents to read and modify board cards, lists, labels, and comments through kanban_* tools.
- Board data is described as persisted to disk.
- Boards are described as isolated per DSH workspace.
- Card context inserted into chat is an editable draft and is not sent until the user sends it.
Limitations
- Compatibility is declared only for DSH 0.1.5-rc.1 and 0.1.5-rc.2.
- Installation and runtime behavior were not executed in the supplied evidence.
- The npm registry identity was verified, but npm package contents were not audited.
What DSHub checked
- Pinned Git source, package structure, and Cordis patch were verified.
- The manifest declares the web profile and compatible DSH releases.
- The README documents the Board UI, agent tools, install command, and disk persistence.
What DSHub did not check
- Successful installation in a live DSH environment.
- Actual disk location, retention behavior, and access controls for persisted board data.
- Runtime behavior of agent-driven edits and UI interactions.
Pinned install
Install dsh-kanban
This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Project README
dsh-kanban
Plan with AI. Move work forward visually.
A collaborative kanban board where you and your AI agent plan, organize, and ship work together—without leaving DeepSeek Harness.
简体中文 · English
</div><p align="center"> <img src="./image.png" alt="dsh-kanban board inside DeepSeek Harness" width="100%"> </p>✨ From conversation to action
Stop copying AI-generated plans into a separate project tracker. Tell your agent what you want to build, and watch it turn the plan into cards, priorities, labels, and workflow updates on the Board tab.
You can take over at any time—drag a card, refine a note, reorder a list—and the agent immediately works from the same board.
| 💬 Plan naturally | 🧭 Stay in control | ⚡ Start instantly |
|---|---|---|
Manage the board with 15 built-in kanban_* tools. |
Edit, comment, drag, prioritize, label, and filter from the UI. | Install the prebuilt plugin—no frontend setup required. |
| 🗂️ Keep work separate | 🌓 Feel at home | 🤝 Share one source of truth |
| Every DSH workspace gets its own board. | Follows your DSH language, theme, and dark mode. | You and the agent always see the same tasks and status. |
🚀 Get started
1. Install
dsh plugin --profile web add @alpacachen/dsh-kanban
Restart dsh web so the plugin bundle is loaded. You can confirm the installation with:
dsh --profile web --dump-config
Look for a dsh-kanban layer in the output.
2. Open your board
Enter any workspace and choose the Board tab beside the conversation views. A fresh board starts with four familiar stages:
Todo → In Progress → Review → Done
3. Ask your agent to plan
Try this:
Break the authentication feature into implementation tasks, create one card per step, and mark the security review as P0.
The cards appear directly on your board. Continue in conversation, or switch to the Board tab and shape the plan by hand.
🧩 Everything you need to keep work moving
On the Board
- Create, edit, delete, and drag cards between lists
- Add notes, labels, and P0 / P1 / P2 priorities
- Exchange persistent card comments with the agent and see comment counts at a glance
- Open a card's activity timeline to see when it changed, what changed, and whether you or the agent made the change
- Track card creation, comments, moves, title and note edits, label changes, and priority changes
- Send any card to the agent in your current conversation or a new one
- Create, rename, reorder, and remove workflow lists
- Create color-coded labels for fast visual scanning
- Filter the entire board by priority, or manually refresh it whenever needed
Continue any card with your agent
Open a card and choose Chat with agent. dsh-kanban carries its ID, title, label, and notes into either the current conversation or a fresh one, so the agent has the context it needs immediately. The content is inserted as an editable draft—it is never sent until you choose to send it.
In conversation
The plugin automatically gives the agent these tools in every workspace:
| Area | Tools |
|---|---|
| Board | kanban_get |
| Cards | kanban_get_card, kanban_add_comment, kanban_add_card, kanban_update_card, kanban_delete_card, kanban_move_card |
| Lists | kanban_add_column, kanban_rename_column, kanban_delete_column, kanban_move_column |
| Labels | kanban_get_label, kanban_add_label, kanban_update_label, kanban_delete_label |
💡 Things to ask your agent
“Summarize what is currently in progress.”
“Move ‘Fix login redirect’ to In Progress and set it to P0.”
“Add a Blocked list after In Progress.”
“Create a red Urgent label and apply it to the release card.”
“I'm a lawyer. Set up a board for my day-to-day casework, create the workflow stages and labels I’ll need, and keep them up to date as my work evolves.”
You do not need to design the workflow first. Tell the agent your role, situation, or goal, and it can create suitable stages and labels—then keep refining them as you work.
License
MIT
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Web Profile
Delivery: Dsh Bundle Git — alpacachen/dsh-kanban#9e437102677d850d6ea4af9695e56ea208551fd9。
Verify, update, and remove
Show lifecycle commands
dsh plugin --profile web listCompatibility and access
Declared compatible with DeepSeek Harness web profile: DSH 0.1.5-rc.1 or 0.1.5-rc.2。
Review compatibility evidence ↗
Risk facts
Board data is described as disk-persisted and isolated per DSH workspace.
Evidence ↗Agents can create, update, move, and delete board items through the included kanban tools.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
MIT-licensed plugin bundle with an immutable Git distribution path; review its data persistence behavior before use with sensitive task content.
AI reviewed Sep 11, 2026, 1:53 PM UTC。GitHub facts last checked Sep 11, 2026, 1:53 PM UTC。