Workflows

Workflows are the practical loops: start an agent, make a change, review it, and decide what happens next.

Coldtea does not remove the human review step. It makes the agent's work easier to inspect: terminal output, task intent, plan, session log, diff, branch, and checks stay close together.

Common loops

When work splits

A good default

Use one agent and one branch until the work has a clear split. Parallel agents help when each stream has its own files, checks, and review path. They make a mess when the boundaries are vague.

On this page