Break down Epic implementation plans into concrete, actionable Tasks. Use when decomposing Epics into implementation units.
Generate implementation Tasks from Epic plans following the guidelines below.
For each Task, use this format:
---
TASK: [Task Title]
REPO: [repository-name or "unknown"]
DESCRIPTION:
[Detailed implementation steps]
ACCEPTANCE_CRITERIA:
- [Criterion 1]
- [Criterion 2]
---
Repeat for each Task (typically 3-10 Tasks per Epic).
Before returning the Task breakdown: