Ok, since many people want this, we have changed the behavior of last beta http://beta.plantuml.net/plantuml.jar
Concerning week number, we follow ISO-8601 rules :
However, you can change the rule :
@startuml
printscale weekly
weeks starts on Sunday and must have at least 1 days
project starts 2021/01/25
[Prototype design] lasts 20 days
[Code prototype] lasts 20 days
[Write tests] lasts 15 days
[Code prototype] starts at [Prototype design]'s end
[Write tests] starts at [Code prototype]'s start
@enduml
Does it sound good ?