بنقرة واحدة
daily-log
End-of-day review command that helps reflect on the day's work and prepare for tomorrow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
End-of-day review command that helps reflect on the day's work and prepare for tomorrow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Summarize the day's work and append to the daily note in Obsidian.
Use when starting the workday. Conducts a scrum-style daily standup (Inspect prior day, Adapt today's plan against quarterly goals), gathering calendar / Gmail / Linear / Obsidian context and creating today's Obsidian daily note.
日次セルフコーチングの問いを1つだけ投げ、回答を coaching/log.md に append する。/today と /wrapup の末尾から呼び出される。引数 morning|evening で時間帯を切り替える。
月次セルフコーチング。過去30日のdaily note・coaching/log.md・過去4〜5週分のcoaching/weeklyから繰り返しテーマを3つ抽出し、深い問いで掘り下げる。結果はcoaching/monthly/YYYY-MM.mdに保存する。月初60分想定。
週次セルフコーチング。過去7日のdaily noteとcoaching/log.mdから観察を抽出し、Sir John WhitmoreのGROW(Goal/Reality/Options/Will)で対話する。結果はcoaching/weekly/YYYY-Wnn.mdに保存する。週末(日曜夜想定)に20〜30分で回す。
Cross-model PR review. Claude Code and Cursor review a PR alternately on a shared Obsidian document, rallying until issues converge or disagreements are documented for human decision.
| name | daily-log |
| description | End-of-day review command that helps reflect on the day's work and prepare for tomorrow. |
| disable-model-invocation | true |
1日の終わりに振り返りを行い、翌日への引き継ぎを整理するスキル。daily note の「振り返り」「明日やること」セクションを対話的に埋める。
/wrapup は「やったこと」セクションに事実を追記するのに対し、/daily-log は 主観的な振り返り(Good / Could be better)と 翌日の計画 を対話で作る点が異なる。
/daily-log
今日のdaily noteを読み込む。Read ツールで絶対パスを直読する(obsidian read は Obsidian GUI が閉じているとハングするため使わない)。
Read: /Users/asonas/Documents/asonas/daily/YYYY-MM-DD.md
ノートから以下を抽出する:
daily noteが存在しない場合はユーザーに通知してスキルを終了する(/today を先に実行する必要がある)。
「今日やること」の各タスクについて、完了・繰越・不要・保留を対話で確認する。
AskUserQuestion で「完了したタスクの番号をカンマ区切りで教えてください」と聞く以下を AskUserQuestion で順に聞く:
Obsidian公式CLIは heading指定のinsertに対応していないため、Vaultの実ファイルを Read + Edit ツールで編集する。
# Read tool:
Read: /Users/asonas/Documents/asonas/daily/YYYY-MM-DD.md
# Edit tool: ファイル末尾に「振り返り」と「明日やること」セクションを追加
# old_string: 既存ファイル末尾の一意な文字列(例: 最後のセクションの末尾行)
# new_string: 既存末尾 + 以下のセクション
追記するセクションの書式:
## 振り返り
### Good
- [ユーザーの回答]
### Could be better
- [ユーザーの回答]
## 明日やること
- [Step 2 で繰り越したタスク]
- [Step 3 で追加されたタスク]
注意:
# YYYY-MM-DD のようなh1ヘッディングは絶対に追加しないこと(ファイル名がタイトルになるため)ユーザーに以下を報告する:
/today が明日やることを引き継ぐこと対話は低摩擦を優先する。選択肢がある場合は番号付きで提示して、最小限のタイピングで回答できるようにする。Always respond in Japanese.
/today と対になる運用: /today が「今日やること」を作り、/daily-log がその結果をレビューする/today が Step 3 の「前日からの引き継ぎ」として参照する