meeting-brief
Meeting Brief runs each morning to scan your calendar, identify external attendees, and generate AI-powered research briefs delivered via email or Slack. It pulls LinkedIn profiles, company information, GitHub activity, and past interaction notes to surface conversation starters and context for each person. Configure which team members to skip and choose your research depth—quick web searches, standard with GitHub profiles, or deep dives including past notes.
Meeting Brief automates daily meeting prep by researching external attendees and sending personalized briefs to your inbox.
AI-generated summary based on this skill's SKILL.md
Install
gooseworks-ai/goose-skills/meeting-brief · repository language: Python
git clone https://github.com/gooseworks-ai/goose-skills
cp -r goose-skills/skills/sales/composites/meeting-brief ~/.claude/skills/meeting-briefFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does meeting-brief prepare for meetings automatically?
Meeting Brief scans your calendar each morning, identifies external attendees, and generates AI-powered research briefs. It pulls LinkedIn profiles, company information, GitHub activity, and past interaction notes, then delivers personalized context via email or Slack with conversation starters and attendee background for each person.
Can meeting-brief research LinkedIn and GitHub for meeting attendees?
Yes. Meeting Brief pulls LinkedIn profiles, GitHub activity, and company information for external attendees in your calendar. You can configure your research depth—choose quick web searches, standard research with GitHub profiles included, or deep dives that also surface past interaction notes.
What information does meeting-brief include in daily briefing emails?
Meeting Brief emails contain personalized attendee context including LinkedIn profiles, company details, GitHub activity, past interaction notes, and AI-generated conversation starters. You receive one brief per external attendee, helping you prepare meaningful talking points before each call.
Can I customize which team members meeting-brief skips?
Yes. Meeting Brief lets you configure which team members to skip during calendar scanning. You can also choose your research depth preference—from quick web searches to standard research with GitHub profiles, or comprehensive deep dives including past notes.
Does meeting-brief track past interactions with meeting contacts?
Meeting Brief can include past interaction notes in its deep-dive research option, helping you build context on recurring contacts. This enables you to reference previous conversations and maintain continuity with external attendees across multiple meetings.
SKILL.md
rendered from the published skill — quoted content, verbatim
Meeting Brief
Automated daily meeting preparation system that researches meeting attendees and sends you personalized briefs.
What It Does
Every morning (configurable time): 1. Checks your calendar for today's meetings (via gcalcli) 2. Extracts attendees from each meeting 3. Filters out your team members (configurable) 4. Deep researches each external person: - LinkedIn profile (web search) - Company information - GitHub profile (if engineer) - Past interactions/notes (memory search) - Recent news/activity 5. Generates AI-powered brief per person 6. Sends 1 email per person to your inbox
Setup
1. Configure Team Members
Edit config.json to list your team members (these will be skipped):
```json { "team_members": [ "alice@yourcompany.com", "bob@yourcompany.com",
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 12 files
skills/sales/composites/meeting-brief/.gitignore
skills/sales/composites/meeting-brief/EXAMPLE.md
skills/sales/composites/meeting-brief/SETUP.md
skills/sales/composites/meeting-brief/SKILL.md
skills/sales/composites/meeting-brief/config.json.example
skills/sales/composites/meeting-brief/scripts/check_calendar.sh
skills/sales/composites/meeting-brief/scripts/format_for_slack.sh
skills/sales/composites/meeting-brief/scripts/generate_brief.js
skills/sales/composites/meeting-brief/scripts/research_person.js
skills/sales/composites/meeting-brief/scripts/run_daily.sh
skills/sales/composites/meeting-brief/scripts/send_slack.sh
skills/sales/composites/meeting-brief/skill.meta.json