Add org-roam user-story
This commit is contained in:
parent
328c2a4d4a
commit
28cb0d9d41
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -1795,6 +1795,10 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
||||||
("l" "Literature" plain
|
("l" "Literature" plain
|
||||||
"* Authors:\n%?\n* Main theses:\n* Own thoughts:\n"
|
"* Authors:\n%?\n* Main theses:\n* Own thoughts:\n"
|
||||||
:if-new (file+head "literature/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
:if-new (file+head "literature/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
|
:unnarrowed t)
|
||||||
|
("u" "user story" plain
|
||||||
|
"%?"
|
||||||
|
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+filetags: :user-story:\n#+created: %U\n#+last_modified: %U\n\n* Story Overview\n\n* Acceptance Criteria\n** Given [context]\n- When [action]\n- Then [expected outcome]\n\n** Given [context]\n- When [action]\n- Then [expected outcome]\n\n* Implementation Details\n** Technical Notes\n- [ ]\n\n** UI/UX Considerations\n- [ ]\n\n* Validation\n** Test Scenarios\n- [ ]\n\n** Definition of Done\n- [ ] Meets all acceptance criteria\n- [ ] Code reviewed\n- [ ] Tests written and passing\n- [ ] Documentation updated\n- [ ] UX review completed\n- [ ] Product owner sign-off\n\n* INVEST Checklist\n- [ ] Independent: Can this story be delivered independently?\n- [ ] Negotiable: Is there room for discussion about implementation?\n- [ ] Valuable: Does this deliver clear value to the user?\n- [ ] Estimable: Do we have enough information to estimate the work?\n- [ ] Small: Can this be completed in one sprint?\n- [ ] Testable: Do we have clear acceptance criteria?\n\n* References\n** Related Documents\n- Links: [[]]\n- Documentation: [[]]\n\n** Discussion Notes\n#+begin_quote\nRecord important discussions or decisions here\n#+end_quote\n\n")
|
||||||
:unnarrowed t))))
|
:unnarrowed t))))
|
||||||
|
|
||||||
(use-package org-roam-ui
|
(use-package org-roam-ui
|
||||||
|
|
Loading…
Add table
Reference in a new issue