From 99a44b9bc48d5b48929e3ee676ec751f85b8d298 Mon Sep 17 00:00:00 2001 From: Amadou Date: Thu, 13 Aug 2026 16:53:34 -0400 Subject: [PATCH] vault backup: 2026-08-13 16:53:34 --- 10 Knowledge/Templates/Decision Template.md | 75 +++++---------------- 1 file changed, 15 insertions(+), 60 deletions(-) diff --git a/10 Knowledge/Templates/Decision Template.md b/10 Knowledge/Templates/Decision Template.md index b8d406f..b490850 100644 --- a/10 Knowledge/Templates/Decision Template.md +++ b/10 Knowledge/Templates/Decision Template.md @@ -1,3 +1,4 @@ + <%* const date = tp.date.now("YYYY-MM-DD"); const year = tp.date.now("YYYY"); @@ -10,7 +11,7 @@ if (!title) { } const safeTitle = title - .replace(/[\\/:*?"<>|]/g, "-") + .replace(/[\\/:\*?"<>|]/g, "-") .trim(); const baseFolder = "20 Work/Decisions"; @@ -27,80 +28,34 @@ await tp.file.move( **Date:** <% date %> **Status:** ๐ŸŸก Proposed -**Decision Owner:** -**People Involved:** +**Owner:** ---- - -## Status Legend - -- ๐ŸŸก **Proposed** โ€” Decision is being considered; not final yet. -- ๐ŸŸข **Decided** โ€” Decision has been made and is currently valid. -- ๐Ÿ”ด **Rejected** โ€” Option/proposal was explicitly considered and rejected. -- โšซ **Superseded** โ€” Was previously valid, but a newer decision replaced it. - ---- +> ๐ŸŸก **Proposed** ยท ๐ŸŸข **Decided** ยท ๐Ÿ”ด **Rejected** ยท โšซ **Superseded** ## Context -Why is a decision needed? - <% tp.file.cursor() %> -## Problem +## Options Considered *(optional)* -What problem are we trying to solve? +- **Option 1:** + - Pros: + - Cons: -## Options Considered - -### Option 1 - -**Description:** - -**Pros:** -- - -**Cons:** -- - -### Option 2 - -**Description:** - -**Pros:** -- - -**Cons:** -- +- **Option 2:** + - Pros: + - Cons: ## Decision -What was decided? - ## Why -Why was this option chosen? +- -## Risks / Trade-offs +## Consequences -What are we accepting by making this decision? - -- - -## Next Steps - -_Actions belong in Twos, Jira, or Monday._ - -- - -## Outcome - -_To be completed later._ - -## Lessons Learned - -_To be completed if useful._ +- ## Related -- [[]] \ No newline at end of file +- [[]]