DocumentationTeam workflows

Team workflows

Teams get consistent results by agreeing on task shape and review evidence, not by forcing every developer to use identical prose.

03 sections6 min readUpdated for preview
On this page
  1. 01Define a shared task contract
  2. 02Standardize permission modes
  3. 03Review the same evidence
01

Define a shared task contract

A team task should state the intended behavior, constraints, and required checks. Repository instructions can carry conventions that should apply to every run.

02

Standardize permission modes

Use plan mode for discovery and risky areas, default or acceptEdits for routine local changes, and isolated automation for any non-interactive mode.

03

Review the same evidence

Every result should make the changed files, verification commands, failures, and residual risks easy to find. That keeps agent work compatible with the team's existing review process.