Marketplace agile-ceremonies
Agile ceremonies and sprint management specialist. Use when running standups,
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/89jobrien/agile-ceremonies" ~/.claude/skills/aiskillstore-marketplace-agile-ceremonies && rm -rf "$T"
manifest:
skills/89jobrien/agile-ceremonies/SKILL.mdsource content
Agile Ceremonies Skill
Supports agile team ceremonies including standups, retrospectives, and sprint management.
What This Skill Does
- Structures daily standups
- Facilitates retrospectives
- Tracks sprint progress
- Documents action items
- Measures team health
- Creates weekly summaries
When to Use
- Daily standups (sync or async)
- Sprint retrospectives
- Sprint planning
- Progress tracking
- Team health checks
Reference Files
- Sprint retrospective formatreferences/RETROSPECTIVE.template.md
- Standup formats (individual, team, async)references/DAILY_STANDUP.template.md
Standup Format
- Yesterday - What was completed
- Today - What's planned
- Blockers - What's blocking progress
Retrospective Format
- What went well - Celebrate wins
- What didn't go well - Identify issues
- What we learned - Capture insights
- Action items - Specific improvements
Best Practices
- Keep standups under 15 minutes
- Make blockers specific and actionable
- Follow up on previous retro actions
- Quantify progress where possible
- Celebrate team accomplishments