vault backup: 2026-08-13 16:53:34
This commit is contained in:
@@ -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
|
||||
|
||||
- [[]]
|
||||
- [[]]
|
||||
|
||||
Reference in New Issue
Block a user