From schedule-manager
Produce an end-of-day, end-of-week, or end-of-period summary as a Google Doc in the Wrapups folder. Lists achievements and open items.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
Generates a structured Google Doc summarising what got done in a period and what's still open. The cadence is user-driven — daily, weekly, end-of-project, whatever.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Generates a structured Google Doc summarising what got done in a period and what's still open. The cadence is user-driven — daily, weekly, end-of-project, whatever.
Read config. Resolve workspace MCP alias and drive_folders.wrapups.
Determine period. Ask the user (or accept from arguments): EOD today, EOW this week, custom range. Resolve start/end timestamps in config.defaults.timezone.
Pull source data for the period:
Draft sections:
Create the Doc in drive_folders.wrapups. Naming: Wrapup — <period label> — YYYY-MM-DD.
Return the Doc link to the user. Optionally offer to email it via email-agenda-style flow (reuse the email helper if available).