Meetings
Overview
Section titled “Overview”Meetings capture notes from calls, standups, reviews, and other discussions. They link to accounts, projects, and include action items for follow-up.
Frontmatter Schema
Section titled “Frontmatter Schema”---uid: 2024-03-15-acme-kickoffdate: 2024-03-15attendees: - sarah-chen - mike-navalestype: planningaccount: acme-corpproject: acme-crm-integrationaction_items: - Send SOW draft by Friday - Schedule technical deep-dive---| Field | Type | Required | Description |
|---|---|---|---|
uid | string | Yes | Unique identifier |
date | date | Yes | Meeting date |
attendees | string[] | Yes | List of attendee names or slugs |
type | 'discovery' | 'standup' | 'review' | 'planning' | 'retrospective' | 'other' | Yes | Meeting type |
account | string | No | Account slug reference |
project | string | No | Project slug reference |
action_items | string[] | No | Follow-up items |
File Location
Section titled “File Location”src/content/meetings/2024-03-15-acme-kickoff.mdSlug format: YYYY-MM-DD-meeting-name
Example Entry
Section titled “Example Entry”---uid: 2024-03-15-acme-kickoffdate: 2024-03-15attendees: - sarah-chen - mike-navalestype: planningaccount: acme-corpproject: acme-crm-integrationaction_items: - Send SOW draft by Friday - Schedule technical deep-dive---
## Agenda1. Project timeline review2. Technical requirements discussion3. Resource allocation
## Notes- [[sarah-chen]] confirmed Q2 budget is approved- API migration needs to happen before CRM integration- Team prefers bi-weekly check-ins over weekly
## Decisions- Go with REST API over GraphQL for initial phase- Target June 30 for MVP launchRelated Collections
Section titled “Related Collections”- Accounts — The organization involved in this meeting
- Projects — The project discussed in this meeting
Commands
Section titled “Commands”| Command | Description |
|---|---|
/mybuddy.meeting.create | Create a new meeting |
/mybuddy.meeting.view [slug] | View meeting detail |
/mybuddy.meeting.edit [slug] | Edit meeting |
/mybuddy.meeting.list [filters] | List meetings (filter by type, account, date) |
/mybuddy.meeting.delete [slug] | Delete with confirmation |