Parallel Agent Orchestration Playbook β Daily Operating Rhythm
Daily Operating Rhythm¶
Start of Day: 15-Minute Dispatch¶
- Pick 1 primary outcome for the day.
- Split it into at most 3 independent tracks.
- Start agents only where parallelism is real.
- 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]].