| name | standup |
| description | Read the board and report the day's truth — what moved, what's in flight, what's blocked — in one screen. |
| disable-model-invocation | true |
Standup
A standup answers three questions from the board, not from memory: what moved since last time, what's in flight, what's stuck. Read-only — this ritual never edits the board.
Pull the current state via the board skill (current iteration under Scrum/Scrumban; the whole flow under Kanban) and report:
- Moved — items that changed status in the last working day (issue events carry the timestamps).
- In flight — In Progress + In Review, grouped by assignee, oldest first. Flag anyone over the WIP limit in
docs/agents/board.md.
- Stuck — open
impediment issues, blocked items, and anything In Progress longer than the preset's aging bar. Each stuck item gets a proposed next action, not just a mention.
- Goal check (Scrum) — one line: is the iteration goal still reachable at this pace?
One screen total. The report surfaces decisions for humans; it makes none itself. If something needs unblocking now, name who and what — then stop.