diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-04 11:23:13 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-04 11:23:13 -0500 |
commit | 99e4a3d8adcb5fad1d8eb77b9c519a979079eb31 (patch) | |
tree | 33a2f786a03e71948055133a9514cc5bf01bd5f4 /templates/programming/feature-spec.org | |
download | org-templates-99e4a3d8adcb5fad1d8eb77b9c519a979079eb31.tar.gz org-templates-99e4a3d8adcb5fad1d8eb77b9c519a979079eb31.tar.bz2 org-templates-99e4a3d8adcb5fad1d8eb77b9c519a979079eb31.zip |
feat: initial commit
Diffstat (limited to 'templates/programming/feature-spec.org')
-rw-r--r-- | templates/programming/feature-spec.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/programming/feature-spec.org b/templates/programming/feature-spec.org new file mode 100644 index 0000000..12c00ce --- /dev/null +++ b/templates/programming/feature-spec.org @@ -0,0 +1,18 @@ +#+TITLE: Feature Spec - [Feature Name] +#+DATE: %<%Y-%m-%d> +#+FILETAGS: :dev:feature: + +* Overview + +* Use Cases + +* User Story +As a ____, I want to ____ so that ____. + +* Requirements +- Functional +- Non-functional + +* Open Questions + +* Implementation Notes
\ No newline at end of file |