agile-scrum
Installation
SKILL.md
Agile Scrum Management
Key Concepts
- Sprints: 2-week iterations for focused delivery.
- Story Points: Use Fibonacci sequence (1, 2, 3, 5, 8, 13) for complexity sizing.
Workflow
%%{init: {"theme": "default", "flowchart": {"useMaxWidth": true}}}%%
flowchart TD
A[Backlog Refinement] --> B[Sprint Planning]
B --> C[Daily Standup]
C --> D[Sprint Review]
D --> E[Sprint Retrospective]