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
- Start or continue agent work — open the right context before prompting.
- Make a code change — move from task to branch to checks.
- Review agent work — inspect the record before accepting the diff.
- Use tasks — keep team work attached to intent and follow-up.
When work splits
- Run parallel agents — use separate worktrees for separate branches.
- QA with Matcha — run browser QA where the feature is enabled.
- Monitoring loop — connect post-deploy signals where your team has that workflow set up.
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.