24 lines
310 B
Markdown
24 lines
310 B
Markdown
# Feature: <Name>
|
|
|
|
Status: draft
|
|
|
|
## Summary
|
|
|
|
One sentence: what this feature does and why it's needed.
|
|
|
|
## Acceptance Criteria
|
|
|
|
- AC-01: ...
|
|
|
|
## Test Plan
|
|
|
|
- T-01 (AC-01): given ... / when ... / then ...
|
|
|
|
## Assumptions
|
|
|
|
- [ASSUMPTION]: ...
|
|
|
|
## Notes
|
|
|
|
Optional: implementation hints, constraints, edge cases.
|