By chrisbanes
Orchestration and plan-to-project skills for Vibe Kanban — checks for open tasks, manages workspace lifecycle, starts new workspaces, and creates issues from plans.
Check Vibe Kanban for open tasks, manage workspace lifecycle, start new workspaces for the next highest-priority task. Run manually or via cron.
Read a plan document and create a Vibe Kanban issue from it. Use after writing a plan to queue it for orchestrated execution.
A Claude Code plugin that orchestrates coding workspaces from your Vibe Kanban issue board.
Run manually or set up on a cron to keep your backlog moving.
This repository is a Claude Code plugin marketplace — install individual plugins from it, don't install the repo directly.
| Skill | Description |
|---|---|
/orchestrate | Check for open tasks, manage workspace lifecycle, start new workspaces |
/plan-to-project | Create Vibe Kanban issues from a plan document |
Add the marketplace, then install the plugin:
/plugin marketplace add chrisbanes/vibe-kanban-orchestrator
/plugin install orchestrator@vibe-kanban-orchestrator
Create ~/.vibe-kanban-orchestrate.json to customize behavior:
{
"max_concurrent_workspaces": 2,
"default_branch": "main",
"prompt": "You are an autonomous coding agent working on a task from the backlog. Read the task description carefully, explore the codebase, implement changes with tests, follow existing conventions, and create a PR when done.",
"review": {
"enabled": true,
"executor": "CLAUDE_CODE",
"variant": "sonnet",
"prompt": "You are a code reviewer. Review the open PR in this workspace. Examine all changes for bugs, code quality issues, missing tests, and deviations from the issue requirements. Fix any issues you find and push your changes."
},
"plan_directory": "docs/plans"
}
| Field | Default | Description |
|---|---|---|
max_concurrent_workspaces | 2 | Maximum number of active workspaces at once |
default_branch | "main" | Branch to use when starting new workspaces |
prompt | See above | System prompt prepended to each workspace task |
review.enabled | true | Whether to auto-review PRs before merge |
review.executor | server default | Executor for the review session |
review.variant | server default | Variant (model) for the review session |
review.prompt | See above | Prompt given to the review agent |
plan_directory | "docs/plans" | Directory to search for plan files |
Run the orchestrator to check for work and start agents:
/orchestrate
Set up a recurring run:
/loop 10m /orchestrate
The orchestrator:
Create issues from a plan document:
/plan-to-project
This will find plan files in your configured plan_directory, ask you to pick one, set priority, and create issues. You can create a single issue for the whole plan or one issue per ### Task section.
Apache 2.0
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub chrisbanes/vibe-kanban-orchestrator --plugin orchestratorSkills for Kotlin, Android, JVM, and Jetpack Compose development by Chris Banes.
Manage and decompose work into feature-level tasks on the agtx kanban board
Persistent Kanban board workflow with TodoWrite sync and SessionStart resume
Live project kanban for Claude Code. Auto-tracks shipped / fixed / deferred work as cards on a board.json + live HTML board (127.0.0.1:7891), survives sessions via a SessionStart digest, auto-links edited files to their cards, and backstops un-carded work on Stop. Bootstraps a fresh board by mining past session history.
Turn a task backlog (Jira, GitHub Issues, or a TODO.md file) into a continuous stream of planned and implemented changes. Provides skills to claim, plan, and implement issues, driven by /loop sessions.
Personal task tracker — invisible kanban that tracks your work automatically
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.