claude-code-personal-assistant: Command for Claude Code

.claude/commands/daily-routine.md

daily-routine is a command for Claude Code from c0dezli/claude-code-personal-assistant. It costs 15 tokens per session (1,001 once invoked), scanned A, original, MIT.

A command that runs a defined daily work routine covering email triage, planning, and standup-note creation. A standup note is a short summary of work progress for a team meeting.

In plain words
What is it for?
Processing work and personal email, archiving routine messages, labeling important ones, extracting newsletter content, creating a daily schedule, and generating standup notes.
Why use it?
It gathers recurring daily tasks into one workflow, so you do not have to start each email, planning, and notes step separately.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

This is c0dezli/claude-code-personal-assistant's own configuration. It tells Claude Code how to work on claude-code-personal-assistant itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-personal-assistant configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/c0dezli/claude-code-personal-assistant/main/.claude/commands/daily-routine.md
Clone the repo
git clone --depth 1 https://github.com/c0dezli/claude-code-personal-assistant

Made for: Claude Code.

Wrote 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.

agentmods badge for daily-routine

README.md
[![agentmods](https://agentmods.dev/badge/commands/c0dezli/claude-code-personal-assistant/daily-routine.svg)](https://agentmods.dev/commands/c0dezli/claude-code-personal-assistant/daily-routine)
Your own site
<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>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,001 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 7a137a7ebd66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/commands/daily-routine.md · 105 lines

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-triage and email-preprocessor
  • Processes both work and personal emails
  • Use email-preprocessor first to do the inital sweap, then pass the context to daily-email-triage for detailed triaging
  • Archives routine/marketing emails
  • Applies manual labels to important emails
  • Extracts newsletter content
  • Outputs:
    • email_summaries_YYYY_MM_DD.md
    • newsletter_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

Read the full file on GitHub · 105 lines

Changes

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.

  1. 7d ago First seen · 105 lines · 15 tokens per session scan A 7a137a7ebd66

Subscribe to this mod's changes

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.