Epic Progress Calculator
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Epic Progress Calculator is a floating calculator panel that tracks progress on epics or large projects. Enter total stories, completed stories, and story points per story. The panel calculates completion percentage, remaining stories, remaining story points, and estimated sprints remaining. A progress bar shows visual status — green (>80%), yellow (>50%), or teal (≤50%). This helps agile teams track epic delivery and forecast completion.
WHERE IT RUNS
This script runs on any website you visit. It reads only the page you are looking at, never other tabs, bookmarks, or browser data. All data stays in your browser — nothing is sent anywhere.
HOW TO USE
Click the Epic Progress Calculator panel button in the BotGentz extension toolbar. The panel appears at the edge of the page. Enter total stories, completed stories, and story points per story (e.g., 3 points average). The panel updates instantly — showing completion percentage, remaining stories, remaining points, and estimated sprints. Use "Copy Results" to copy the full analysis to your clipboard. You can save your default values — they persist across pages.
TECHNICAL MECHANISM
The calculator uses simple formulas: Remaining Stories = Total Stories - Completed Stories. Completion % = (Completed / Total) × 100. Points Remaining = Remaining Stories × Points per Story. Sprints Estimate = Points Remaining / (Points per Story × 5) — assuming 5 stories per sprint (adjustable via points per story). The progress bar color changes based on completion percentage. All calculations run client-side in pure JavaScript, with no external dependencies. The UI updates in real time as you type.
THE PANEL
The panel is a floating overlay that you can drag anywhere on the screen by its header. It remembers its position per site so it reappears where you left it. The panel can be collapsed into a small handle to get it out of the way, and snapped to the edge of the page. It can be resized to fit your workflow. Press Escape to close the panel.
PLEASE NOTE
This script requires the free BotGentz extension to run. All data stays in your browser — nothing is transmitted or shared. The panel works on any website. The calculator is for estimation purposes only — actual sprint velocity may vary. Sites change — the script may need updates to match new site structures.