Skip to content

Parallel Agent Orchestration Playbook β€” Daily Operating Rhythm

Daily Operating Rhythm

Start of Day: 15-Minute Dispatch

  1. Pick 1 primary outcome for the day.
  2. Split it into at most 3 independent tracks.
  3. Start agents only where parallelism is real.
  4. Write the expected artefact for each agent before dispatch.

Example:

Outcome: understand and fix issue around <service/feature>.

Agent A: Context Scout β€” map implementation/tests/docs.
Agent B: Repro Builder β€” minimal failing example.
Agent C: Test Writer β€” existing coverage and proposed regression test.
Adam: review outputs at 11:00, decide implementation path.

Midday: Integration Checkpoint

For each active agent:

  • Is the artefact usable?
  • Did it cite files/commands/evidence?
  • Did it make assumptions?
  • Does it need a follow-up, or should it be killed?

End of Day: Capture and Compress

Create a short log:

```md

Back to [[Parallel-Agent-Orchestration-Playbook]].