dsh-task-board
Run the following command in DeepSeek Harness:
dsh plugin install ANITOCE/dsh-task-board
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ANITOCE/dsh-task-board in your DeepSeek Harness terminal to install this plugin; the source code is hosted at https://github.com/ANITOCE/dsh-task-board .
About this plugin
Pushing multiple Agent conversations forward in DSH day after day, you end up with tasks scattered across isolated chat windows, no unified view for planning, no reliable way to track execution status or replay past runs. dsh-task-board slots into the DSH sidebar as a hot-pluggable GUI card. It modifies zero lines of DSH source code, so mounting gives you a task board immediately and unmounting restores everything, leaving other managed sections such as skins, the plugin market, and personal config completely untouched.
The board provides five columns (Backlog, To Do, In Progress, Done, Failed), each card carrying a title, description, run count, and a cron badge. Pressing Execute wires the card into a real Agent round: workspaces.connectWorkspace grabs or creates a session, session.prompt queues the task Prompt as a text turn, and a snapshot subscription flips the card to Done or Failed once the round settles. A reconcile pass after any refresh re-aligns lingering running cards against live session state. The detail panel ships a five-field cron scheduler with common presets, and the plugin registers a SystemPrompt.section that declares its capabilities to every Agent in the stack, vanishing cleanly when removed.
Built for DSH power users who want kanban-style orchestration of Agent workloads, scheduled batch runs, or a single visual home replacing a pile of separate conversations. All data persists in browser localStorage with no server dependency, and both tasks and schedulers survive page refreshes and DSH restarts automatically.
Use Cases
- Juggling multiple Agent sessions in DSH and needing a unified view to plan and track task status
- Firing off batch Agent runs on a cron schedule instead of starting each one manually
- Managing Agent workloads in a single visual board instead of scattered chat windows
Best For
- DSH power users who want kanban-style orchestration of multi-Agent workloads
- Users who need scheduled batch Agent runs with automatic success/failure tracking
- Users who prefer zero-source-change, plug-and-play plugins that restore cleanly on uninstall
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.