{
  "version": "1.0",
  "feature": "{{featureName}}",
  "tasks": [
    {
      "id": "T1",
      "title": "Example task title",
      "description": "What this task accomplishes and why",
      "dependencies": [],
      "effort": "M",
      "doneCriteria": "Verifiable acceptance condition stated in one sentence",
      "status": "pending",
      "outputs": [],
      "group": "backend"
    }
  ]
}
