Runs a daily 5-minute energy-mood-focus journal, saves structured logs to notes/, and analyzes patterns every 3rd entry.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-personal-os-skills:daily-logThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a quick 5-minute daily check-in. Ask 6 questions, save a structured note.
Run a quick 5-minute daily check-in. Ask 6 questions, save a structured note.
Ask each question one at a time using AskUserQuestion. Keep it brisk and friendly.
["1-3 (Low)", "4-5 (Below average)", "6-7 (Good)", "8-10 (Great)"]["1-3 (Low)", "4-5 (Below average)", "6-7 (Good)", "8-10 (Great)"]["1-3 (Low)", "4-5 (Below average)", "6-7 (Good)", "8-10 (Great)"]["Got something important done", "Had a great conversation", "Learned something new", "Other"]["Too many meetings", "Couldn't focus", "Stuck on a problem", "Nothing major", "Other"]["Finish a key task", "Start something new", "Clear my backlog", "Other"]date +%Y-%m-%d via Bash).notes/ directory in the current working directory if it does not exist.notes/daily-log-YYYY-MM-DD.md with this format:# Daily Log — YYYY-MM-DD
## Vitals
- Energy: X/10
- Focus: X/10
- Mood: X/10
## Highlight
[their answer]
## Blocker
[their answer]
## Tomorrow
[their answer]
---
*Logged via /daily-log*
Print a one-line confirmation:
Logged! Energy X, Focus X, Mood X. See you tomorrow.
If an achievements.md file exists in the current directory, update it:
notes/daily-log-*.md files to update streak and check achievement unlocks (First Log, Consistency, Week Warrior, Fortnight Force).After saving, count all notes/daily-log-*.md files. If the count is divisible by 3 (3, 6, 9, 12...):
notes/user-profile.md (if it exists)## Patterns From Daily Logs section at the end of user-profile.mdExample patterns section:
## Patterns From Daily Logs
*Auto-updated from 9 daily logs*
- Energy peaks mid-week (Tue-Thu avg 8, Mon avg 5)
- Most common blocker: context-switching between projects
- Focus improves on days with a clear "one thing" from previous log
- Mood correlates strongly with getting the highlight task done
- Best productivity window: mornings before first meeting
After everything is saved, ask ONE final question:
["Share streak + vibe (e.g. 'Day 5. Energy 8.')", "Write a custom message", "Skip — keep it private"]If they choose to share:
save_draft via MCP (do NOT send — draft only)If they skip, move on silently.
Do NOT turn this into a long conversation. The whole interaction should take under 5 minutes.
npx claudepluginhub bayramannakov/ai-personal-os-skills --plugin slide-inspectorGenerates weekly and monthly insight reports from journal entries, including pattern recognition, floor trends, life coach feedback, therapist observations, and advisory panel thoughts.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.