dsh-kanban
Agent 与工作流alpacachen/dsh-kanban
DeepSeek Harness 中人与 AI 代理协作的看板,支持可视化规划和任务管理,内置 15 种工具。
- ai-agent
- deepseek-harness
- dsh
- dsh-plugin
- kanban
- project-management
验证与兼容性
这里展示目录实际采集到的证据;未声明的信息会明确标为未知。
- 当前版本兼容性
- 已在当前目录版本验证
- 声明的 Harness 范围
- 未声明
- 声明的平台
- 未声明
- 适用 Profile
- web
- 构建授权
- 未检测到需要
- 权限声明
- 未声明
- 外部服务
- 未声明
- 遥测声明
- 未知
这不是安全背书;安装前仍应查看源码、权限和配置。
查看证据与判定范围
验证仅覆盖标出的来源、版本和 Harness 环境,不代表未来版本仍然兼容。
@alpacachen/dsh-kanban@1.4.0- 插件已在隔离环境完成加载检查。
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
✨ 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