daily-task-prep

Generates a morning prep briefing from calendar, brain context, open threads, and prioritized tasks.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/AMC-JTC/gbrain-1 --skill daily-task-prep-amc-jtc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-task-prep
Source: https://github.com/AMC-JTC/gbrain-1/tree/main/plugin/skills/daily-task-prep
Command: npx skills add https://github.com/AMC-JTC/gbrain-1 --skill daily-task-prep-amc-jtc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting the workday without context wastes time: you walk into meetings without knowing attendee history, forget unresolved threads from yesterday, and lose sight of which tasks actually matter. This Skill assembles an actionable morning briefing from your knowledge brain so you begin the day prepared. ## Core Features & Use Cases - Meeting Context Loading: For each meeting on today's calendar, it loads attendee brain pages, recent timeline entries, and open threads so you know exactly who you're talking to and what was last discussed. - Open Thread Surfacing: Searches yesterday's timeline entries and flags anything unresolved that needs follow-up today. - Prioritized Task Review: Loads active tasks from the brain and surfaces P0 and P1 items in priority order. - Use Case: Before your 9 AM standup, ask for your morning prep and receive a briefing with per-meeting context cards, yesterday's unresolved threads, and your top-priority tasks. ## Quick Start Ask your agent to run morning prep for today using the daily-task-prep skill to get your meetings, open threads, and priority tasks in one briefing.

Frequently Asked Questions about daily-task-prep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a morning briefing from my knowledge base?

Trigger the daily-task-prep skill with phrases like "morning prep" or "what's on my plate". It loads today's calendar, pulls attendee context from brain pages, surfaces yesterday's open threads, and lists P0-P1 tasks in one briefing.

How does the skill load meeting attendee context?

For each meeting on today's calendar, it uses search, query, and get_page tools to load each attendee's brain page, recent timeline entries, and any open threads involving them, producing a per-meeting context card.

Does daily-task-prep modify my tasks or calendar?

No, the skill is read-only (mutating: false). It only reads calendar data, brain pages, timelines, and task lists to compile the briefing, and never writes or changes any stored information.

What tools does the daily prep skill require?

It requires five read tools: search, query, get_page, list_pages, and get_timeline. These are used to look up calendar entries, attendee pages, yesterday's timeline, and the ops/tasks list in the brain.

What are the limitations of automated morning briefings?

The briefing quality depends on how complete the underlying brain data is. If meetings, attendee pages, or tasks were never ingested into the brain, the skill cannot surface context for them and those sections will be sparse.