Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Dispatch

Kai MysliwiecKai Mysliwiec19 downloads

The agentic ticket board — property-driven kanban, milestone and meeting boards, plus chips that dispatch AI coding agents (Claude Code, Codex) from your notes.

Add to Obsidian
Dispatch screenshot
Dispatch screenshot
Dispatch screenshot
Dispatch screenshot
Dispatch screenshot
  • Overview
  • Scorecard
  • Updates3

The agentic ticket board for Obsidian.

Dispatch Boards

Your coding agents ship faster than you can decide. You are now the bottleneck — what remains of the development cycle is deciding what to build, agreeing on it as a team, and reviewing what comes back. Dispatch turns an agent-friendly wiki (à la Karpathy's LLM wiki pattern) into the cockpit for that human side: tickets are plain notes, boards are live views over their frontmatter, and every card can dispatch a coding agent — Claude Code, Codex, any CLI — into the right repository.

  • Refinement is the new development. The agent posts a ticket's open questions into your team chat (Slack via MCP), the team answers where it already talks, and the answers flow back into the spec. Every card shows its refinement state as a ? N badge that burns down to green — green means build-ready.
  • Release planning is drag & drop. The Release Plan view groups tickets by target version: live weighted progress per release, velocity-based forecasts that accumulate across versions, linked release notes for everything shipped. Drag a card — the plan is up to date the moment you drop it.
  • Meetings run themselves around you. The agenda is prepared from the board; after the call, a NoteTaker transcript (e.g. Google Gemini) becomes an interpreted report in your vault, decisions are folded into the affected tickets automatically, and the action items show up per person on the Meetings and Todos tabs.
  • Testing works like refinement. Manual test plans cover only what the automated suites don't; a ✓ N badge counts the open checks through review and turns green when a ticket is safe to ship.
  • Claude Skills and MCP are the glue. Chips on the board are one-liners (/refine US00042); the workflow logic behind them lives as Claude skills in your code repository — versioned with the code, reviewed like code, shared through git — while MCP connects the agent to your team's Slack, your tracker and your NoteTaker. Wiki, team and codebase become one loop, and the agents run it with you.

Under the hood, two primitives: boards (kanban views driven by note properties — drag & drop writes frontmatter) and chips (buttons that launch coding agents with the ticket as context). Desktop only — chips and automations spawn local processes.

Documentation

Page What's in it
Overview The four boards — Kanban, Release Plan, Meetings, Todos — and how each one behaves
Wiki structure The three layers, an example folder tree to adapt, and where the wiki lives relative to your code
Page types The frontmatter contract: every page, tickets (incl. the freeze rule), ADRs, releases, meetings
Workflow skills The skill catalog to adapt — ticket loop, releases, meetings, recurring maintenance
Installation & configuration Install, settings, chips and tool commands, run lifecycle, automations, security model

New to the idea? Read Overview, then Wiki structure.

Quick start

  1. Download main.js, manifest.json and styles.css from a release (or build from source), copy them into <vault>/.obsidian/plugins/dispatch/, and enable Dispatch in Settings → Community plugins. BRAT works too.
  2. Point Settings → Dispatch at the folder holding your tickets and list your status values as columns.
  3. Map your repository alias to a local path under This device, and add one chip template.

Or skip steps 2 and 3 and let an agent do them. An unconfigured board says so and offers a Set up with claude button, which starts Claude Code in your vault folder with the right prompt — it shows you the exact command first, and there is a Copy the prompt button if you would rather paste it into an agent you already have open.

The skill it uses lives in this repo's plugin marketplace:

/plugin marketplace add kaimys/obsidian-dispatch
/plugin install dispatch-setup

The prompt carries those two lines itself, so the button also works before you have installed the skill. It interviews you about your wiki, writes both config layers, scaffolds ticket templates and workflow commands, and verifies the result. Details in Installation & configuration.

Roadmap

  • Multiple named boards
  • Column colors
  • Milestone burndown over time
  • Chip runs with inline output (headless mode) instead of opening a terminal
  • Worktree-isolated runs, so two agents can work one repo in parallel

License

MIT

HealthExcellent
ReviewSatisfactory
About
Run an agent-driven ticket board in Obsidian to turn notes into dispatchable tickets and live board views from frontmatter. Dispatch coding agents to repositories, route open questions into team chat for refinement, and track readiness with refinement/test badges, drag-and-drop release planning, and forecasts.
Project managementAIIntegrations
Details
Current version
0.2.3
Last updated
Yesterday
Created
Last month
Updates
3 releases
Downloads
19
Compatible with
Obsidian 1.7.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Kai MysliwiecKai Mysliwieckaimys
eightnine.de/
GitHubkaimys
kaimysliwiec
  1. Community
  2. Plugins
  3. Project management
  4. Dispatch

Related plugins

Copilot

Run AI agents such as Claude Code, Codex, and OpenCode inside your vault. Turn your second brain into a smart assistant that gets knowledge work done.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

TickTickSync

Sync TickTick tasks.

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Claude Sidebar

Run Claude Code in your sidebar.

Claude Code IDE

Connect your vault to Claude Code and share editor context with the CLI.

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

BRAT

Easily install a beta version of a plugin for testing.