원클릭으로
daily
Read today's daily note from Obsidian — surface todos, context, and session history. Use this to get oriented at the start of a session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read today's daily note from Obsidian — surface todos, context, and session history. Use this to get oriented at the start of a session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 | daily |
| description | Read today's daily note from Obsidian — surface todos, context, and session history. Use this to get oriented at the start of a session. |
| allowed-tools | ["mcp__obsidian__read_note","Bash"] |
| argument-hint |
Read today's daily note from the Obsidian vault and present a concise summary of what's on the agenda.
date +%Y-%m-%d via BashDaily/YYYY-MM-DD.md using mcp__obsidian__read_note#### To Dos — present as Open Items (only unchecked - [ ] items, count them)#### Log — present as Session History (what's already been logged today, if anything)#### Related Notes — surface any linked projects, meetings, or learning notesPresent a clean, scannable summary. Do not dump the raw markdown. Example:
### Today (YYYY-MM-DD)
**Open Items:** (X remaining)
- [ ] Item 1
- [ ] Item 2
**Session History:**
- [ducky] Designed webby plugin architecture
- [hyperfleet] Reviewed adapter PR
**Related:** [[Project Note]], [[Meeting Note]]
If there are no items in a section, omit that section entirely.
After presenting the daily note sections, also read the kanban board at Work/Kanban.md using mcp__obsidian__read_note. If the board exists, parse the "In Progress" column (split content on ## headings, content before %% kanban:settings) and show active items:
**Kanban — Active:** (2 in progress)
- [[DB Long Transactions]]
- [[Design API spec]]
If the board does not exist or the "In Progress" column is empty, omit this section silently.
Daily/YYYY-MM-DD.md with no subdirectories