원클릭으로
obsidian-logs
Master conventions for chronological logs: governs Daily Notes, Meetings, and incoming Inputs (Emails, Slack, Readings).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Master conventions for chronological logs: governs Daily Notes, Meetings, and incoming Inputs (Emails, Slack, Readings).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when Justin asks you to search, read, write, or manage notes in the vault, OR when performing structural/physical vault maintenance (hygiene, task archiving, capitalization healing, link repair, and nightly cron plumbing).
Run vault compile-inputs — Phase 0 apply Ready to Apply, then phased Readings/Sources/Meetings/Others.
Interactive daily wrap-up: 1. Input candidates (Slack/email); 2. Discovered contacts; 3. Work log draft/write; 4. Next day's calendar preview.
Master Justin's automated note-taking, ingestion, and logging pipeline (Brain Feeds Ingest). Coordinates email forwarding, Linear reactions, Telegram bookmarks, and central vault logging/entity integration.
Manage and operate the Obsidian Semantic Pointer CLI for on-demand historical bridging, semantic search, and context pruning.
Performs high-level semantic health checks on the vault, identifying potential contradictions, stale summaries, and structural anomalies in the knowledge graph.
| name | obsidian-logs |
| description | Master conventions for chronological logs: governs Daily Notes, Meetings, and incoming Inputs (Emails, Slack, Readings). |
| version | 1.4.0 |
| author | Apollo |
| index | yes |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["obsidian","logs","daily-notes","meetings","inputs","folder-conventions"],"related_skills":["obsidian","obsidian-notes","work-log","apollo-granola-ingest"]}} |
This master skill governs the structure, naming, templates, and navigation of chronological log files and incoming raw input streams under /Notebook/Daily Notes/ (or /Inputs/Daily Notes/) and /Inputs/ directories.
/home/justin.guest/Developer/obsidian-vault/Inputs/Daily Notes/ (or /home/justin.guest/Developer/obsidian-vault/Notebook/Daily Notes/ depending on sync setup)
category: "[[Daily Notes]]"/home/justin.guest/Developer/obsidian-vault/Inputs/Meetings/
category: "[[Meetings]]"/home/justin.guest/Developer/obsidian-vault/Inputs/Emails/ (category: "[[Emails]]")/home/justin.guest/Developer/obsidian-vault/Inputs/Slack/ (category: "[[Slack]]")/home/justin.guest/Developer/obsidian-vault/Inputs/Readings/ (category: "[[Readings]]")
Daily Notes are the central journal and timeline for Justin's day.
YYYY-MM-DD Weekday.md (e.g., 2026-06-09 Tuesday.md, 2026-06-14 Sunday.md). Weekdays must be fully capitalized, separated from the date by a space.A Daily Note begins with an executive summary callout block followed by chronological schedule and work log sections (note: the Accomplishments, Notepad, and Daily Scratchpad sections were retired as redundant, replaced by a single global Scratchpad note in /Inbox/Scratchpad.md):
---
id: "YYYYMMDDHHmmss"
daily_note: "[[YYYY-MM-DD Weekday|YYYY-MM-DD Weekday]]"
category: "[[Daily Notes]]"
---
|> [!summary] Summary Callout
|> High-level executive bullet summary of the day.
## 🌄 Morning Briefing
- Work Log Review (Yesterday)
- Heads-Up (Urgent Tasks, Inbox/Calendar Candidates)
## 🗓 Schedule & Events
- List of meetings, calendar events, or appointments for the day.
## ✅ Work Log
### 🚀 Highlights & Decisions
- Key milestones, critical choices, and active decisions made during the day.
work-logWhen compiling a work log, fetch events from Google Calendar, Linear, and Slack, compile today's summary, and append/update the schedule and Highlights & Decisions sections directly inside today's Daily Note (omitting accomplishments/completed task lists entirely).
When updating past daily notes or reviews to reflect that a planned calendar event was not attended or was cancelled:
Schedule & Events section to preserve the context of what was planned.~~...~~ and append (Did not attend) or (Cancelled) to clearly signify the actual outcome.Preview Summary and the following day's Morning Briefing (which contains the Work Log Review (Yesterday)) and update them to accurately reflect that the event did not occur.Governs meeting note formatting and the ingestion of raw transcripts.
YYYY-MM-DD - Spaced Meeting Title.md (e.g., 2026-06-09 - SignLab Product Alignment.md).---
id: "YYYYMMDDHHmmss"
daily_note: "[[YYYY-MM-DD Weekday|YYYY-MM-DD Weekday]]"
category: "[[Meetings]]"
---
# Meeting Title
**Date:** YYYY-MM-DD
**Attendees:** [[Justin Goff]], [[Person Name]]
---
## Agenda
-
## Notes
-
## Action Items
- [ ]
/Meetings/ are automatically swept, formatted, and moved into the /Inputs/Meetings/ directory. This is automated by the apollo-granola-ingest skill./Meetings/. Ensure automated routines move and archive them inside /Inputs/Meetings/. Every meeting note must link back to its creation day in its YAML daily_note: property.