start
Installation
SKILL.md
Start — Session Orientation
Run this at the beginning of a new session, or whenever you need to re-orient.
Context
- Backlog summary:
head -4 BACKLOG.md(the> State:line — ground truth) - Handoff files:
find .planning -maxdepth 2 -name whats-next.md -printf '%T@ %p\n' 2>/dev/null | sort -rn | head -5 - Planning projects:
ls -d .planning/*/ 2>/dev/null || echo "none" - Recent commits:
git log --oneline -10 - Uncommitted changes:
git status --short
Process
Parse $ARGUMENTS to determine the mode. If empty, default to minimal.