Parallel Agent Orchestration Playbook β Operating Principles
Operating Principles¶
- Adam owns the outcome. Agents can propose, investigate, draft, and implement. Adam decides what is true and what ships.
- Parallelise independent work only. If tasks share a mutable surface, sequence them or isolate them in worktrees.
- Every agent gets a narrow brief. One agent, one role, one expected artefact.
- No unverified claims. "Tests pass" means Adam or CI has actually run the command.
- Spec-vs-diff before done. Always compare the original intent against the actual diff/output.
- Context is an asset. Each session must produce a short handoff that can be reused later.
- Start quietly. In a new job, use this first to ask better questions and submit cleaner work, not to make a big process pitch.
- Respect company confidentiality. Any later public/commercial case study must use abstracted patterns and sanitised metrics, never proprietary LocalStack details.
Back to [[Parallel-Agent-Orchestration-Playbook]].