From braynee
Open, create, or update today's daily note. Review yesterday, plan today, log progress. Use when user says "open today", "daily note", "what's today", "log this", "what did I do yesterday", "plan my day", "morning review", "EOD".
How this skill is triggered — by the user, by Claude, or both
Slash command
/braynee:dailyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages your daily notes in `2. Areas/Sessions/` and `Inbox/` for quick captures.
Manages your daily notes in 2. Areas/Sessions/ and Inbox/ for quick captures.
# Open or create today's daily note
python3 {baseDir}/scripts/daily.py open
# Review yesterday's note
python3 {baseDir}/scripts/daily.py yesterday
# Log a quick note to today's note
python3 {baseDir}/scripts/daily.py log "shipped auth, starting on payments"
# Generate EOD summary (pulls from tasks + sessions)
python3 {baseDir}/scripts/daily.py eod
---
type: daily
date: YYYY-MM-DD
---
# YYYY-MM-DD
## Plan
- [ ] Task 1
- [ ] Task 2
## Log
[10:30] Started on X
[14:00] Shipped Y
## EOD
What shipped, what blocked, what's next.
Today's note is automatically surfaced in context via vault-context-prime.js.
You don't need to explicitly open it — just log to it mid-session.
npx claudepluginhub hamchowderr/braynee --plugin brayneeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.