---
schema_version: 1
id: "{{ ID }}"
name: "{{ NAME }}"
status: backlog
priority: P2
tags: []
created_at: "{{ CREATED_AT }}"
updated_at: "{{ CREATED_AT }}"
---

# {{ ID }}: {{ NAME }}

## Goal

{{ GOAL }}

## Scope

- In:
- Out:

## Acceptance Criteria

```gherkin
# Keep the Feature: line (feature check L3.ac-bdd-error without it). Each Scenario: title is the
# identity key tasks reference verbatim ("- [ ] AC1 — <title>"); number R1, R2, …; never rename after tasks link.
Feature: {{ NAME }}

  Scenario: Basic acceptance
    Given some precondition
    When some action
    Then some expected outcome
```

## Tasks

<!-- AUTO-GENERATED by spur feature refresh -->
<!-- END AUTO-GENERATED -->

## Notes

## History
