1{2 "name": "Decision Meeting Preparation",3 "skills": ["meeting-intelligence"],4 "query": "Prep for tomorrow's meeting where we need to decide on our database migration approach. Create both an internal pre-read for the team and an agenda for the meeting.",5 "expected_behavior": [6 "Step 1: Uses Notion:notion-search to find context about database migration (project pages, technical specs, previous discussions, options analysis)",7 "Step 2: Fetches at least 2-3 relevant pages using Notion:notion-fetch to gather information from Notion",8 "Step 3: Identifies the decision to be made and available options from fetched Notion content",9 "Step 4: Enriches with Codex research - adds decision-making frameworks (e.g., cost-benefit analysis, risk assessment), technical context for migration approaches, best practices for database migrations"
10 "Step 5: Distinguishes Notion facts from Codex insights in synthesis",
11 "Step 6: Creates INTERNAL PRE-READ using Notion:notion-create-pages with title like 'INTERNAL: Database Migration Decision - Pre-Read - [Date]'",
12 "Step 6a: Internal pre-read includes: Meeting overview, background context (from Notion), current status and technical details, context & insights (from Codex research on migration best practices), decision options with detailed pros/cons, recommendation with rationale, what we need from meeting",
13 "Step 6b: Internal pre-read marked clearly as 'INTERNAL ONLY' or 'For team only'",
14 "Step 7: Creates EXTERNAL AGENDA using Notion:notion-create-pages with title like 'Meeting Agenda: Database Migration Decision - [Date]'",
15 "Step 7a: External agenda includes: Meeting details, objective (clear decision to make), agenda items with time allocations, discussion topics, decisions needed, action items section (empty), related resources with link to pre-read",
16 "Step 7b: External agenda is clean, professional, focused (no internal strategy or detailed pros/cons)",
17 "Step 8: Links both documents together (agenda mentions pre-read, pre-read mentions agenda)",
18 "Both documents link to source pages using <mention-page url='...'>"
19 ],
20 "success_criteria": [
21 "TWO documents are created (internal pre-read + external agenda), not just one",