VS Code Extension

A kanban board that lives in your codebase.

A kanban board inside your editor. Features stored as markdown — version-controllable, human-readable, AI-ready.

Kanban Markdown editor view showing a kanban board alongside a markdown feature editor in VS Code

How it works

Your board is just files

Each feature is a markdown file with YAML frontmatter. Click a card to move it — watch the file update.

auth-flow.md
---
id: "auth-flow"
status: "todo"
priority: "high"
assignee: "sarah"
dueDate: null
created: "2026-03-10T09:00:00.000Z"
labels: ["core", "security"]
order: "a0"
---

# Auth Flow

Feature description goes here...
Kanban Boardclick to move →
To Do
In Progress
Done

git diff • git blame • review in PRs • edit in any text editor

Why Kanban Markdown?

Project management that lives with your code

Git-native

Diff your board. Branch your workflow. Review features in pull requests. Your project management has a full commit history.

AI-ready

Plain markdown means any AI agent can read and update your board. Hit "Build with AI" and your agent starts implementing.

Zero SaaS

No accounts, no cloud, no subscriptions. Your data stays in your repo. Works offline, works forever.

AI Integration

Built for AI agents

Hit “Build with AI” on any card. Your agent gets full context — title, priority, labels, description — and starts implementing. Pair it with the kanban skill and agents can manage the board autonomously.

Claude Code
Codex
GitHub Copilot
OpenCode
Terminal
# Install the kanban skill for your AI agent
npx skills add https://github.com/LachyFS/kanban-skill

# Your agent can now:
# • Create and update feature cards
# • Move cards across columns
# • Query board state
Full kanban board overview showing multiple feature cards across five columns

Get Started

Start shipping features,
not tickets.

Three seconds to install. Zero accounts to create.

Free and open source. MIT licensed.