Scrum
Log daily standup entries to ~/Desktop/scrum/. Supports inference mode (suggests an entry based on conversation context), direct logging, and listing today's entries.From its SKILL.md
npx -y skills add fsgreco/ai-agent-plugins --skill scrumAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 290 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 1 file
80 B alongside SKILL.md, 1 of them executable
scripts/
- setup.shruns80 B