Files
crewli/.claude/commands/sprint-status.md
bert.hausmans 05d1a6d31d chore(claude): add sprint-status, review-multitenancy, sync-docs commands
/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.
2026-05-05 23:24:58 +02:00

541 B
Raw Blame History

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 510 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.