{
  "project": "{{项目名称}}",
  "description": "{{项目描述}}",
  "last_updated": "YYYY-MM-DD",
  "rules": {
    "single_active_feature": true,
    "passing_requires_evidence": true,
    "do_not_skip_verification": true
  },
  "status_legend": {
    "not_started": "工作尚未开始。",
    "in_progress": "该功能是当前的活跃任务。",
    "blocked": "工作无法继续，直到已记录的阻塞被解决。",
    "passing": "必需的验证已通过，证据已记录。"
  },
  "features": [
    {
      "id": "F01",
      "priority": 1,
      "area": "{{功能领域}}",
      "title": "{{功能标题}}",
      "user_visible_behavior": "{{用户可见的行为描述}}",
      "status": "not_started",
      "verification": [
        "运行 python -m pytest tests/test_xxx.py -v",
        "确认测试全部通过",
        "手动验证功能行为"
      ],
      "evidence": [],
      "notes": ""
    }
  ]
}
