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

16 lines
541 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 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.