Parallelize only independent work. Give each agent a bounded deliverable and interface contract. No agent can merge or publish. The integrator resolves conflicts and runs the final checks.

Objective

parallelize independent work.

Context

shared specification, file ownership, interface contracts.

Decompose

planner, implementers by subsystem, test/reviewer, integrator.

Criteria

each agent has a bounded deliverable; no agent can merge or publish; integrator resolves conflicts.

Security

isolated credentials and data; untrusted outputs remain proposals.

Rollback

branch per agent and a clean integration commit.

Output

evidence per agent, conflict log, final verification.

Handoff checklist

  • File ownership is explicit
  • Shared interfaces are written
  • Agents cannot publish
  • Conflict and final verification logs
Editorial recipe adapted from the project’s September 2026 research brief. Commands, authority and acceptance tests must be matched to your repository. No production execution is implied.

Use the bounded agent contract before starting ↗