Daily Plan banner
wiklob wiklob

Daily Plan

Data community

Description

--- description: Morning daily-plan ritual — set up the coming day from yesterday's summary + the pipeline KB (roadmap / owed / parked) into a durable dated artifact under pipeline/daily/. Runs unattended via a launchd LaunchAgent (bin/install-daily-plan-launchd.sh); also runnable by hand. argument-hint: "[--yes | --dry-run] (--yes = non-interactive, for the scheduled run; --dry-run = print, don't write)" allowed-tools: Bash, Read, Write, Glob, Grep --- # /daily-plan — morning plan for the day

Installation

Installs to ~/.claude/skills/wiklob-v-coding-setup-daily-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wiklob-v-coding-setup-daily-plan && curl -fsSL https://raw.githubusercontent.com/wiklob/v-coding-setup/HEAD/commands/daily-plan.md -o ~/.claude/skills/wiklob-v-coding-setup-daily-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository