burndown_calculator
Calculate sprint burndown chart data by providing tasks with story points and sprint duration. Get ideal vs actual burndown, velocity metrics, and completion forecast.
Instructions
Calculate sprint burndown chart data. Given tasks with story points and sprint duration, computes ideal vs actual burndown, velocity metrics, and completion forecast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprint_name | No | Name of the sprint | |
| tasks | Yes | Sprint tasks with points and completion data | |
| sprint_duration_days | Yes | Total sprint duration in days | |
| current_day | Yes | Current day of the sprint (0-indexed) |