Borrowing it
Nothing to install: this file belongs to c0dezli/claude-code-personal-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/c0dezli/claude-code-personal-assistant/main/.claude/commands/daily-routine.mdgit clone --depth 1 https://github.com/c0dezli/claude-code-personal-assistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/c0dezli/claude-code-personal-assistant/daily-routine)<a href="https://agentmods.dev/commands/c0dezli/claude-code-personal-assistant/daily-routine"><img src="https://agentmods.dev/badge/commands/c0dezli/claude-code-personal-assistant/daily-routine.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.01001 |
| Opus 5 | $0.00008 | $0.00500 |
| Sonnet 5 | $0.00003 | $0.00200 |
| Haiku 4.5 | $0.00002 | $0.00100 |
Grade A, and why
daily-routine scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Daily Routine Command
Execute [YOUR_NAME]'s complete daily routine by running email triage, daily planning, and standup notes generation in sequence.
Current Context
- Today's date: !
date +"%Y-%m-%d" - Day of week: !
date +"%A" - Active files in root: !
ls -la *.md 2>/dev/null | grep -E "(email_summaries|newsletter_digest|daily_schedule|standup_notes)" || echo "No daily files found" - Archive status: !
ls -la archive/ 2>/dev/null | head -5 || echo "Archive directory not found"
Process Flow
1. Environment Setup & Date Verification
- Get current date and time
- Determine if it's a workday (Monday-Friday)
- Store date in format YYYY-MM-DD for file operations
2. Email Processing
- Use Agent:
daily-email-triageandemail-preprocessor - Processes both work and personal emails
- Use
email-preprocessorfirst to do the inital sweap, then pass the context todaily-email-triagefor detailed triaging - Archives routine/marketing emails
- Applies manual labels to important emails
- Extracts newsletter content
- Outputs:
email_summaries_YYYY_MM_DD.mdnewsletter_digest_YYYY_MM_DD.md
3. Daily Planning
- Use Agent:
daily-planning - Pulls calendar events from both calendars
- Runs task analyzers for work and personal tasks
- Integrates email insights
- Creates comprehensive daily schedule
- Output:
daily_schedule_YYYY-MM-DD.md
4. Sprint Information Update
- Query current active sprint from Notion
- Check if CLAUDE.md sprint information is current
- If today is Tuesdat, execute standup notes using
sprint-planning-agent - Update CLAUDE.md if outdated with:
- Sprint name and ID
- Sprint date range
- Sprint goal
5. Standup Notes Generation (Workdays Only)
- If today is Monday, Wednesday, Thursday, Friday, execute standup notes using
daily-standup-notes-agent - Uses daily schedule and previous day's completions as context
- Generates formatted standup notes
- Output:
standup_notes_YYYY-MM-DD.md
File Management
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 105 lines · 15 tokens per session scan A 7a137a7ebd66
daily-routine is a command published in the GitHub repository c0dezli/claude-code-personal-assistant (136 stars, last pushed 1y ago), licensed MIT. It adds 15 tokens to every session and 1,001 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
cancel-ralph
Cancel active Ralph Loop.
obsidian-recap
Summarize a time period from the vault - today, week, or month.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.
superpowers-execute
Execute the current GSD phase plan with Superpowers instead of gsd-execute-phase.