skills/morning-planner/SKILL.md
Generate today's daily plan by gathering context from LifeManager (projects, todos, calendar, yesterday's plan) and creating a focused schedule. Designed to run via /loop for daily planning.
npx skillsauth add luzgan/llm-skills morning-plannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate today's daily plan using context from LifeManager.
This skill is designed to run in the morning. Check the current UTC time — only proceed if it's between 05:00 and 09:00 UTC. If outside this window, respond with "Skipping — not morning yet" and stop immediately. Do not call any MCP tools.
get_daily_plan for today's datesync_calendar_events for today's date to pull in Google Calendar eventsget_daily_plan again to see the updated calendar slotsCollect context from these sources:
list_projects (state: in_progress), then list_tasks for each to see active taskslist_todos (status: todo or in_progress) to see what's dueget_daily_plan for yesterday's date to see what was completed, what wasn't, and any end-of-day commentsBased on the gathered context, create a focused, achievable daily plan:
add_schedule_slot with source "auto"update_daily_plan with a 1-2 sentence overview of today's focusadd_plan_item with sequential positionsadd_schedule_slot with source "auto"update_daily_plandevelopment
Enforces a feature-branch Git workflow — work on branches, commit meaningfully, create PRs, and only merge with user approval. Triggers on any code changes or when the user asks to implement something.
testing
Proactively use OpenBrain to save and recall thoughts during conversations. Triggers when the user shares insights, makes decisions, learns something new, or works on topics that might have prior context in OpenBrain.
development
Fetch recent GitHub commits and update LifeManager project descriptions and OpenBrain with development activity. Designed to run via /loop for periodic syncing.
development
Proactively keep LifeManager project descriptions up to date as development progresses. Triggers when working on a project that is tracked in LifeManager — updates descriptions with recent changes, new features, and current state.