{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "project": "Replace with the project name",
  "updatedAt": "YYYY-MM-DD",
  "features": [
    {
      "id": "feature-001",
      "title": "Replace with one observable user outcome",
      "status": "pending",
      "priority": "high",
      "scope": [
        "List the components or behavior that may change"
      ],
      "nonGoals": [
        "List related work that must not be started"
      ],
      "acceptanceCriteria": [
        "State behavior that a person or test can observe",
        "State the expected failure behavior"
      ],
      "verification": [
        "Replace with an exact command or manual procedure"
      ],
      "evidence": [],
      "notes": "Status becomes complete only after the evidence is recorded."
    }
  ]
}
