Daily Brief
One-screen daily brief: top 3 moves, open loops, and what's slipping
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 9987fb4
Structured output beat a freeform baseline (explicit slippage + unblocking action, honest 'no calendar connected' fallback), but the skill body reads from context/priorities.md, decisions/log.md, projects/, tools/open_loops.py and connections.md — all live at the gAIOS repo root, not inside .claude/skills/daily/, so a verbatim skill-folder copy loses its data sources.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Daily Brief does
Turns priorities, decisions, and active projects into a single structured daily brief with a ranked top 3, nudges for open commitments, and slippage flags. Triggers on '/daily', 'daily brief', 'what should I focus on today', or 'morning brief', but is built as one module of the larger gAIOS personal-OS repo and expects that repo's context/decisions/projects scaffolding to be present.
How to install Daily Brief
git clone https://github.com/alirezarezvani/gaios
cd gaios
mkdir -p ~/.claude/skills
cp -r .claude/skills/daily ~/.claude/skills/daily
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Daily Brief
-
/dailyOne-screen daily brief: top 3 moves, open loops, and what's slipping
It also activates on plain-language prompts like these:
-
What should I focus on today given my active projects and decisions? -
Give me my morning brief with open loops and what's slipping -
Summarize today's top priorities from my notes into one screen
Frequently asked questions
- Is the Daily Brief skill free?
- Yes. The skill itself is free from alirezarezvani/gaios. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Daily Brief work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Structured output beat a freeform baseline (explicit slippage + unblocking action, honest 'no calendar connected' fallback), but the skill body reads from context/priorities.md, decisions/log.md, projects/, tools/open_loops.py and connections.md — all live at the gAIOS repo root, not inside .claude/skills/daily/, so a verbatim skill-folder copy loses its data sources.
- What is the Daily Brief SkillProof Score?
- 7.6/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Daily Brief?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Daily Brief with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.