AI Agent Hub
Back to plugins
⚙️

dsh-taskboard-flow

Workflow Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install markelayan/dsh-taskboard-flow

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

Run dsh plugin install markelayan/dsh-taskboard-flow in DeepSeek Harness to install this plugin (source: https://github.com/markelayan/dsh-taskboard-flow); restart dsh web after installation to load the configuration.

About this plugin

dsh-taskboard gives you the kanban board, the cards, and a set of taskboard tools — but the cards do not move on their own. You push, they budge. Reviews need a human to notice. Multiple agents stay siloed. taskboard-flow is the missing flow layer: it watches the local ledger for card transitions and, the moment a card lands in a new column, fires the right action so the whole board runs without manual nudging.

Four capability pillars do the heavy lifting. First, an automated triage-and-execute pipeline: a backlog card spawns a triage session that decomposes it into model-pinned child tasks; a todo card executes through the real run API; an in_review card wakes the creator session live or resumes it after a restart. Second, cross-session communication: session_message delivers a message from any session to any other, adapting its strategy to the target state (idle vs mid-turn) so a human always sees it and the agent reads it at the next turn; the companion contacts tool turns raw session IDs into named aliases you can list, status-check, and message in one call. Third, decision and escalation routing: a comment prefixed with @orchestrator escalates to the project-bound orchestrator session, while [ASK] cards skip decomposition entirely and wake a designated answerer. Fourth, controllability: three-tier concurrency caps (global, per-project, per-column), three callback delivery modes (wake, notify, context), all configured in a local file-based patch — no database, no telemetry, no runtime dependencies.

It is built for individual developers and small teams already running multi-agent workflows on DeepSeek Harness. If you want to drop a work-order card into backlog and walk away, want several projects each with their own orchestrator yet sharing one messaging bus, or need an orchestrator to nudge a stuck executor with a single line — this is the piece that turns dsh-taskboard from a board you operate into a pipeline that operates itself.

Use Cases

  • Turn backlog cards into decomposed, executed, and review-ready work automatically
  • Coordinate multiple agent sessions through named contacts and cross-session messaging
  • Escalate decisions with @orchestrator and [ASK] cards for human-in-the-loop routing

Best For

  • Developers already orchestrating multiple agent sessions on DeepSeek Harness
  • Small teams that want to cut manual kanban nudging and missed reviews
  • Automation engineers building local multi-agent workflow pipelines