daily-brief

Solid

Start-of-day ranked brief - open issues, recent commits, work in progress, and anything waiting on a human decision. Use when asked for a 'daily brief', 'morning brief', 'what should I work on today', 'start my day', 'catch me up'.

AI & Automation 3 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

You are producing the day's brief: a ranked answer to "what should I work on today?" grounded in the project's actual state, not vibes. ## Gather (use what exists, skip what doesn't - never fail on a missing source) 1. **Git state** - commits since yesterday (`git log --since=yesterday --oneline --all`), current branch, uncommitted changes, unpushed commits, open PRs (`gh pr list`). 2. **Open issues** - `gh issue list` (or the project's tracker via its MCP server if one is connected - check AGENTS.md for which tracker this project uses). 3. **Project docs** - the 5 newest entries in `docs/decision-log.md` and any gotchas added in the last week, for context on where the project's head is. 4. **Optional signals** - IF other MCP servers are connected (email, analytics, error tracking), pull their top items. Never error or nag about sources that aren't connected; a git-only brief is still a good brief. ## Rank Score candidate work by, in order: 1. **Unblocks something** - work that other work (or a person) is waiting on 2. **Deadline proximity** - anything dated 3. **Momentum** - in-progress work close to done beats starting something new 4. **Quick wins** - under-30-minute items worth batching Flag separately anything that needs a HUMAN decision before an agent can act on it. ## Output format Keep the whole brief under ~30 lines: ``` # Daily Brief - {date} ## Recommended focus (top 3) 1. {item} - {one-line why it's ranked here} 2. ... 3. ... ## Needs you...

Details

Author
craigcossairt
Repository
craigcossairt/trellis
Created
3 weeks ago
Last Updated
4 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

daybrief

Morning work briefing — "what does my day look like, in one scan?" Gathers today's calendar and emails needing attention (via connected Google MCP tools when available), recent git activity and unfinished work across your local repos, your open tasks (TODO file / assigned GitHub issues), and a quick radar check on topics you track — all in parallel — and renders one compact, prioritized brief in chat, carrying over unfinished focus items from yesterday's saved brief. Every source is optional and degrades gracefully; strictly read-only (never sends email, never touches the calendar, never pushes). Use at the start of a workday or when the user asks "what's on today", "morning brief", "daybrief", "catch me up", "what should I focus on today". For deep research on one topic use pulse instead.

7 Updated yesterday
duthaho
AI & Automation Solid

daily

Daily briefing: surfaces tasks due today and open items from the last session. Use when the user wants a snapshot of today's obligations — 'what's on today', 'daily briefing', 'what do I have today'. Do NOT use for: full weekly review (use weekly), vault health check (use doctor), or listing all tasks across future dates.

20 Updated 5 days ago
onebrain-ai
AI & Automation Listed

briefing

Generate a daily development briefing — recent git activity, open TODOs, pending PRs, failing tests, and session context — so you can start work immediately without manually checking multiple sources.

1 Updated 1 weeks ago
manastalukdar