Workflow guides
Run, isolate, coordinate, verify, and deliver agent work safely in Synara.
Synara workflows are built around one rule: every body of work needs a clear owner and a verifiable result. The tools—tasks, worktrees, handoffs, browser automation, scheduled runs, and agent-to-agent coordination—are useful only when they preserve that boundary.
Start with the smallest workflow
| Need | Start here |
|---|---|
| One focused change | One task in a known checkout |
| Independent work in the same repository | Separate worktree-backed tasks |
| A second provider continuing the same objective | Provider handoff |
| Visual or web behavior verification | Browser verification |
| Review and delivery through GitHub | Pull requests |
| Recurring work | Automations |
| Long-running, output-oriented work | Studio |
| One Synara agent coordinating other Synara tasks | Agent Gateway |
| Another local application creating restricted Synara tasks | External MCP |
Do not begin with maximum parallelism. First learn the complete loop: objective, execution, supervision, verification, review, and delivery.
Core workflow
Begin from a known state
Confirm the repository, branch, existing changes, provider, model, and task environment before sending work.
Give one owner a bounded objective
State the outcome, scope, constraints, and verification. Split work when those cannot be expressed clearly.
Supervise the work
Watch plans, tool activity, approvals, questions, and the growing diff. Correct wrong assumptions early.
Verify independently
Inspect every changed file and run the relevant checks. Use the browser when visible behavior matters.
Preserve and deliver intentionally
Commit only reviewed changes. Push, open a pull request, or archive the work only after its ownership and state are understood.
Guides
Parallel tasks, handoffs, automations, and orchestrators can increase throughput. They also increase the number of assumptions, diffs, and failure states you must verify. Keep one clearly identified integration owner responsible for the final result.