gbrain-briefing
Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enrich person and company pages from external sources (Crustdata, Happenstance, Exa). Validation rules enforced.
Ingest meetings, articles, docs, and conversations into the brain. Updates existing pages with new info, creates pages for new entities, maintains cross-references.
Periodic brain maintenance. Finds contradictions, stale info, orphan pages, and missing cross-references to keep the knowledge graph healthy.
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesizes across multiple pages with citations.
| name | gbrain-briefing |
| description | Compile a daily briefing from brain state. Covers active deals, open threads, people in play, and what needs attention. |
| metadata | {"openclaw":{"emoji":"📋","requires":{"bins":["gbrain"]}}} |
Overview — gbrain stats to get brain state at a glance.
Active deals — gbrain list --type deal --tag active
For each: gbrain get <slug> → State + deadlines + what's changed.
Open threads — Scan recently updated pages for Open Threads with time-sensitive items:
gbrain list --limit 30 # recently updated
gbrain get <slug> # for each, check Open Threads section
People in play — gbrain list --type person --limit 20
Prioritize: pages updated in last 7 days, tagged with active or follow-up.
Recent brain changes — gbrain list --limit 20 sorted by updated_at.
What was ingested, what's new, what changed.
Stale alerts — Pages that haven't been updated in 30+ days but have open threads.
# Brain Briefing — YYYY-MM-DD
## Active Deals
- **[Company](companies/slug)** — status, next step, deadline
## Open Threads
- **[Person](people/slug)** — what needs to happen
## People in Play
- **[Name](people/slug)** — current context
## Recent Activity
- Updated: slug, slug, slug
## Needs Attention
- Stale pages, unresolved threads
Write briefing to the brain:
cat briefing.md | gbrain put sources/briefing-$(date +%Y-%m-%d)