obsidian-closeday
Use when the user says "closeday", "close my day", or "end of day". End-of-day consolidation appended to today's Inbox note.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user says "closeday", "close my day", or "end of day". End-of-day consolidation appended to today's Inbox note.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when the user says "capture", or wants to remember, save, or note something for later.
Use when the user says "today", "morning plan", "plan my day", "what should I work on", or asks about their priorities for the day.
Use whenever `jj root` succeeds. Use `jj` for all version-control operations; do not use `git`.
Use when the user asks to create a GitHub issue, file a bug, or track a task. Also use when the user describes a problem they found and wants to capture it.
Use when the user asks to open a PR, create a PR, or push and create a pull request.
Use when parallel isolation is needed — multiple agents/sessions working on the same jj repo, or when the user asks to work in a separate workspace without disturbing their current @.
| name | obsidian-closeday |
| description | Use when the user says "closeday", "close my day", or "end of day". End-of-day consolidation appended to today's Inbox note. |
Wrap up Jonas's day by reviewing progress and preparing tomorrow.
Check today's captures — Use the bash tool to search for recent notes: obsidian vault=notes search:context query="YYYY-MM-DD" path="Inbox" and obsidian vault=notes search:context query="YYYY-MM-DD" path="Work" (substitute today's actual date). Read any relevant files with obsidian vault=notes read path="<path>" to surface what's already been captured.
Check for an existing daily note by running obsidian vault=notes daily:read.
daily:append.Check for carry-over — Read the 2–3 most recent prior Inbox notes (obsidian vault=notes search:context query="YYYY-MM-DD" path="Inbox" for prior dates, or obsidian vault=notes read path="Inbox/<date>.md"). Flag any tasks appearing 3+ days in a row.
Ask the user:
"Anything else happen today that isn't captured? Meetings, decisions, things you figured out?"
Also actively ask:
"Any decisions made today? Even small ones?"
Append a "Day Close" section to today's Inbox note using obsidian vault=notes daily:append content="<formatted content>".
## Day Close section (check the output from step 2), update/merge rather than appending a duplicate. In that case, read the file, rewrite the Day Close section, and use obsidian vault=notes create path="Inbox/YYYY-MM-DD.md" content="<full note>" overwrite.--- separator, then use this template:---
## Day Close
### Completed
- [Specific things shipped, merged, resolved]
### In Progress
- [What's mid-way — include enough context to resume]
### Blocked / Waiting
- [What's stuck and on whom]
### Decisions Made
- [Architecture, process, or priority decisions — even small ones]
- [Include WHO decided and WHY]
### Learned Today
- [Non-obvious things: debugging insights, config gotchas, integration quirks]
### Tomorrow
- [ ] [Top priority]
- [ ] [Second priority]
- [ ] [Third priority — max 3]
### Open Questions
- [ ] [Questions raised today that aren't answered yet]