github antopolskiy/kanban-md v0.28.1
v0.28.1 "Clear Path" — Streamlined kanban-based development

latest releases: v0.33.0, v0.32.2, v0.32.1...
one month ago

A substantial refresh of the bundled kanban-based-development skill: simpler rules, clearer handoffs, and a more explicit “worktree → merge → done” loop for multi-agent work.

Changed: Kanban-based development skill

The kanban-based-development skill is now more direct and less ambiguous about the default path to done, with a simpler board/worktree rule and clearer guidance for when to defer to the user.

# Board ops from board home
kanban-md pick --claim <agent> --status todo --move in-progress

# Code changes in a task worktree
git worktree add ../kanban-md-task-<ID> -b task/<ID>-<kebab-description>

# Merge back to main when green
cd <board-home>
git merge task/<ID>-<kebab-description>

Upgrading

No action needed beyond upgrading to v0.28.1 if you rely on the bundled skills.

Full diff: v0.28.0...v0.28.1

Don't miss a new kanban-md release

NewReleases is sending notifications on new releases.