Two Bevy issues I've run into while working on MegaChicken:
1) If you combine SystemSet::on_update(stage) with FixedTimeStep - you get the timestep regardless of active stage.
2) There *really* needs to be a way to issue entity commands and not panic if the entity doesn't exist.