Scrum Daily Log
Arguments: $ARGUMENTS
!bash ${CLAUDE_SKILL_DIR}/scripts/setup.sh
Today's log file is ~/Desktop/scrum/!date +%Y-%m-%d``.md
1. If $ARGUMENTS is "list" → read only
Read today's log file. If it doesn't exist or is empty, say "No entries for today." Done.
2. If $ARGUMENTS is non-empty text → direct log
Use the Edit tool to append - $ARGUMENTS to today's log file. Confirm with the entry added. Done.
3. If $ARGUMENTS is empty → infer from context
- Look at the current conversation context.
- Suggest a one-line summary of the work done — under 100 characters, focusing on what was done and which artifact (PR, file, ticket).
- Use AskUserQuestion to let the user confirm, edit, or skip the suggested entry.
- If confirmed, use the Edit tool to append
- <confirmed text>to today's log file.
Example entries
- reviewed PR #16555, suggested null safety fix in isConditionFailing
- migrated cluster-settings cypress test to playwright
- triaged CI failures on PR #16420, all unrelated