Multi agent kanban
Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.
npx -y skills add sarveshsea/design-skills --skill multi-agent-kanbanAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Coordinate multiple local agents through a durable board with owner, state, and evidence fields.
SKILL.md
1.0 KB, 198 tokens by cl100k_base, as published. Nobody here has run it
Multi-Agent Kanban
Coordinate multiple local agents through a durable board with owner, state, and evidence fields.
When to Use
Use this Note when a Memoire or Studio run needs multi agent board, kanban swarm, agent coordination, durable task board.
Workflow
- Create columns for Backlog, Ready, Running, Review, Blocked, and Done.
- Give each card one owner agent, one workspace, one expected artifact, and one verification command.
- Move cards by evidence, not by confidence. A card reaches Review only when the artifact exists.
- Capture conflicts as Blocked with the exact file, command, or dependency that caused the stop.
- Summarize completed cards into project memory so future runs can reuse the operating pattern.