--- description: Summarise current sprint position from BACKLOG.md, recent commits, and working tree allowed-tools: Bash(git:*), Read --- Read the first 50 lines of `dev-docs/BACKLOG.md`. Run `git branch --show-current`, `git log --oneline -20`, and `git status -sb`. Produce a 5–10 line summary covering: - Current branch and the work package it belongs to - Last completed work package (most recent --no-ff merge in the log) - Staged or unstaged work (uncommitted changes) - Next item per BACKLOG.md No prose padding. Just the facts.