kanban-agent

Manage a persistent SQLite-backed Kanban task board with Node.js.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill kanban-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-agent
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/kanban-agent
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill kanban-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires better-sqlite3, and includes scripts (resource) components.

What problem does it solve?

Team and individuals juggling tasks often lose track across sessions and platforms. This Skill provides a persistent, SQLite-backed Kanban board that keeps tasks, statuses, and history locally so you can pick up right where you left off.

Core Features & Use Cases

  • Persistent task board that survives restarts and handoffs.
  • Supports priorities (p0-p3), statuses (backlog → todo → in-progress → review → done), deadlines, dependencies, projects, and tags.
  • Logs complete history and supports standup-style reporting and project tracking for personal or team workflows.

Quick Start

Launch the Kanban Agent to create your first task and explore the board.

Frequently Asked Questions about kanban-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain a persistent task board across sessions without losing data?

A persistent task board backed by SQLite stores your tasks, statuses, and history locally so you can pick up right where you left off across restarts and handoffs.

Can I track task dependencies and priorities for project tracking using SQLite?

Yes, you can track task dependencies and priorities ranging from p0 to p3 using a SQLite-backed Kanban board that logs complete history for project tracking.

What do I need to set up a local Kanban board for standup reporting?

You need Node.js and the better-sqlite3 library to set up a local Kanban board that generates standup-style reporting and tracks audit logs.

How does a SQLite-backed Kanban board compare to other task-management tools for personal workflows?

Unlike other task-management tools, a SQLite-backed Kanban board stores tasks, dependencies, and audit logs locally, ensuring data survives across sessions without external platform dependencies.

What task statuses and workflow stages does this persistent Kanban board support?

The persistent Kanban board supports five task statuses flowing from backlog to todo, then in-progress, review, and done, while also tracking deadlines, projects, and tags.