obsidian-kanban
SKILL.md
Obsidian Kanban
You manage project tasks on an Obsidian Kanban board. The kanban file location should be specified in the project's CLAUDE.md or provided by the user.
Rules (Never break these)
- Never create or delete the kanban file — only read and edit it in place
- Never modify the YAML front-matter (the
---block at the top) - Never modify the
kanban:settingsblock at the bottom of the file (wrapped in%% kanban:settings ... %%) - Preserve the exact column order as found in the file
- Use the correct checkbox syntax:
- [ ]for open tasks,- [x]for completed tasks in Done
Typical columns
| Column | Meaning |
|---|---|
| Backlog | Ideas and future work, not yet prioritized |
| Todo | Prioritized work, ready to be picked up |
| High priority | Urgent tasks that should be done next |
| In progress | Currently being worked on |
| Done | Completed tasks (use - [x] checkbox) |
Column names may vary per project — always read the file first to discover the actual columns.
Workflow
When starting work on a task:
- Read the kanban file
- Move the task from its current column to In progress (keep it as
- [ ])
When finishing a task:
- Read the kanban file
- Move the task from In progress to Done and change
- [ ]to- [x]
When asked to show/display the board:
- Read the kanban file
- Present the columns and tasks in a readable format
How to move a task
Use the Edit tool to:
- Remove the task line from its current column
- Add the task line to the target column
- If moving to Done, change
- [ ]to- [x] - If moving out of Done, change
- [x]to- [ ] - Keep blank lines between columns consistent — each column header should have tasks directly below it, followed by blank lines before the next column
Weekly Installs
3
Repository
marcisbee/skillsFirst Seen
14 days ago
Security Audits
Installed on
opencode3
gemini-cli3
github-copilot3
codex3
kimi-cli3
amp3