Tested tool guide
Tested browser tools
Checked August 16, 2026
What Resource Allocation Planner does, with a checked example
You enter each team member's weekly capacity (full-time hours, part-time, or reduced for time off), plus the hours assigned to each project, and the planner sums those assignments per person per week, compares them to capacity, and renders the result as a capacity heatmap, over-allocation alerts, and utilization dashboards. The number people most often misread is utilization: it is assigned hours divided by capacity, so it can exceed 100 percent, and a person sitting at 100 percent has no hours left for anything new.
Worked example
A concrete input and expected output from the current implementation.
Input
Team member: Maya Chen. Capacity: 40 h/week. Assignments for the week of 2026-08-17: Project Atlas 20 h, Project Beacon 15 h, Project Cirrus 10 h.
->
Expected output
Assigned 45 h vs 40 h capacity: over-allocated by 5 h; utilization 45/40 = 112.5%. An over-allocation alert is raised for Maya Chen, week of 2026-08-17, and her heatmap cell is marked as over capacity.
Utilization is assigned hours divided by capacity (45 / 40 = 1.125), so it can exceed 100 percent. The alert reports the 5-hour excess (45 - 40), which is the amount to move elsewhere when rebalancing.