| Mode | What it feels like | Best for | Artifact behavior |
|---|---|---|---|
| Regular Mode | Direct work with a coding agent. | Small changes, questions, debugging, focused edits, and quick investigations. | Artifacts can appear, but they are not the center of the workflow. |
| Epic Mode | Traycer’s structured planning layer around the coding agent. | Larger work that needs preserved intent, planning, tickets, reviews, or multiple agents. | Artifacts are first-class and usually drive the workflow. |
Regular Mode
Regular Mode is the shortest path from prompt to coding-agent work. Use it when the request is already clear enough and you do not need a planning layer first. Typical Regular Mode flow:- Open a Task.
- Start or continue a chat.
- Choose Regular Mode.
- Ask the coding agent to investigate, explain, edit, or run a focused step.
- Inspect files and git diff inside the same Task.
Epic Mode
Epic Mode is for deliberate work. It helps preserve intent and break work into durable artifacts such as specs, tickets, stories, and reviews. Typical Epic Mode flow:- Open a Task.
- Switch the chat to Epic Mode.
- Describe the outcome and constraints.
- Let the conversation produce or refine artifacts.
- Use those artifacts to guide implementation, review, and follow-up work.
Switching Modes
Chats can switch between Regular Mode and Epic Mode as the conversation continues. The mode control is a toggle: it shows the current mode and switches to the other mode when clicked. That matters because work can change shape:- a simple Regular Mode chat can become Epic Mode when the work needs planning
- an Epic Mode thread can return to Regular Mode when the next step is direct execution or inspection
Chat vs Terminal
Chat vs terminal is not a mode choice.| Surface | Mode behavior |
|---|---|
| Chat | Mode can change as the conversation continues. |
| Terminal agent | Mode is selected at launch and remains fixed for that session. |
| Terminal | No agent mode; it is a plain shell. |