From aj-geddes-useful-ai-prompts-4
Plan and execute Agile sprints: define goals, estimate stories, manage backlog, and facilitate standups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:agile-sprint-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Agile sprint planning provides a structured approach to organize work into time-boxed iterations, enabling teams to deliver value incrementally while maintaining flexibility and responding to change.
Minimal working example:
# Sprint Planning Checklist
## 1-2 Days Before Planning Meeting
- [ ] Groom product backlog (ensure top items are detailed)
- [ ] Update user story acceptance criteria
- [ ] Identify dependencies and blockers
- [ ] Prepare estimates from previous sprints
- [ ] Review team velocity (average story points per sprint)
- [ ] Identify team availability/absences
- [ ] Prepare sprint goals draft
## Information to Gather
- Product Owner priorities
- Team capacity (working hours available)
- Previous sprint metrics
- Upcoming holidays or interruptions
- Technical debt items to address
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Sprint Planning Meeting Structure | Sprint Planning Meeting Structure |
| Story Point Estimation | Story Point Estimation |
| Sprint Goal Definition | Sprint Goal Definition |
| Daily Standup Management | Daily Standup Management |
npx claudepluginhub aj-geddes/useful-ai-promptsPlans sprints by estimating capacity from velocity and availability, selecting backlog stories, mapping dependencies, identifying risks, and outputting a summary with goal. Use for sprint prep.
Guides sprint planning with step-by-step instructions, best practices, and configuration generation for enterprise project management workflows.
Runs structured sprint planning: reviews backlog, sets goal, selects stories, estimates capacity, and assigns work. Use at sprint start.