← ClaudeAtlas

plan-tomorrowlisted

Use when /plan-tomorrow is invoked or after /eod. Reads today's EOD audit and proposes tomorrow's focus (1 primary, 2 secondary) accounting for known patterns. Writes a Tomorrow block to today's daily note.
slogsdon/skills-vault-rituals · ★ 0 · AI & Automation · score 70
Install: claude install-skill slogsdon/skills-vault-rituals
# Skill: /plan-tomorrow Tomorrow's plan based on today's audit. Delegate to Qwen. ## Steps 1. Determine today's and tomorrow's dates (YYYY-MM-DD format) 2. Read these files using obsidian CLI: - `obsidian read file='Daily Notes/[today's date]'` (must contain EOD Audit — run /eod first if missing) - `obsidian read file='Context/accountability'` - `obsidian read file='Context/patterns'` 3. Call `mcp__ollama-agent__qwen_start` (standalone) or `mcp__plugin_shane-config_ollama-agent__qwen_start` (plugin — use whichever is available) with: - `task`: "You are Shane's planning agent. Based on today's EOD audit, known OKRs, and avoidance patterns (all provided), propose tomorrow's plan: 1 primary focus and 2 secondary items. Explicitly account for any 3+ deferral items — either re-commit to them with a reason, or suggest removing them. Be specific, no filler. Output a markdown block ready to paste." - `skill`: "plan-tomorrow" - `context`: content of all three files 4. Loop: if `status` is `"running"`, call `mcp__ollama-agent__qwen_continue` (or `mcp__plugin_shane-config_ollama-agent__qwen_continue` in plugin) with `session_id`; repeat until `status` is `"done"` or `"error"` 5. Run `obsidian append file='Daily Notes/[today's date]' content='## Tomorrow ([tomorrow's date])\n\n[Qwen result]'` 6. Commit the vault change: ```bash VAULT="$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/Personal" git -C "$VAULT" add -A && git -C "$VAULT" commit -m "do