← ClaudeAtlas

hey-standuplisted

Three lines for a standup, built from the ledger - what landed, what is next, what is blocked. Use on "standup", "daily", "what do I say in standup", "status update", "write my scrum update". Read-only; never edits the ledger.
keenkim1202/Hey · ★ 1 · AI & Automation · score 67
Install: claude install-skill keenkim1202/Hey
# Standup lines Read-only. **Never edit the ledger.** This produces text a person will paste into a chat or say out loud, so it is short and it contains no numbers that were not printed. ```bash ROOT="${CLAUDE_PLUGIN_ROOT:-$PLUGIN_ROOT}" # Codex names it PLUGIN_ROOT HEY="$ROOT/scripts/hey.py" BOARD="$ROOT/scripts/board.py" ``` ## 1. Gather ```bash LC_TIME=C date "+%Y-%m-%d (%a)" python3 "$BOARD" brief ``` `brief` already carries the previous working day's log, loose worktrees, next-up order and blockers. **Do not fire the individual commands** unless the card raises a question, in which case: ```bash python3 "$HEY" log --limit 2 # the exact log wording python3 "$HEY" carryover --days 2 # what has been open across records python3 "$HEY" item "<phase>|<name>" # one item's history, when asked why ``` Here the card is a **source, not output** — the one exception to the print-the-card rule in `hey-ledger`. `/wassup` and `/seeya` paste it; a standup does not. What leaves this skill is three lines a person can say out loud. Scope: `current` is the project you are standing in, `all` is every registered one, and the default lives in `~/.hey/config.json`. `hey-ledger` has the rest of the conventions, but you do not need them to run this. ## 2. Three lines, in this order ``` Yesterday CSV import pipeline merged (#20). Currency entity merged (#19) Today Finish the Google provider, then the country list from the server Blocked Server