with one click
work
Pick a todo from today's daily note and start working on it with Claude.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Pick a todo from today's daily note and start working on it with Claude.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Weekly backlog audit — field completeness, staleness tiers, and duplicate detection. Run during grooming to clean up the backlog.
Creates a JIRA Bug with steps to reproduce, expected/actual behavior, and fix criteria. Activates when users ask to create a bug report, file a bug, or report an issue.
Creates a JIRA Epic with scope, success criteria, and child story breakdown. Activates when users ask to create an epic.
Creates a JIRA Story with user story format, acceptance criteria, and technical notes. Activates when users ask to create a story or user story.
Creates a JIRA Task for tech debt, infrastructure, documentation, or spike work. Activates when users ask to create a task, spike, tech debt ticket, or infrastructure work.
Daily briefing — sprint progress, new tickets, and recent comments in one report. Run this to get oriented at the start of the day.
| name | work |
| description | Pick a todo from today's daily note and start working on it with Claude. |
| allowed-tools | ["mcp__obsidian__read_note","mcp__obsidian__patch_note","mcp__obsidian__search_notes","Bash"] |
| argument-hint |
Pick an open todo from today's daily note or the kanban board and begin working on it. Bridges Obsidian into an active Claude work session.
Get today's date using date +%Y-%m-%d via Bash
Read today's daily note at Daily/YYYY-MM-DD.md using mcp__obsidian__read_note
Read the kanban board at Work/Kanban.md using mcp__obsidian__read_note. If the board does not exist, skip kanban items silently.
Collect tasks from both sources:
Daily note — unchecked - [ ] items from:
#### To Dos- [ ] is empty or whitespace-only)Kanban board — parse columns by splitting on ## headings (content before %% kanban:settings):
- [ ] items from the "In Progress" column first (already active)- [ ] items from the first column (Backlog)If no items from either source, tell the user and suggest /webby:todo add or /webby:kanban add
Present as a numbered list with source labels:
### Open Tasks
**Daily Note:**
1. Buy groceries
2. Disaster recovery
**Kanban — In Progress:**
3. [[DB Long Transactions]]
**Kanban — Backlog:**
4. [[IC Team Setup]]
5. [[Design API spec]]
Pick a number to start working on.
Once the user selects a task:
Log the selection to today's daily note #### Log using mcp__obsidian__patch_note:
#### Log and #### A day in review- Started: [item description]- ), replace itPatch example — current section:
#### Log
- [hyperfleet] Reviewed adapter PR
#### A day in review
Logging "Started: Disaster recovery":
oldString: #### Log\n- [hyperfleet] Reviewed adapter PR\n\n#### A day in reviewnewString: #### Log\n- [hyperfleet] Reviewed adapter PR\n- Started: Disaster recovery\n\n#### A day in reviewFallback: If patch_note fails, fall back to mcp__obsidian__write_note with mode: "append" and tell the user the entry was appended to the end of the file.
If the selected task is from the kanban board:
Work/Kanban.md (remove from source column, add to In Progress — same patch logic as /webby:kanban move)new-note-folder from board settings, look for <new-note-folder>/<task name>.md). Surface ### What and #### Log sections as context.- YYYY-MM-DD: Started to the task note's #### Log section using mcp__obsidian__patch_noteSearch the vault for context using mcp__obsidian__search_notes with the selected item's text as the query (searchContent: true, limit 5). If relevant notes are found:
[[wiki-links]]Ask one grounding question tailored to the task type:
Wait for the user's response
Based on the user's clarification, begin working on the selected task as the primary focus for this session. Use whatever tools, skills, and approaches are appropriate for the work. The skill does not prescribe execution — it bridges Obsidian into action.