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