Imported from mirabeecko/MUYLAYF_obsidian (
.opencode/skills/ah-note/SKILL.md). Install upstream withnpx skills add mirabeecko/MUYLAYF_obsidian --skill ah-note. Copyright stays with the author.
name: ah-note description: Use for the morning workflow: create or update today's daily note, carry over yesterday's plan, set one focus, and prepare today's tasks.
Daily Note Creation
Goal: create a usable daily note with one clear focus and a realistic task list.
Startup
- Use the rendered
{{notePaths.dailyNotes}}folder in this skill. English default:{{notePaths.dailyNotes}}/{{YYYY-MM-DD}}.md. - If today's note does not exist, create it from the daily-note template.
- If it exists, enter light update mode instead of overwriting.
- Read available context: yesterday's note, yesterday's
Tomorrow Plan,Meta/.ai-memory/STATUS.md, current weekly/monthly review notes, and active projects.
Required Sections
Ensure the daily note has these sections, localized to the user's language:
- Today's Focus
- Tasks
- Records
- Evening Review
- Tomorrow Plan
Workflow
- Show yesterday's unfinished plan or state that no baseline exists.
- Ask what should change.
- Confirm one most important focus for today.
- Build a task list from real context and user input.
- Write the result to today's note.
- Report the saved path and any review reminders.
Rules
- Do not fabricate tasks or project names.
- Do not over-plan. One focus is enough.
- If a task is imported from
STATUS.md, remove it from the buffer only after the user confirms it belongs today. - Preserve existing user-written content.
- If configured note paths differ from examples in this file, use the configured paths.