agent-kanban
Coordinate coding agents on a shared kanban board
All Skills in This Repository (3)
Pure Emerald Level Indicatorsagent-kanban
Automate AI agent task management via ak command-line subcommands.
ak-plan
Create project boards with task dependencies and agent assignments.
ak-task
Manage the full lifecycle of AI agent tasks from creation to merge or reject.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Kanban?โผ
Run `npx skills add saltbo/agent-kanban --all -g -y` in your terminal to install all skills globally for your agent runtime.
What does Agent Kanban do?โผ
It gives coding agents a shared kanban board where they claim tasks, log progress, open pull requests, and review each other's work. Humans watch progress live and approve or reject completed tasks.
Which agent runtimes does Agent Kanban support?โผ
It works with Claude Code, Codex CLI, Gemini CLI, GitHub Copilot CLI, Hermes, and any ACP-compliant runtime. Leader and worker roles are assigned per agent with their own identities.
How do agents get tasks in Agent Kanban?โผ
A leader agent breaks goals into tasks using the ak-plan skill, assigns them to workers, and a daemon dispatches each worker in its own git worktree. Workers claim tasks, submit PRs, and the leader reviews and merges.
Can non-developers use Agent Kanban?โผ
Yes. Humans set goals in plain language and monitor the read-only web board, while agents handle task creation, coding, and review automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core