/sprint-status — branch, last package, uncommitted work, next BACKLOG item. /review-multitenancy <Model> — model+migration+policy+tests checklist. /sync-docs — runs the dev-docs sync pipeline and reminds to upload .claude-sync/. Each command's frontmatter declares a least-privilege allowed-tools list.
541 B
541 B
description, allowed-tools
| description | allowed-tools |
|---|---|
| Summarise current sprint position from BACKLOG.md, recent commits, and working tree | 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.