AI Agent Hub
Back to plugins
dsh-task-kanban preview

dsh-task-kanban

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install fonlan/dsh-task-kanban

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install fonlan/dsh-task-kanban in DeepSeek Harness to install this plugin; full source code: https://github.com/fonlan/dsh-task-kanban

About this plugin

When you drive an AI agent through DSH Web, a single requirement typically passes through several conversational stages (clarification, multi-phase implementation, and merge) yet the web UI offers no single panel to track all of them end to end. dsh-task-kanban closes that gap by bringing the full requirement-to-plan-to-implementation-to-merge pipeline into a sidebar view, with five swimlanes (Backlog, Queue, Running, Done, Merged) that let you see at a glance exactly where every card sits.

Create a task and the plugin immediately launches a refinement session. You can prefix your input with a slash to pick a Skill (e.g. /grill-me); the agent will probe, question, and shape the requirement following that Skill's instructions until it is concrete enough to be written back as a phased plan. Once a plan enters the queue, each phase runs in its own session inside a dedicated git worktree, strictly serial within one workspace. When every phase is done, the plugin merges the branch into main or master and cleans up the worktree automatically. Each card displays the model, reasoning level, plan badge, and phase, with stop, retry, and delete actions right on it.

This plugin is a good fit if you routinely use DSH Web to drive coding agents and want structured visual feedback on task progress, non-interfering serial execution across phases, and hands-off merging. The configuration surface stays small: a global worker cap, default models and reasoning levels for refinement versus implementation sessions, and an agent preset, all adjustable from the sidebar settings section.

Screenshots

Use Cases

  • Break a requirement into a phased plan and track every stage in the DSH Web sidebar
  • Implement multiple phases serially in a dedicated git worktree and auto-merge to main
  • Refine a requirement interactively with the agent using a Skill-driven session

Best For

  • Developers who routinely drive coding agents in DSH Web and need visual task tracking
  • Solo developers who want serial cross-phase execution without workspace conflicts
  • AI workflow users who need a one-stop pipeline from requirement refinement to auto-merge