From gws
Creates recurring focus time blocks on Google Calendar using gws CLI to protect deep work hours. Includes verification step and requires gws-calendar skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-block-focus-timeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Create recurring focus time blocks on Google Calendar to protect deep work hours.
gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Focus Time", "description": "Protected deep work block", "start": {"dateTime": "2025-01-20T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-20T11:00:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"], "transparency": "opaque"}'gws calendar +agendanpx claudepluginhub wadewarren/gws-claude-pluginReviews Google Calendar week via agenda and free/busy queries, identifies time gaps, and adds events like deep work blocks to fill them. Useful for automated weekly scheduling.
Plans your workday into themed blocks to reduce reactive drift and protect deep work time, based on Cal Newport's methodology.
Combines Pareto prioritization (80/20), timeboxing, and deep work techniques to manage attention, eliminate context-switching, and maximize high-impact output. Useful for time management, combating procrastination, and planning schedules.