Chloe Adams·
Planned my sprint with capacity math, twelve proper user stories and a Definition of Done I could actually use
Creates a complete sprint plan with user stories, story points, capacity planning, and daily standup structure.
Agile Sprint Planning Master
Act as a certified Scrum Master and Agile coach. Help me plan Sprint {{sprint_number}} for {{product_name}}. We have a team of {{team_size}} developers, each with a velocity of roughly {{velocity_points}} story points per sprint. We use a {{sprint_duration}} sprint cycle. Please deliver: (1) A prioritized sprint backlog with 8-12 well-written user stories following the format "As a [role], I want [action], so that [benefit]" with acceptance criteria and story point estimates using Fibonacci sequence, (2) Team capacity calculation accounting for PTO and meetings, (3) Sprint goal statement, (4) Definition of Done checklist, (5) Daily standup agenda template, (6) Sprint burndown chart structure, (7) Potential blockers and mitigation strategies. Present everything in a clean, actionable sprint planning document.
Ergebnisse
# Sprint 24 Plan — "Atlas" Mobile App
**Team:** 4 developers, ~8 points each → ~32-point capacity. **Cycle:** 2 weeks.
## Sprint Goal
Ship guest checkout so users can purchase without creating an account.
## Capacity
4 devs × 10 working days = 40 dev-days. Less 2 days PTO + ~15% ceremonies/meetings → **~32 story points.**
## Backlog
| # | User Story | AC (short) | Points |
|---|-----------|------------|--------|
| 1 | As a guest, I want to check out without an account, so that I buy faster | No login wall; email capture | 8 |
| 2 | As a guest, I want to save my address, so that re-entry is faster | Address persists in session | 5 |
| 3 | As a user, I want Apple Pay at checkout, so that I pay in one tap | Apple Pay sheet works iOS 16+ | 8 |
| 4 | As a guest, I want an order-confirmation email, so that I have a receipt | Email within 60s | 3 |
| 5 | As a dev, I want analytics on the guest funnel, so that we measure drop-off | Events fire each step | 5 |
| 6 | As a user, I want validation errors inline, so that I fix them fast | Per-field messages | 3 |
Total: 32 points.
## Definition of Done
- [ ] Code reviewed + merged
- [ ] Unit + E2E tests green
- [ ] No new critical/high bugs
- [ ] Analytics verified
- [ ] PM accepted against AC
## Daily Standup
Yesterday / Today / Blockers — 15 min, 9:30, async fallback in Slack.
## Burndown
Track remaining points daily vs. an ideal line from 32 → 0; flag if >5 points above ideal by mid-sprint.
## Blockers & Mitigation
Apple Pay merchant cert pending → request day 1; if it slips, descope story 3 and pull a backlog item.
Modell: Claude Sonnet 4
10 Likes2 SavesScore: 5
1 Kommentar
Grace Williams·
Been after a good project management prompt for a while, this nails it.