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.

Task Kanban — DSH Plugin for DeepSeek Harness
← Plugins

@fonlan/dsh-task-kanban

Task Kanban

DSH web plugin: a task kanban that refines requirements into phased plans, auto-executes them in git worktrees (one session per phase), and auto-merges into the main branch on completion.

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

npx -y @deepseek-ai/dsh plugin --profile web add @fonlan/dsh-task-kanban@0.2.6
READMECompatibilityVersions
任务看板与 plan 详情设置界面

Compatibility and provenance

Task Kanban is published as @fonlan/dsh-task-kanban and currently resolves to version 0.2.6. 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.2.6stable
9/20/2026
0.2.5stable
9/15/2026
0.2.4stable
9/15/2026
Show 2 more versionsCollapse versions
0.2.3stable
8/31/2026
0.2.2stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
861.6 kB
Files
43
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/20/2026
View source ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions

README

dsh-task-kanban

@fonlan/dsh-task-kanban 是一个 DSH web 插件,为 web 主界面新增"任务看板":把需求细化成多 phase 实现计划,并在 git worktree 中串行实现、全部 phase 完成后自动合入主分支,全流程状态在"需求 / 队列 / 运行中 / 已完成 / 已合并"五条泳道上可视化。

界面预览

任务看板与 plan 详情

任务看板把卡片按「需求 / 队列 / 运行中 / 已完成 / 已合并」五条泳道可视化,卡片显示标题、需求摘要、模型、细化 Skill、plan 状态徽标与所属阶段;点击任意卡片,页面下方会展开 plan 详情面板:需求、实现方案摘要,以及按 phase 卡片化展示的目标 / 会话 / 结论,并支持停止 / 重试 / 删除等操作。

设置界面

侧边栏设置 → 插件配置 →「任务看板」卡片可配置全局并行 worker 数,以及细化需求会话与 Phase 实现会话各自的默认模型、推理强度与 Agent 预设。

功能

  • 需求 → 计划:新建任务后自动进入细化会话,把需求拆解为串行执行的 phase 计划(plan)。
  • Skill 驱动的需求细化:在新建任务的需求输入框开头输入 / 会弹出可用的 Skill 列表(与聊天输入框一致,来自宿主 skill 目录;支持方向键 / Enter / Tab 选择),选中或手动输入 /skill-name(如 /grill-me 帮我规划…)即可指定细化时使用的 Skill。插件会把该 Skill 的完整指令注入细化会话,并切换到交互式细化模式——细化会话是显式会话,agent 会按 Skill 的指引(如 grill-me 的深度追问)与你在会话中交流打磨需求,直到需求明确后再写回计划。未知/不可用的 Skill 会给出明确报错并可重试。
  • 队列:已规划的卡片拖入队列,按 FIFO 领取执行。
  • 串行实现:每个 phase 一个独立会话,在同一 git worktree 中严格串行推进(同一工作区单并发,跨工作区可按设置并行)。
  • 自动合并:全部 phase 完成后,插件自动将 plan 分支合入主分支(main / master),完成后清理 worktree 与分支。
  • 状态可视化:卡片完整显示标题、需求摘要、模型、细化 Skill、plan 状态徽标、所属阶段与时间,支持停止 / 重试 / 删除。

设置

侧边栏设置 → 插件配置中的「任务看板」可展开卡片(settings.plugin.item 插槽)支持:

  • 全局并行 worker 数:跨工作区同时执行的卡片数上限。
  • 细化需求会话默认 / Phase 实现会话默认:分别配置两类会话的默认值:
    • 模型:留空表示走默认链路(卡片模型 → 宿主默认模型)。
    • 推理强度:仅列出所选模型支持的推理等级;留空表示使用提供方默认。
    • Agent 预设:留空表示使用部署默认预设;会话开始后固定,恢复时会话按记录重建同一预设。

新建任务弹窗不再预填卡片模型,卡片模型保持为空即可让细化 / 实现会话各自套用上述默认值。

安装

通过 dsh 的 profile 插件管理命令安装,目标 profile 为 web。运行命令的目录将作为默认 workspace 根目录。

方式一:从 npm 发布包安装

当前发布版本:0.2.4(适配 DSH 0.1.5-rc.2)。

dsh plugin --profile web add @fonlan/dsh-task-kanban

如需固定版本,可显式指定版本号:dsh plugin --profile web add @fonlan/dsh-task-kanban@0.2.4。

方式二:本地源码链接安装

在仓库目录下,先构建出 lib/ 产物(package.json 的 files 只发布 lib / src / cordis.patch.yml / README.md / LICENSE),再以本地目录方式添加:

pnpm build
dsh plugin --profile web add .

安装后插件即通过 cordis.patch.yml 自动挂载到 web profile。web profile 会读取该 patch 并把插件注册进 sidebar.footer.action(看板入口)、main.conversation(看板视图)与 settings.plugin.item(插件设置)等插槽,通常重启 web profile 后即可在侧边栏底部看到"任务看板"入口。

开发

  • 修改服务端后需重启 web profile。
  • 客户端改动走 web 端 HMR 链路,pnpm run dev:web 同启时生效。

License

MIT — 详见 LICENSE。