Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/derek-larson14/delegate/morninggit clone --depth 1 https://github.com/derek-larson14/delegateWhat 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 | $0.00006 | $0.00438 |
| Opus 5 | $0.00003 | $0.00219 |
| Sonnet 5 | $0.00001 | $0.00088 |
| Haiku 4.5 | $0.00001 | $0.00044 |
Grade A, and why
morning 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 3d 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.
What it actually says
Morning
Prepare a morning brief. Be direct and concise.
Check What's Available
# Calendar (Mac-only — not available on Windows)
which icalBuddy >/dev/null 2>&1 && echo "CALENDAR_OK" || echo "NO_CALENDAR"
# Mail (Mac-only — not available on Windows)
[ -x ./ops/scripts/mail-cli.sh ] && echo "MAIL_OK" || echo "NO_MAIL"
If uname -s fails or returns a Windows-like value (MINGW/CYGWIN/MSYS), calendar and mail are unavailable — skip those checks silently and note in the brief that /calendar and /mail are Mac-only. Everything else (tasks.md, roadmap.md, git log, ops/logs/) works cross-platform.
Gather Context
Always read:
tasks.md- what's active, what's nextroadmap.md- upcoming deadlines
If calendar available:
icalBuddy -f -eep notes -nc eventsToday 2>/dev/null
If mail available:
./ops/scripts/mail-cli.sh list 20 2>/dev/null
Focus on: flagged/urgent emails, emails from people mentioned in tasks.
Recent activity:
- Check
ops/logs/for recent reviews - Git log for what changed recently
What to Surface
-
State of things - What got done, what's in motion, patterns worth noting
-
Today's focus - One or two things that matter most. Not a task list - the priority.
-
Blockers - Anything stuck, anything being avoided, decisions needed
-
People - Who to reach out to, follow up with, or prepare for (from calendar)
Style
- Brutally honest, not cheerful
- Surface what might be missing or avoided
- If something should be cut or delegated, say so
- Have a point of view, don't just summarize
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.
- 3d ago First seen · 58 lines · 6 tokens per session scan A dafad6234eb9
morning is a command published in the GitHub repository derek-larson14/delegate (39 stars, last pushed 4mo ago), licensed MIT. It adds 6 tokens to every session and 438 once invoked, about $0.0000 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
minutes-ideas
Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
autobot-result
Print the most recent result.md for an autobot session, so the user can see how a bot is doing without attaching to its tmux session.
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.
version
Show installed vs latest ai-sdlc plugin version. Bypasses the 24h SessionStart cache.
thread
Manage conversation threads (create, switch, update, delete, show).
handoff
Generate or load a session handoff. Usage: /handoff [create|resume].