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

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.
? N badge that burns down to green — green means build-ready.✓ N badge counts the open checks through review and turns green when a ticket is safe to ship./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.
| 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.
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.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.