saltbosaltboCommunityยท3 Agent Skills Included

agent-kanban

Coordinate coding agents on a shared kanban board

Coordinates coding agents as team members on a shared kanban board with cryptographic identities, task claiming, and pull request review. Eliminates scattered chat threads and manual handoffs by letting leader agents plan projects, delegate tasks, and merge verified work automatically. Includes planning, task lifecycle, and maintainer skills that keep multi-agent software delivery visible and reviewable in real time.
npx skills add saltbo/agent-kanban --all -g -y
Available:

Gives your AI agent the architecture rules, read-only board principles, and mandatory test-review-regression workflow to follow when building or changing this kanban system.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’