This skill should be used when the user asks to "do monthly review", "monthly planning", "review my month", "plan next month", or wants to run the monthly review and planning cycle.
Conducts a comprehensive monthly review and planning cycle by analyzing goals, projects, and tasks to align priorities.
/plugin marketplace add oskar-dragon/claude-code/plugin install vault-manager@claude-codeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
monthly-note-template.mdExecute Oskar's monthly review and planning session. Use todoist-workflow skill for task management.
This is a comprehensive 3-phase process combining deep reflection and strategic forward planning at the monthly cadence.
Monthly notes use the format NNN - Month YYYY.md (e.g., 122 - February 2026.md).
Check if a monthly note exists for the current month:
aliases (month + year), previous/next links, tags: [monthly-notes]Find weekly review entries from this month:
Journal/ for entries containing "Weekly Review" in the filename from this monthRead goal notes from Goals/ folder:
done: false)Read project notes from Projects/ folder:
status property for active projectsFrom the Fractal Journaling monthly compilation:
Based on the review, suggest:
Ask Oskar:
Use AskUserQuestion or discuss conversationally based on Oskar's preference.
Fetch next month's events:
list-events with next month's date range)Review all goals with strategic lens:
Propose changes and get Oskar's approval for:
done: true)status property)/vault-manager:goal after this review if needed)Review all projects with strategic lens:
## Tasks section — the project note is the source of truthGet Oskar's approval for:
status property in project notes)Find tasks in NEXT MONTH project:
find-tasks with the NEXT MONTH project ID from the todoist-workflow skillupdate-tasks (change to THIS MONTH project ID)After promotions from NEXT MONTH, review the full THIS MONTH task list:
find-tasks with the THIS MONTH project ID from the todoist-workflow skillupdate-tasks (change to THIS WEEK project ID and set dueString)Update the monthly note with review and planning summary:
Update notes with status changes from planning:
done property or status property on goals as approvedstatus property on projects as approvedUpdate auto memory with:
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.