How this command is triggered — by the user, by Claude, or both
Slash command
/che-ical-mcp:weekThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Weekly Overview
Provide a comprehensive view of the user's week:
1. **Events**: Use `list_events_quick` with range "this_week"
- Optional: Use `week_starts_on` parameter to control week start:
- `system` (default): Use system locale
- `monday`: ISO 8601 standard (Europe, Asia)
- `sunday`: US, Japan convention
- `saturday`: Middle East convention
2. **Tasks**: Use `list_reminders` with completed=false
Present as a day-by-day breakdown:
- Monday: [events]
- Tuesday: [events]
- etc.
Highlight:
- Busy days vs free days
- Any scheduling patterns
- Upcoming deadlines ...Provide a comprehensive view of the user's week:
list_events_quick with range "this_week"
week_starts_on parameter to control week start:
system (default): Use system localemonday: ISO 8601 standard (Europe, Asia)sunday: US, Japan conventionsaturday: Middle East conventionlist_reminders with completed=falsePresent as a day-by-day breakdown:
Highlight:
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-ical-mcp/weekly-briefGenerates a weekly prep briefing from calendar and Common Room, covering external customer meetings for next 7 days or specified date range.
/next-weekGenerates next-week.md listing tasks due next week from tasks/ folder, grouped by day with YAML frontmatter and date headings.
/my-weekGenerates a markdown summary of your accomplishments, collaborations, and key activities over an optional time period (default: past week).
/plan-weekGenerates a weekly plan with priorities, risks, and success criteria by analyzing workspace files, git history, and MCP sources like GitHub PRs/issues and Linear tasks, outputting structured Markdown.
/daily-prioritiesBuilds a structured day plan from calendar items, deadlines, and inbox items, outputting priorities, time blocks, delegation list, and executive briefing notes.