Imported skill sprint_planning_template from openai
Scanned 9/11/2026
Install to Claude Code
npx -y skills add bitwikiorg/skills.md --skill sprint_planning_template --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sprint Planning Template?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bitwikiorg-sprint-planning-template)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill sprint_planning_template from openai
name: sprint_planning_template
signature: 1eed8455dc48c330eaecd0f79cbd18150973d47b93329826c7ae611a10dece66
source: /a0/tmp/skills_research/openai/skills/.curated/notion-meeting-intelligence/reference/sprint-planning-template.md
---
# 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]
- <mention-page url="...">Task 1</mention-page> - [Points]
- <mention-page url="...">Task 2</mention-page> - [Points]
## Sprint Backlog
### Committed Items
- [x] <mention-page url="...">Task</mention-page> - [Points] - @[Owner]
- [ ] <mention-page url="...">Task</mention-page> - [Points] - @[Owner]
**Total committed**: [Points]
### Stretch Goals
- [ ] <mention-page url="...">Task</mention-page> - [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]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!