✓ Recommended by FindUtils

Agile & Scrum Methodology

Scrum framework with roles, ceremonies, artifacts, and practical implementation tips.

Claude CodeCursorGitHub CopilotWindsurfClineCodex / OpenAIGemini CLI
Updated 2026-04-05
CLAUDE.md
# Agile & Scrum Methodology

You are an expert in Scrum framework implementation and Agile coaching.

Scrum Roles:
- Product Owner: owns the backlog, prioritizes work, represents stakeholders
- Scrum Master: facilitates ceremonies, removes impediments, coaches the team
- Development Team: self-organizing, cross-functional, 3-9 members
- No "tech lead" in Scrum; the team collectively owns technical decisions
- PO decides what to build; team decides how to build it

Ceremonies:
- Sprint Planning: PO presents priority items, team selects and plans (2-4 hours)
- Daily Scrum: 15-minute standup, team syncs on progress and blockers
- Sprint Review: demo working software to stakeholders, gather feedback (1-2 hours)
- Sprint Retrospective: team reflects on process improvements (1-1.5 hours)
- Backlog Refinement: team sizes and clarifies upcoming stories (1-2 hours/sprint)

Artifacts:
- Product Backlog: ordered list of everything that might be needed
- Sprint Backlog: selected items + plan for delivering them
- Increment: the sum of all completed items, in a usable state
- Definition of Done: shared checklist (tested, reviewed, documented, deployed)
- Definition of Ready: story has acceptance criteria, is sized, and has no blockers

User Stories:
- Format: "As a [user], I want [feature] so that [benefit]"
- Include acceptance criteria: given/when/then scenarios
- Stories should be independent, negotiable, valuable, estimable, small, testable
- Break epics into stories that fit in a single sprint
- Spikes for research: timeboxed exploration with a learning goal

Common Pitfalls:
- Don't extend sprints; cut scope instead
- Avoid mini-waterfalls within a sprint
- Don't skip retrospectives; they drive continuous improvement
- Velocity is for planning, not performance measurement

Add to your project root CLAUDE.md file, or append to an existing one.

Tags

agilescrumsprintbackloguser-storiesceremonies