From mind
Run a comprehensive weekly review across all 8 life areas following the Integrated Life Planning OS. Orchestrates parallel data pulls from Oura, Garmin, Withings, Yazio, Google Calendar, Gmail, Slack, Notion, HubSpot, Clay, Fireflies, and Streaks. Produces a structured review with housekeeping audit, accomplishments, per-area reflection, planning, sharing opportunities, and issue log. Trigger on: "weekly review", "do my weekly review", "life review", "OS review", "full review", "review my week", "review all life areas", or any request for a comprehensive cross-area weekly check-in.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mind:weekly-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a comprehensive weekly review across all life areas following the Integrated Life Planning OS.
Run a comprehensive weekly review across all life areas following the Integrated Life Planning OS. This is the top-level orchestration skill — it delegates to domain specialists where they exist and directly pulls data for areas without dedicated skills.
DESIGN PRINCIPLE: This skill mirrors the weekly review template in Notion (
179dc01658ad81b69a2dcedb5104dbc7). The structure is: Housekeeping → Accomplishments → Reflection (per life area) → Planning → Sharing → Clean-up → Issue Log.
The review covers 8 life areas (consolidated from the 10-area Integrated Life Planning Template):
| # | Area | What it covers | Primary data sources |
|---|---|---|---|
| 1 | Body | Physical health, fitness, nutrition, body composition, sleep | Oura, Garmin, Withings, Yazio, Streaks |
| 2 | Shadow | Emotional health, mental health, journaling, coaching, stress | Oura (stress, resilience), journals (manual) |
| 3 | Mind | Intellectual growth, KMS, LMS, information diet, learning | Notion, Obsidian, newsletters, Streaks |
| 4 | Spirit | Spiritual health, meditation, contemplative practices | Manual input, Streaks |
| 5 | Relationships | Partner, family, friendships, network, CRM | Clay, Google Calendar, Fireflies |
| 6 | Lifestyle | Quality of life, travel, experiences, subscriptions, admin | Email, Calendar, Notion tasks |
| 7 | Wealth | Finances, investments, taxes, company financials | HubSpot, email (invoices), Notion |
| 8 | Work | Neurons Lab (founder/CTO/BDM), team, delivery, pipeline | HubSpot, Fireflies, Slack, Notion, Gmail, Calendar |
Before pulling data, determine the review window:
Execute ALL of the following in a single parallel tool-call batch. Use ToolSearch first to load
any deferred MCP tools needed.
Before calling MCP tools, use ToolSearch to load tool schemas for any deferred tools:
select:mcp__garmin-connect__get_activities,mcp__garmin-connect__get_weekly_volume,mcp__garmin-connect__get_daily_overviewselect:mcp__oura__get_daily_sleep,mcp__oura__get_daily_readiness,mcp__oura__get_daily_stress,mcp__oura__get_daily_resilience,mcp__oura__get_daily_cardiovascular_ageselect:mcp__withings__withings_get_body_compositionselect:mcp__yazio__get_user_daily_summary,mcp__yazio__get_user_water_intake,mcp__yazio__get_user_goalsselect:mcp__claude_ai_Google_Calendar__gcal_list_events,mcp__claude_ai_Gmail__gmail_search_messagesselect:mcp__claude_ai_Slack__slack_search_public_and_private,mcp__claude_ai_Notion__notion-searchselect:mcp__claude_ai_Fireflies__fireflies_get_transcripts,mcp__claude_ai_HubSpot__search_crm_objects,mcp__claude_ai_HubSpot__get_user_detailsselect:mcp__claude_ai_Clay__get_user_informationselect:mcp__google-workspace__manage_accounts,mcp__google-workspace__manage_emailRun all ToolSearch calls in parallel in a single batch.
Body data:
mcp__garmin-connect__get_activities — limit 20, includeSummaryOnly truemcp__garmin-connect__get_weekly_volume — current ISO week, includeTrends truemcp__garmin-connect__get_daily_overview — one call per day of the review weekmcp__oura__get_daily_sleep — startDate/endDate = review weekmcp__oura__get_daily_readiness — startDate/endDate = review weekmcp__oura__get_daily_stress — startDate/endDate = review weekmcp__oura__get_daily_resilience — startDate/endDate = review weekmcp__oura__get_daily_cardiovascular_age — startDate/endDate = review weekmcp__oura__get_sleep — startDate/endDate = review week (detailed sleep architecture)mcp__withings__withings_get_body_composition — latestmcp__yazio__get_user_daily_summary — one call per day of the review weekmcp__yazio__get_user_water_intake — one call per day of the review weekmcp__yazio__get_user_goals — current goalsWork data:
mcp__google-workspace__manage_accounts — operation: list (discover all accounts)mcp__google-workspace__manage_email — operation: triage, for each of 3 accountsmcp__claude_ai_Google_Calendar__gcal_list_events — review week, primary calendar, maxResults 100mcp__claude_ai_Fireflies__fireflies_get_transcripts — fromDate/toDate = review week, limit 50, format jsonmcp__claude_ai_HubSpot__get_user_details — current user contextmcp__claude_ai_HubSpot__search_crm_objects — objectType DEAL, open deals, sorted by closedateMind & Relationships data:
mcp__claude_ai_Notion__notion-search — "weekly tasks review goals projects", page_size 25mcp__claude_ai_Notion__notion-search — "week [N] tasks bizdev delivery [month] [year]", with created_date_range filtermcp__claude_ai_Slack__slack_search_public_and_private — "after:[start] before:[end+1]", sort timestamp, limit 20, concisemcp__claude_ai_Clay__get_user_information — user contextStreaks (for Body + Mind):
shortcuts run "Streaks Export" via Bash in this same parallel batch.After the first batch completes:
mcp__claude_ai_Google_Calendar__gcal_list_events with calendarId: "[email protected]"mind:streaks-export-analysisFor each life area, analyze the data and produce a section. Use domain specialist skills where they exist.
Delegate to body:body-cadence-review if available and the user wants the full body protocol.
Otherwise, produce the Body section directly using the data pulled in Phase 1.
Structure:
Generate forward-looking action items split into Personal and Business columns (matching the template):
Identify shareable learnings from the week:
Identify systematic patterns (not one-off incidents) that recurred this week or are recurring across weeks:
Structure the final review as:
# Weekly Review — Week [N] ([date range])
## Housekeeping: GTD Inboxes
[Table: inbox, status, unread count, key items]
## Accomplishments
### Binary (done/not done)
### Compounding (building over time)
## Life Area Reviews
### 1. Body
[Full body analysis with tables]
### 2. Shadow
[Stress, resilience, emotional health]
### 3. Mind
[Information diet, learning, KMS/LMS]
### 4. Spirit
[Spiritual practices or data gap flag]
### 5. Relationships
[Network, CRM, social calendar]
### 6. Lifestyle
[Travel, admin, quality of life]
### 7. Wealth
[Financials, pipeline, investments]
### 8. Work
[Meetings, bizdev, team, delivery]
## Planning
[Personal + Business columns with checkboxes]
## Sharing
[Learnings and distribution channels]
## Issue Log
[Systematic patterns with evidence and fixes]
Always save the review to the Obsidian vault periodics folder:
PERIODICS_ROOT="$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/AlexHonchar/100 Periodics"
mkdir -p "$PERIODICS_ROOT/Weekly/Week $ISO_WEEK"
Save as: $PERIODICS_ROOT/Weekly/Week $ISO_WEEK/[YYYY]-week-[N]-weekly-review.md
If the vault path does not exist, save to Desktop and inform the user.
body:body-cadence-reviewwork:gtd-calendar-reviewwork:gtd-email-triagework:gtd-slack-triagemind:streaks-export-analysisThe weekly review produces a comprehensive but concise overview. If the user wants to go deeper into any area, delegate to the specialist skill.
This review pulls from 10+ MCP servers. To manage token budget:
includeSummaryOnly: true for Garmin activitiescondenseEventDetails: true for Google Calendarresponse_format: "concise" for Slack searchesmax_highlight_length: 80 for Notion searchesformat: "json" for Fireflies (most structured)operation: "triage" (top 20 per account), not full searchEvery metric should be contextualized:
Do not compare against population averages unless the user has no personal baseline.
Thoughtful operating review. Numbers first, then interpretation, then recommendations. Direct and concise — tables over prose. Surface problems prominently. Use bold for violations and red flags. Keep each life area section to the key signals, not an exhaustive data dump. The user is a quantitative CTO — match that sensibility.
npx claudepluginhub rachnog/alex-honchar-claude-for-life --plugin mindGenerates weekly and monthly insight reports from journal entries, including pattern recognition, floor trends, life coach feedback, therapist observations, and advisory panel thoughts.
Conducts a structured weekly review to clear inboxes, review projects, and set priorities, reducing cognitive load and improving focus for the coming week.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.