daily-summary
Read the last N days of daily notes, surface the dominant themes, and draft a synthesis note linking back to the originals.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read the last N days of daily notes, surface the dominant themes, and draft a synthesis note linking back to the originals.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a Map of Content (MOC) for a topic — gather candidate notes, cluster them, write the MOC with static wikilinks.
Find two notes in the vault that should be linked but aren't, and explain the rationale.
Surface orphan notes near a topic and help the user integrate them into the existing link graph.
Given a writing topic, gather the relevant notes from the vault and assemble a writing scratchpad with quotes and citations.
Analyze the tag tree, surface case chaos and stragglers, and consolidate via supervised renames.
Walk recent notes one at a time; for each, propose 1–2 wikilinks based on the vault's existing graph. Automates the user's review ritual.
| name | daily-summary |
| description | Read the last N days of daily notes, surface the dominant themes, and draft a synthesis note linking back to the originals. |
| triggers | ["/daily-summary","summarize my daily notes","what have I been thinking about lately"] |
The user wants a synthesis of recent daily-note activity — usually because they're returning to the vault after a gap, preparing a weekly review, or hunting for ideas worth expanding. The horizon defaults to 7 days; the user may specify (/daily-summary 30d).
vault_info to confirm the vault is accessible and to learn the daily-note pattern.list_daily_notes(since="7d") (or the user-specified horizon). If fewer than 3 daily notes returned, tell the user and stop — there's nothing to synthesize.read_notes_batch(paths=[...returned paths]) with the daily-note paths. Respect the 200K-char cap.find_related if a theme would benefit from atomic-note context.Syntheses/Daily summary {YYYY-MM-DD to YYYY-MM-DD}.md. Frontmatter: created: <today>, tags: [synthesis, daily-summary], period_start, period_end. Body uses the template in §Output format.--unattended).create_note(path=..., body=..., frontmatter=..., confirm=true).# Daily summary, {YYYY-MM-DD} to {YYYY-MM-DD}
## Threads
### {Theme 1 — short imperative sentence}
{One paragraph of synthesis, referencing daily notes with wikilinks.}
- [[Daily Notes/YYYY-MM-DD]]: {short pull-quote or paraphrase}
- ...
### {Theme 2 ...}
## Loose ends
- {Question I left unresolved} — see [[Daily Notes/YYYY-MM-DD]]
## Sources
- [[Daily Notes/YYYY-MM-DD]] ... (every daily note read, in chronological order)
find_related per theme. The synthesis is from what the user already wrote, not from new search.