Skip to content
Data
Skill

/daily-task-prep

Morning preparation. Calendar lookahead, meeting context loading, open threads from yesterday, active task review. Extends briefing with actionable prep.

From plugin
gbrain
30k77 skills
Install
$ npx -y skills add garrytan/gbrain --skill daily-task-prep --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/daily-task-prep

Context preview

The summary Claude sees to decide when to auto-load this skill.

Morning preparation. Calendar lookahead, meeting context loading, open threads from yesterday, active task review. Extends briefing with actionable prep.

SKILL.md

daily-task-prep.SKILL.md
name: daily-task-prep
version: 1.0.0
description: |
  Morning preparation. Calendar lookahead, meeting context loading, open threads
  from yesterday, active task review. Extends briefing with actionable prep.
triggers:
  - "morning prep"
  - "prepare for today"
  - "what's on my plate"
  - "day prep"
tools:
  - search
  - query
  - get_page
  - list_pages
  - get_timeline
mutating: false

Daily Task Prep

Contract

This skill guarantees:

  • Calendar/meetings for today are loaded with brain context per attendee
  • Open threads from yesterday are surfaced
  • Active tasks reviewed with priority ordering
  • Prep briefing is actionable (not just informational)

Phases

1. **Load calendar.** Check today's meetings. For each: load attendee brain pages, recent timeline, open threads. 2. **Check yesterday's threads.** When google sources exist, `gbrain waiting --json` is the real data source for open threads and unanswered items — prefer it over prose heuristics (it carries loop rows with counterparty, due date, and evidence; see `skills/google-loops/SKILL.md`). Otherwise, search brain for yesterday's timeline entries. Flag anything unresolved. 3. **Review active tasks.** Load `ops/tasks` from brain. Surface P0 and P1 items. 4. **Compile prep briefing.** Per-meeting context cards + open threads + task priorities.

Output Format

Morning Prep — {date}
======================
Meetings today: {N}

## {Meeting 1 title} at {time}
Attendees: {names with brain context}
Context: {recent interactions, open threads}
Prep: {what to know before this meeting}

## Open Threads
- {thread from yesterday, with context}

## Tasks (P0-P1)
- {task with priority}

Anti-Patterns

  • Listing meetings without loading attendee context from brain
  • Ignoring yesterday's unresolved threads
  • Presenting tasks without priority ordering
Read more
Ships withgbrain

Give the agent you already use a memory you control. GBrain stores explicit facts with their sources, supports corrections and withdrawal, and makes the same memory available across your agents.

Get the whole plugin
Stats
29,802
Stars
4,444
Forks
Active
Maintenance
TypeScript
Language
MIT
License
3d ago
Last commit
5mo ago
Created

Repo: garrytan/gbrain

Other skills on gbrain.

brain-ops
Skill

brain-ops

Brain knowledge base operations. The core read/write cycle: brain-first lookup, read-enrich-write loop, source attribution, ambient enrichment, back-linking.…

@garrytan@garrytanView Skill