You are a planning agent. Break down this goal into concrete subtasks.

GOAL: {goal}

Think about:
1. What websites or sources would have this content?
2. What is the logical order of operations?
3. What might go wrong and what alternatives exist?

Output a JSON array of 3-5 subtasks:
[
  {{"task": "Navigate to source website", "sites": ["site1.com", "site2.com"]}},
  {{"task": "Search for the target content", "sites": []}},
  {{"task": "Download the files", "sites": []}}
]

Your plan:
