3.3 KiB
3.3 KiB
name, description
| name | description |
|---|---|
| meeting-intelligence | Prepare for meetings by gathering context and creating comprehensive agendas |
Overview
The Meeting Intelligence skill prepares you for productive meetings by automatically gathering relevant context, analyzing past interactions, and creating comprehensive meeting agendas. It helps ensure you enter meetings informed and prepared.
When to Use
Use this skill when you need to:
- Prepare for important meetings
- Gather context about attendees and topics
- Create comprehensive meeting agendas
- Review past interactions with participants
- Identify potential discussion points and blockers
- Prepare background materials for meetings
Features
- Context Gathering: Automatically collects relevant documentation and past interactions
- Attendee Analysis: Gathers information about meeting participants
- Agenda Creation: Generates structured meeting agendas with timing
- Background Materials: Compiles reference materials and context documents
- Risk/Blocker Identification: Surfaces potential issues to address
- Decision Tracking: Monitors previously made decisions relevant to the meeting
Requirements
- Notion API Access: For retrieving documentation and meeting history
- Calendar Integration (Optional): To pull meeting details
- Context Database: Notion database with relevant background information
- Team Database: Directory of team members and their expertise areas
Implementation Details
This skill leverages Notion as a knowledge base to:
- Search relevant documentation and past meetings
- Analyze attendee profiles and expertise areas
- Identify agenda items based on historical context
- Create structured agenda pages in Notion
- Compile background materials and references
- Track follow-up items from previous meetings
Meeting Preparation Workflow
Meeting Request
↓
Extract Meeting Details
↓
Search Relevant Context
↓
Analyze Attendees
↓
Identify Agenda Items
↓
Compile Background Materials
↓
Create Comprehensive Agenda
↓
Output: Prepared Meeting Document
Example Use Cases
-
Executive Status Meeting
- Gathers recent project updates, metrics, and blockers
- Creates agenda aligned with executive focus areas
- Prepares data and trend analysis
-
Client Meeting
- Compiles project history, agreements, and past discussions
- Identifies open items and next steps
- Creates agenda addressing client concerns
-
One-on-One
- Gathers feedback, performance notes, and career development info
- Creates agenda with growth and feedback discussion
-
Cross-functional Planning
- Collects input from all stakeholders
- Identifies dependencies and potential conflicts
- Creates comprehensive coordination agenda
Configuration
NOTION_API_TOKEN=your_token_here
MEETING_DATABASE_ID=your_database_id
CONTEXT_DATABASE_ID=your_context_database_id
ATTENDEE_DATABASE_ID=your_attendee_database_id
See Also
- Knowledge Capture - For documenting meeting outcomes
- Research Documentation - For background research
- Spec to Implementation - For meeting-driven implementation planning
- Notion Database Documentation