sprint_planning_template

Sprint Planning Document

Content Preview
# Sprint Planning Document

## Sprint Info

| Field | Value |
|-------|-------|
| **Sprint** | Sprint [Number] |
| **Dates** | [Start Date] - [End Date] |
| **Sprint Goal** | [One sentence describing what this sprint achieves] |
| **Scrum Master** | [Name] |
| **Product Owner** | [Name] |

---

## Sprint Goal

[Expand on the sprint goal. What is the single most important outcome? What does "done" look like for this sprint? 2-3 sentences.]

---

## Team Capacity

| Team Member | Available Days | 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sprint_planning_template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/agile-product-owner/assets/sprint_planning_template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/agile-product-owner/assets/sprint_planning_template.md

Related Skills