Skip to content

Commit c92d0f4

Browse files
committed
πŸ“† Fixing workflow version & adding useful calendar workflows
1 parent 970bd04 commit c92d0f4

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

β€Ž1.2.0/workflows.jsonβ€Ž

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,51 @@
315315
"tools": [],
316316
"services": ["google-calendar"],
317317
"prompt": "Review all calendars in {!google-calendar} for the past 7 days. Analyze how my actual time spent aligned with my stated goals. Calculate percentage of time per goal area. Identify patterns of misalignment. Provide specific recommendations for improving goal focus."
318+
},
319+
{
320+
"name": "Virtual Meeting Prep",
321+
"description": "Prepare thoroughly for upcoming online meetings, including attendee insights and talking points.",
322+
"category": "Meeting Management",
323+
"roles": ["all"],
324+
"tools": [],
325+
"services": ["google-calendar", "orbit-crm", "research"],
326+
"prompt": "Prepare for virtual meeting '{^meeting_title}'. Use {!google-calendar} to get full meeting details and list all attendees. Use {!orbit-crm} to search for and review information on each attendee. For any attendees not found in {!orbit-crm}, use {!research} to find their background and company information. Prepare talking points and check if screen sharing is needed."
327+
},
328+
{
329+
"name": "In-Person Meeting Prep",
330+
"description": "Plan logistics and attendee research for face-to-face meetings.",
331+
"category": "Meeting Management",
332+
"roles": ["all"],
333+
"tools": [],
334+
"services": ["google-calendar", "orbit-crm", "research", "web-search"],
335+
"prompt": "Prepare for in-person meeting '{^meeting_title}' at {&location}. Use {!google-calendar} to get meeting details and attendee list. Use {!orbit-crm} to search for each attendee and review their information. For attendees not in {!orbit-crm}, use {!research} to find their background. Use {!web-search} to find appropriate venues near {&location} based on meeting time. Check travel time and parking options."
336+
},
337+
{
338+
"name": "All-Day Event Prep",
339+
"description": "Coordinate schedules and logistics for full-day events.",
340+
"category": "Meeting Management",
341+
"roles": ["all"],
342+
"tools": [],
343+
"services": ["google-calendar"],
344+
"prompt": "Plan for all-day event '{^event_title}'. Use {!google-calendar} to get event details. Review schedule conflicts for the day and identify any meetings that need to be rescheduled. Plan logistics if travel is required."
345+
},
346+
{
347+
"name": "Meeting Follow-Up",
348+
"description": "Capture outcomes, update records, and draft follow-up actions.",
349+
"category": "Meeting Management",
350+
"roles": ["all"],
351+
"tools": [],
352+
"services": ["google-calendar", "orbit-crm"],
353+
"prompt": "Follow up on meeting '{^meeting_title}'. Use {!google-calendar} to review meeting details and get attendee list. Use {!orbit-crm} to log meeting notes and update last contacted date for each attendee found in the system. Draft follow-up email summarizing key decisions and action items. Identify and track any commitments or next steps."
354+
},
355+
{
356+
"name": "Team Dynamics Retrospective",
357+
"description": "Reflect on team behaviors and identify one improvement for future meetings.",
358+
"category": "Meeting Management",
359+
"roles": ["all"],
360+
"tools": [],
361+
"services": ["granola"],
362+
"prompt": "Ask {!granola} about the last meeting:\n1. Trust (1–5): What built or hurt trust?\n2. Conflict (1–5): Where did we avoid or embrace debate?\n3. Commitment (1–5): What would make decisions clearer?\n4. Accountability (1–5): What gap in follow-through did I notice?\n5. Results (1–5): Where did focus drift from team goals?\nβ†’ Pick 1 action to improve next time."
318363
}
319364
]
320365
}

0 commit comments

Comments
Β (0)