Strategy
Last updated on June 16, 2026
You can control how phases execute across slots using the strategy setting. TofuPilot defaults to phase_first if not specified.
Phase-First
You can set strategy to phase_first:
execution:
strategy: phase_first
slots:
- name: USB0
- name: USB1
- name: USB2TofuPilot executes the same phase across all slots before moving to the next phase.
Slot-First
You can set strategy to slot_first:
execution:
strategy: slot_first
slots:
- name: USB0
- name: USB1
- name: USB2TofuPilot completes all phases for one slot before starting the next slot.
Availability
Multi-slot execution strategy is not yet available in Studio. Please check our Discord community for updates on feature availability.
How is this guide?