
dispatch
nicheA web UI that wraps Claude Code into a structured ticket-to-PR pipeline with kanban.

What it is
Dispatch is a local web app that provides a structured interface for Claude Code: chat a spec, file an issue, trigger a PR build via GitHub Actions, and track progress on a kanban board with Slack notifications.
How it differs from vanilla Claude
Without Dispatch, you would use Claude Code CLI + GitHub CLI + manual board updates. Dispatch automates the state machine (issue → PR → deploy) and provides a visual board, but requires more setup.
Skill, plugin, or workflow shift?
Frontend (React/Vite), Backend (Express/Node), SQLite cache, GitHub/GitLab adapters, Slack webhook integration. Deployment requires managing tokens and a Claude Code Action.
Devil's advocate — is this just complexity?
This is a thin UI wrapper around Claude Code + GitHub Actions. A capable agent can already file issues, create PRs, and update boards via APIs. The kanban is just a polled view of provider state. The setup overhead (multiple tokens, action config) likely outweighs the benefit for all but the most structured workflows. With 0 stars, it's untested and likely brittle.
The honest case for it
For teams that want a centralized, visual workflow for AI-assisted development, Dispatch provides a structured pipeline that reduces context switching. The disposable cache and provider-as-source-of-truth design is clean. The Slack integration keeps the team informed without leaving the chat.
Who it's for
Audience fit
Depth and leverage for a technical engineer who wants to understand it and level up their workflow — not just offload work.
Value for someone who wants a more capable tool without the technical depth — accessible, does-it-for-you.
Requires setup of multiple tokens, Claude Code action, and a local server; vibe coders will find it too complex.