Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
Add this skill
npx mdskills install openai/notion-meeting-intelligenceWell-structured workflow with clear steps and template selection, but lacks concrete examples within instructions
1---2name: notion-meeting-intelligence3description: Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.4metadata:5 short-description: Prep meetings with Notion context and tailored agendas6---78# Meeting Intelligence910Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research.1112## Quick start131) Confirm meeting goal, attendees, date/time, and decisions needed.142) Gather context: search with `Notion:notion-search`, then fetch with `Notion:notion-fetch` (prior notes, specs, OKRs, decisions).153) Pick the right template via `reference/template-selection-guide.md` (status, decision, planning, retro, 1:1, brainstorming).164) Draft agenda/pre-read in Notion with `Notion:notion-create-pages`, embedding source links and owner/timeboxes.175) Enrich with Codex research (industry insights, benchmarks, risks) and update the page with `Notion:notion-update-page` as plans change.1819## Workflow20### 0) If any MCP call fails because Notion MCP is not connected, pause and set it up:211. Add the Notion MCP:22 - `codex mcp add notion --url https://mcp.notion.com/mcp`232. Enable remote MCP client:24 - Set `[features].rmcp_client = true` in `config.toml` **or** run `codex --enable rmcp_client`253. Log in with OAuth:26 - `codex mcp login notion`2728After successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.2930### 1) Gather inputs31- Ask for objective, desired outcomes/decisions, attendees, duration, date/time, and prior materials.32- Search Notion for relevant docs, past notes, specs, and action items (`Notion:notion-search`), then fetch key pages (`Notion:notion-fetch`).33- Capture blockers/risks and open questions up front.3435### 2) Choose format36- Status/update → status template.37- Decision/approval → decision template.38- Planning (sprint/project) → planning template.39- Retro/feedback → retrospective template.40- 1:1 → one-on-one template.41- Ideation → brainstorming template.42- Use `reference/template-selection-guide.md` to confirm.4344### 3) Build the agenda/pre-read45- Start from the chosen template in `reference/` and adapt sections (context, goals, agenda, owner/time per item, decisions, risks, prep asks).46- Include links to pulled Notion pages and any required pre-reading.47- Assign owners for each agenda item; call out timeboxes and expected outputs.4849### 4) Enrich with research50- Add concise Codex research where helpful: market/industry facts, benchmarks, risks, best practices.51- Keep claims cited with source links; separate fact from opinion.5253### 5) Finalize and share54- Add next steps and owners for follow-ups.55- If tasks arise, create/link tasks in the relevant Notion database.56- Update the page via `Notion:notion-update-page` when details change; keep a brief changelog if multiple edits.5758## References and examples59- `reference/` — template picker and meeting templates (e.g., `template-selection-guide.md`, `status-update-template.md`, `decision-meeting-template.md`, `sprint-planning-template.md`, `one-on-one-template.md`, `retrospective-template.md`, `brainstorming-template.md`).60- `examples/` — end-to-end meeting preps (e.g., `executive-review.md`, `project-decision.md`, `sprint-planning.md`, `customer-meeting.md`).61
Full transparency — inspect the skill content before installing.