Dev comments, updated sporadically - wasabee-project/Wasabee-IITC GitHub Wiki

Tasks (markers and links) can have comments attached to them. Use those for agent placeholders if you need such. Task comments are an underused feature.

each server needs a handful of WasabeePlaceholder01 agents for people to assign for when teams are not populated yet

Using NON-GEOGRAPHIC zones (don't draw anything on the map, just create the zone names) can accomplish a "critical path" process. You don't need to use the geographic part for them to be useful.

Deltas are coming (server support is in place, none of the clients support them yet). You'll need to define when the action takes place relative to the reference time of the operation (T-X and T+X thinking).

the dependsOn system makes the next paragraph less true

Wasabee cannot (yet) determine the ordering of the steps. That's the job of the planner. Ordering the steps in the checklist, with clear comments about "phase 1, phase 2, etc)" still takes human involvement. Even if we get around to auto-populating deltas, that will still depend on grouping and ordering the tasks in advance. Delta "reference time" is what the op planner chooses it to be. Either the checkpoint for which you are aiming, or the time you start the action in earnest... or some other value. A generic "reference time" was chosen as a default, and the planner gets to decide what that time means.