How YOLO Mode works
YOLO Mode works with two types of workflows:Plan Workflow
For implementation tasks, YOLO Mode automatically executes these steps for each phase:- Planning - Traycer generates detailed plans or skips directly to coding (based on your config)
- Coding - Automatically hands off to your selected coding agent with optional custom templates
- Verification - Validates implementation and optionally hands off selected comment categories back to your agent
- Next phase - Continues to the next phase automatically until all phases are complete
Review Workflow
For code review tasks, YOLO Mode automatically executes these steps for each phase:- Review - Traycer analyzes code and generates review comments
- Coding - Automatically hands off review comments to your selected coding agent for fixes
- Next phase - Continues to the next phase automatically until all phases are complete
Activating YOLO Mode
1. Create a Phases task
2. Click YOLO Mode button
3. Select phase range
4. Configure automation settings
5. Start automation
Configuration options
YOLO Mode provides granular control over how each phase transitions and hands off work to your coding agents.User query handoff

- Skip plan generation: Check this to bypass detailed plan generation for this phase
- Execution Agent for user query handoff: Choose from YOLO-compatible agents (marked with )
- Template for user query: Optionally apply a custom user query template to wrap the query with additional instructions
- Simple, straightforward implementation tasks.
- When the phase query is already detailed enough for direct coding.
- To speed up execution for phases with clear requirements.
Plan handoff

- Execution Agent: Choose from YOLO-compatible agents (marked with )
- Template for plan generation: Optionally apply a custom plan template to include project-specific instructions, testing requirements, or coding standards
- Complex implementations requiring structured guidance.
- When you want agents to follow specific architecture patterns.
- For tasks where detailed file-level plans improve code quality.
Verification handoff

- Skip verification: Check this to bypass verification for this phase
- Execution Agent: Choose from YOLO-compatible agents (marked with )
- Template for verification: Optionally apply a custom verification template to provide fix instructions
- Severity levels to verify: Choose which severity levels to hand off (multiple selections allowed):
- Critical: Blocks core functionality or plan requirements
- Major: Significant issues affecting behavior or UX
- Minor: Small polish items that don’t block functionality
- To automatically iterate on critical and major issues.
- When you want agents to polish implementations before moving to the next phase.
- To maintain quality standards across all phases.
Review handoff

- Execution Agent: Choose from YOLO-compatible agents (marked with )
- Template for review: Optionally apply a custom review template to provide fix instructions
- Review categories: Choose which review categories to hand off (multiple selections allowed)
- When working with Review workflow tasks in YOLO Mode
- To automatically address code review feedback
- To maintain code quality standards through automated review cycles
Managing agents and templates
If your preferred agent isn’t available in the dropdown, see how to add additional agents. For more control over CLI-based agents, you can create Custom CLI Agents with custom arguments and permissions. To customize handoff prompts with your own instructions, see Templates documentation for creating user query, plan, and verification templates.Preventing interruptions
Artifact slots and rate limits
YOLO Mode runs continuously across multiple phases, consuming artifact slots as it progresses. If you run out of slots during execution, YOLO Mode will pause until slots are available again.Keep your screen active
Important: YOLO Mode requires an active connection to your IDE. If your computer goes to sleep or the screen times out, the automation will stop. Recommendations:- Disable screen timeout/sleep mode during YOLO Mode execution.
- Keep your IDE window active and visible.
- Consider running long YOLO Mode sessions when you can monitor progress.
FAQ
What happens if YOLO Mode hits a rate limit?
What happens if YOLO Mode hits a rate limit?
Can I change configuration while YOLO Mode is running?
Can I change configuration while YOLO Mode is running?
Can I use different agents for different phases?
Can I use different agents for different phases?
What if my computer goes to sleep during execution?
What if my computer goes to sleep during execution?
Does YOLO Mode work with all coding agents?
Does YOLO Mode work with all coding agents?
How do templates work with YOLO Mode?
How do templates work with YOLO Mode?
What's the difference between user query handoff and plan handoff?
What's the difference between user query handoff and plan handoff?
Can I use Custom CLI Agents with YOLO Mode?
Can I use Custom CLI Agents with YOLO Mode?
--dangerous or custom paths, and they’ll appear in the agent selection dropdown. Learn more in the Custom CLI Agents documentation.