# 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.

- Skill: `fsgreco/scrum` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add fsgreco/scrum`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fsgreco/scrum/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: fsgreco (https://skillmd.com/u/fsgreco)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fsgreco/scrum

---


# 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

1. Look at the current conversation context.
2. Suggest a one-line summary of the work done — under 100 characters, focusing on what was done and which artifact (PR, file, ticket).
3. Use AskUserQuestion to let the user confirm, edit, or skip the suggested entry.
4. 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
```

