원클릭으로
briefing
Compile daily briefing with meeting context, active deals, and citation tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compile daily briefing with meeting context, active deals, and citation tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review brain inbox drafts, preserve durable memory, archive evidence, sync GBrain, and optionally commit. Public workflow defaults to no push.
Route to Mars (introspective thought partner / demo showman voice persona). Used when the operator wants depth, meaning, or impressive social demos rather than logistics. Mars handles SOLO mode (philosophy, presence, patterns) and DEMO mode (tool-driven showmanship) automatically.
Route to Venus (sharp executive-assistant voice persona). Used for logistics — calendar, tasks, recent messages, brain lookups — at sub-second phone-call latency. The default voice persona unless DEFAULT_PERSONA=mars is set.
Verify a research claim or academic citation by tracing it through publication → methodology → raw data → independent replication. Routes through perplexity-research for the actual web lookup, then formats results as a citation-checked brain page. Use when a book/article/conversation cites a study and you want to confirm the claim is real, replicated, and accurately characterized.
Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/<slug>-personalized.md plus an optional PDF via brain-pdf.
Brain knowledge base operations. The core read/write cycle: brain-first lookup, read-enrich-write loop, source attribution, ambient enrichment, back-linking. Read this before any brain interaction.
| name | briefing |
| description | Compile daily briefing with meeting context, active deals, and citation tracking |
| triggers | ["daily briefing","morning briefing","what's happening today"] |
| tools | ["search","query","get_page","list_pages","get_timeline"] |
| mutating | false |
Compile a daily briefing from brain context.
Filing rule: When the briefing creates or updates brain pages, follow
skills/_brain-filing-rules.md.
[Source: slug, updated DATE] citation.Hot memory pulse (v0.32). Before composing anything else, run:
gbrain recall --since-last-run --supersessions --pending --rollup --json
Fold the result into the briefing under a "Brain pulse" section at the top:
--supersessions output. Lead
with these because they're new corrections to your model of the world.top_entities from --rollup (top 5 entity slugs by
fact count in the window).facts array under each
entity from the rollup; include kind, notability, and confidence.pending_consolidation_count > 0,
note N facts await dream-cycle consolidation so the operator can decide
whether to run gbrain dream before reading further.The --since-last-run flag advances ~/.gbrain/recall-cursors/<source>.json
so the next briefing picks up exactly where this one left off. If you're
running this as a cron job, pass --source <slug> or set GBRAIN_SOURCE
explicitly — cron doesn't start in your repo-root cwd, so dotfile resolution
may miss the right source. Thin-client installs (gbrain init --mcp-only)
route through the remote brain transparently.
Today's meetings. For each meeting on the calendar:
Active deals. List deal pages in gbrain filtered to active status:
Time-sensitive threads. Open items from timeline entries:
Recent changes. Pages updated in the last 24 hours:
People in play. List person pages in gbrain sorted by recency:
Stale alerts. From gbrain health check:
Before generating any briefing, load context from gbrain systematically.
For every attendee on the calendar invite:
gbrain search "<English/transliterated attendee name or exact identifier>" -- find their brain pagegbrain get <slug> -- load compiled truth, recent timeline, relationship contextBefore drafting or triaging any email:
gbrain search "<English/transliterated sender name or exact identifier>" -- load sender contextRun these queries to populate the briefing sections:
gbrain query "active deals status" -- deal pipeline snapshotgbrain query "meetings this week" -- recent meeting pages with insightsgbrain query "pending commitments follow-ups" -- open threads and action itemsgbrain search --type person --sort updated --limit 10 -- people in playDAILY BRIEFING -- [date]
========================
MEETINGS TODAY
- [time] [meeting name]
Participants: [name] (slug: people/name, [key context])
ACTIVE DEALS
- [deal name] -- [status], deadline: [date]
Recent: [latest timeline entry]
ACTION ITEMS
- [item] -- due [date], related to [slug]
RECENT CHANGES (24h)
- [slug] -- [what changed]
PEOPLE IN PLAY
- [name] -- [why they're active]
If the briefing creates or updates any brain pages (e.g., new meeting prep
pages, updated entity pages), the back-linking iron law applies: every entity
mentioned must have a back-link from their page. See skills/_brain-filing-rules.md.
When presenting facts from brain pages, include inline citations:
[Source: slug, updated DATE]. A fact without a citation is unverifiable.