A fully self-contained, browser-based Scrum toolkit grounded in the 2020 Scrum Guide.
🌐 Live: jonboyle-dev.github.io/Scrum-toolkit
| Tab | Description |
|---|---|
| 🏠 Sprint Hub | Sprint setup, burn-down chart, velocity history, progress tracking |
| 📋 Sprint Planning | 3-topic structure (Why/What/How), capacity bar, sub-task breakdown |
| ☀️ Daily Scrum | 3-question format per member, 15-min timer, impediment log |
| 🔍 Sprint Review | Attendees, completed item checklist, export notes |
| 💡 Retrospective | What Went Well / To Improve / Action Items, export text & markdown |
| 🃏 Sprint Poker | Fibonacci estimation with vote reveal and stats |
| ⏱️ Timer | Guide-accurate timeboxes per ceremony, scaled to sprint duration, audio alert |
| 🎨 Story Generator | AI-powered user story generation from UI screenshots (Anthropic API) |
| 📖 Reference | Pillars, values, roles, events, artifacts + Scrum Master skills self-assessment |
- Pure HTML / CSS / JavaScript — no build tools, no dependencies
- All data persisted in
localStorage— nothing resets on refresh - Single file:
complete-scrum-toolkit.html
Online: visit jonboyle-dev.github.io/Scrum-toolkit
Local: download complete-scrum-toolkit.html and open in any modern browser.
The AI User Story Generator tab requires an Anthropic API key. Enter it in the API Key field on that tab — it's saved to localStorage and never leaves your browser.
Grounded in the 2020 Scrum Guide by Ken Schwaber & Jeff Sutherland.