Kanban
Build multi-project Kanban systems with deterministic board discovery, consistent task processing, and persistent routing memory across sessions.
Why use this skill?
Efficiently manage multiple projects with the OpenClaw Kanban skill. Features persistent memory, deterministic board discovery, and custom task processing rules.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ivangdavila/kanbanWhat This Skill Does
The Kanban skill transforms your AI agent into a persistent project management powerhouse. By implementing a standardized file-based architecture in ~/kanban/, the agent gains the ability to track multiple projects simultaneously. It utilizes a deterministic discovery protocol to locate boards across your workspace, ensuring that project context is never lost between sessions. The skill relies on a rigid schema for cards—requiring fields like id, state, and priority—which allows the agent to process tasks, move cards through lanes, and enforce WIP (Work In Progress) limits consistently without hallucinating board structures.
Installation
To add this capability to your agent, run the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/ivangdavila/kanban
Ensure you have read/write access to your user home directory, as the skill initializes its primary memory store at ~/kanban/.
Use Cases
- Cross-Project Task Management: Juggle multiple software development projects, creative writing drafts, or personal task lists without the boards bleeding into one another.
- Automated Workflow Enforcement: Have the agent automatically move tasks from 'In Progress' to 'Review' based on your project-specific
rules.mdfiles. - Persistent Context Retention: When returning to a project after days of inactivity, the agent uses the
index.mdregistry to immediately recall the state and path of your project boards. - Team-Aligned Processing: Because the file structure is standardized, multiple agent instances or human collaborators can interface with the same boards if synced via version control.
Example Prompts
- "Check the 'Refactor' project board and tell me which high-priority tasks are currently blocked."
- "Add a new card to the Website Redesign project: 'Update CSS theme', priority high, assigned to me."
- "Move the task 'Finalize Documentation' to the 'Done' lane and update the project log."
Tips & Limitations
- Atomic Operations: Always allow the agent to finish its write cycle. If a process is interrupted, check
log.mdin the project folder to verify the last successful update. - Customization: While you can modify
rules.mdto change lane names (e.g., 'To Do' vs 'Backlog'), maintain the core card schema (id,title,state) to ensure the agent's logic doesn't break. - Scope: If you have many projects, keep the
index.mdfile clean. If the agent struggles to find a board, explicitly mention the project alias to force the discovery protocol to trigger.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ivangdavila-kanban": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
Animations
Create performant web animations with proper accessibility and timing.
Arduino
Develop Arduino projects avoiding common wiring, power, and code pitfalls.
Bulgarian
Write Bulgarian that sounds human. Not formal, not robotic, not AI-generated.
Arabic
Write Arabic that sounds human. Not formal, not robotic, not AI-generated.
Assistant
Manage tasks, communications, and scheduling with proactive and organized support.