Plan Session banner
FJ-Oekstrahay FJ-Oekstrahay

Plan Session

Development community

Description

Produce a proposed batchc wave plan for this session. Do NOT dispatch any work — stop and present for approval only. ## Step 1 — Find the most recent handoff Run: ``` ls -t "$(pwd)"/HANDOFF-*.md 2>/dev/null | head -1 ``` If that returns nothing, fall back to: ``` ls -t ~/.openclaw/workspace/HANDOFF-*.md 2>/dev/null | head -1 ``` If still nothing, note "no handoff found" and skip to Step 3. Read the full handoff file found. ## Step 2 — Read OPEN-TOPICS.md if present Check whether `"$(pwd)"

Installation

Installs to ~/.claude/skills/fj-oekstrahay-claude-personal-os-plan-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fj-oekstrahay-claude-personal-os-plan-session && curl -fsSL https://raw.githubusercontent.com/FJ-Oekstrahay/claude-personal-os/HEAD/commands/plan-session.md -o ~/.claude/skills/fj-oekstrahay-claude-personal-os-plan-session/SKILL.md

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

Full documentation available on GitHub

View Source Repository