How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-kanban:sc-kanbanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoke kanban agents via Agent Runner to query and transition cards across backlog/board/done using shared board config (`.project/board.config.yaml`).
Invoke kanban agents via Agent Runner to query and transition cards across backlog/board/done using shared board config (.project/board.config.yaml).
provider=kanban: call kanban-query or kanban-transition via Agent Runner.provider=checklist: call checklist fallback agent defined in config (same v0.5 envelope)./kanban (action, card selector, target status, filters).kanban-transition agent.npx claudepluginhub randlee/synaptic-canvas --plugin sc-kanbanManages persistent Kanban board synced with TodoWrite for multi-step tasks, progress tracking, and AI agent coordination. Activates on 3+ TodoWrite items, kanban mentions, or multi-step starts.
Manage a Markdown-based Kanban board using card files in a kanban/ directory (including kanban/archived/ for completed cards). Use when the user asks to create, move, view, list, or manage tasks or cards on a kanban board, or when tracking work items across statuses like backlog, todo, doing, done, or archive.