返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

good-morning

早晨例行签到。在一天开始时使用,回顾昨天的情况,设置今天的日记,并检查待完成的学习回顾。触发词包括“早上好”、“早晨”、“开始我的一天”、“今天有什么安排”。

person作者: jakexiaohubgithub

Good morning! Run the morning check-in.

Steps

  1. Get current date first

    • Run date +%Y-%m-%d to confirm today's date
    • Calculate yesterday's date from this
    • DO NOT assume the date - always verify
  2. Check yesterday's journal (my-vault/02 Calendar/YYYY-MM-DD.md)

    • If "What Did I Work On?" empty: offer to backfill from GitHub
    • If "What Did I Do?" empty: just note it
  3. Setup today's journal

    • Check if today's entry exists
    • If not: create from template at my-vault/09 System/Templates/Daily Template.md
      • Note: Template uses Templater syntax - resolve <% tp.date... %> to actual dates
      • Set created and modified to today's date
    • Show today's highlight or ask: "What's your main focus today?"
  4. Check learning plan (.claude/learning-sessions/learning-plan.json)

    • Find topics where last_covered + interval < today
    • If any due: "You have [topic] due for review"
    • Show next item in queue
  5. Quick status report

    • Yesterday: Complete/Incomplete
    • Today's highlight: [highlight or "not set"]
    • Reviews due: [list or "none"]
    • Next in learning queue: [topic]

Keep it brief - quick morning orientation, not a deep dive.