# Sprint Planning Template
Use this template for agile sprint planning meetings.
```markdown
# Sprint [#] Planning - [Date]
## Meeting Details
**Date**: [Date]
**Team**: [Team name]
**Sprint Duration**: [Dates]
## Sprint Goal
[Clear statement of what this sprint aims to accomplish]
## Capacity
| Team Member | Availability | Capacity (points) |
|-------------|--------------|-------------------|
| [Name] | [%] | [#] |
| **Total** | | [#] |
## Backlog Review
### High Priority Items
[From product backlog, linked from task database]
- Task 1 - [Points]
- Task 2 - [Points]
## Sprint Backlog
### Committed Items
- [x] Task - [Points] - @[Owner]
- [ ] Task - [Points] - @[Owner]
**Total committed**: [Points]
### Stretch Goals
- [ ] Task - [Points]
## Dependencies & Risks
**Dependencies**:
- [Dependency]
**Risks**:
- [Risk]
## Definition of Done
- [ ] Code complete and reviewed
- [ ] Tests written and passing
- [ ] Documentation updated
- [ ] Deployed to staging
- [ ] QA approved
## Next Steps
- Team begins sprint work
- Daily standups at [Time]
- Sprint review on [Date]
```