cmc/org-templates
Org-mode templates.
clone: git clone https://gitbay.org/cmc/org-templates.git
main: templates/programming/feature-spec.org · raw
1#+TITLE: Feature Spec - [Feature Name]
2#+DATE: %<%Y-%m-%d>
3#+FILETAGS: :dev:feature:
4
5* Overview
6
7* Use Cases
8
9* User Story
10As a ____, I want to ____ so that ____.
11
12* Requirements
13- Functional
14- Non-functional
15
16* Open Questions
17
18* Implementation Notes