When presets are used
- Adding members to a team (especially when you want quick “specialist” threads).
- Creating repeatable team templates (“always add a reviewer + docs helper”).
Default presets (shipped with gg)
gg ships with a small set of defaults you can customize:planner→gpt-5.3-codex(effort:high)designer→claude-opus-4-6(effort:high)frontend→gpt-5.3-codex(effort:high)
Thinking effort (what it means)
Some providers/models support an effort/depth setting (oftenlow, medium, high).
In practice:
- Higher effort can improve planning and correctness, but usually costs more and takes longer.
- Lower effort can be great for routine edits, refactors, and quick iterations.
Best practices
- Create presets for your real roles:
reviewer,docs,refactor,infra,tests. - Keep names short and “typeable” — they often show up in tool surfaces.
- Prefer a small curated set (3–8) rather than dozens.

