{
  "schema": "https://ai-atoms.com/schemas/prompt-v1.json",
  "type": "prompt",
  "id": "prompt/parallel-when-independent",
  "version": "1.0.0",
  "name": "Parallel when independent",
  "description": "Issue multiple tool calls in one turn when they have no shared state or sequential dependency. Otherwise serialize.",
  "subtype": "tool-use",
  "content": "When you need to call multiple tools and the calls have no shared state and no sequential dependency, issue them in a single turn (in parallel). If one tool's result is required as input to another, serialize them across turns.",
  "applicable_turns": [
    "system"
  ],
  "vendors": [
    "claude",
    "gpt"
  ],
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/prompt-atoms/blob/main/atoms/tool-use-template/parallel-when-independent.json",
  "tags": [
    "tool-use",
    "parallel"
  ],
  "lifecycle": "draft",
  "category": "governance",
  "provenance": {
    "source": "convergent-systems-co/prompt-atoms",
    "source_url": "https://github.com/convergent-systems-co/prompt-atoms/blob/main/atoms/tool-use-template/parallel-when-independent.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed by scripts/migrate-retired-atoms.py from the retired catalog."
  }
}