AI Agent Hub
Back to plugins
⚙️

dsh-kanban

Workflow Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install GooDAnDReaDY/dsh-kanban

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

Run dsh plugin install GooDAnDReaDY/dsh-kanban in your terminal to install the plugin (source: https://github.com/GooDAnDReaDY/dsh-kanban), then restart the DSH Web UI and perform a hard refresh to enable the Kanban board in Settings.

About this plugin

Running multiple autonomous AI agents in parallel quickly exposes a gap: context drift, lost PR handoffs, and untracked branch lifecycles force you to juggle chat windows and manually verify issue states on a remote tracker. dsh-kanban plugs a native, interactive Kanban board directly into DeepSeek Harness so that who is working on what and how far each task has progressed is always visible at a glance.

Every card is bound to a dedicated agent session, and a simple drag-and-drop between workflow columns fires the corresponding lifecycle instruction: Backlog to In Progress kicks off implementation, In Progress to Review nudges the agent to prepare a pull request, Review to Deploy triggers merge and release, and Cleanup auto-prunes branches and git worktrees. In the background, continuous two-way synchronization with Gitea/Forgejo reconciles issue descriptions, comments, PR statuses, labels, and closure events via polling plus webhook, with timestamp-based conflict resolution so manual edits are never clobbered. Cards carry labels, priority, due dates, milestones, and author or assignee metadata; header filters surface overdue or unowned tasks in one click. For long-running jobs, a host-side cron scheduler and cross-platform idle-sleep prevention keep the pipeline reliable even with no browser tab open, while a permission-confirmation gate ensures any run that exceeds the configured baseline gets explicit human sign-off before launch.

Built for teams or solo developers running two or more autonomous agents on top of Gitea/Forgejo who want to turn the daily loop of checking status, dispatching tasks, collecting reviews, and cleaning up into a single drag-and-drop workflow.

Use Cases

  • Drag-and-drop cards to dispatch agent instructions while auto-syncing with Gitea across concurrent tasks
  • Trigger scheduled tasks via the host-side cron scheduler with cross-platform idle-sleep prevention
  • Manage branch lifecycles with isolated git worktrees and one-click cleanup of workspaces

Best For

  • Teams or solo developers running two or more autonomous AI agents
  • Projects using Gitea/Forgejo as their code hosting backend
  • Users who want to turn task dispatch, review, and cleanup into a drag-and-drop pipeline