Install
openclaw skills install kanbanBuild multi-project Kanban systems with deterministic board discovery, consistent task processing, and persistent routing memory across sessions.
openclaw skills install kanbanIf ~/kanban/ does not exist or is empty, read setup.md silently and initialize only after user confirmation.
Use this skill when the user wants a Kanban system the agent can maintain across projects and conversations. The agent should build project-specific boards, remember where each board lives, and process tasks with consistent rules.
Memory lives in ~/kanban/. See memory-template.md for base files, board-template.md for board structure, and discovery-protocol.md for project routing.
~/kanban/
├── memory.md # Global status, integration, defaults
├── index.md # Project registry and board location map
├── templates/
│ └── board-template.md # Canonical board format copy
└── projects/
└── {project-id}/
├── board.md # Active board for this project
├── rules.md # Project-specific lane and policy definitions
├── log.md # Board write log
└── archive/
Optional project-local mode:
{workspace}/.kanban/
├── board.md
├── rules.md
└── log.md
Use the smallest relevant file for the current task.
| Topic | File |
|---|---|
| Setup behavior | setup.md |
| Memory and registry template | memory-template.md |
| Board schema and examples | board-template.md |
| Where to find each project board | discovery-protocol.md |
| How to process and update cards | processing-rules.md |
discovery-protocol.md at the start of each conversation.last_used for the project entry.id, title, state, priority, owner, updated.processing-rules.md for prioritization and movement.board-template.md, register it in the index file, and continue.Data that stays local:
~/kanban/ or {workspace}/.kanban/.Data that leaves your machine:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
workflow - operational workflow design and execution loopsprojects - project organization and cross-project governancedelegate - owner assignment and task handoff protocolsdaily-planner - daily planning and task sequencingclawhub star kanbanclawhub sync