⚖️

Decision Log

Capture decisions with context, options considered, and what happens next.

Decision Log
You’ll be asked to sign in first.
generalgovernanceproject
Use for any decision you don’t want to relitigate later. The “why” is the important part.

Form preview

Basics
Decision*
Text
Short title
[not set]
Date & Time*
Text
When was it decided?
[not set]
Details
Context*
Text Area
What led to this decision?
What led to this decision?
Options Considered
Text Area
Alternatives you considered
Alternatives you considered
Final Decision*
Text Area
What did you choose?
What did you choose?
Rationale*
Text Area
Why this option?
Why this option?
Risks / Unknowns
Text Area
What could go wrong?
What could go wrong?
Actions
Next Steps*
Text Area
Immediate actions
Immediate actions
EXAMPLE REPORTSample data — shows what you’ll get after recording

Example filled report

Basics
Decision
Route template start through /app for auth + resume
Date & Time
2026-02-06 09:30 UTC
Details
Context
Public preview pages are not wrapped in UserProvider, so direct auth-dependent actions crash.
Options Considered
1) Add UserProvider to /templates pages. 2) Keep preview public and route into /app for auth.
Final Decision
Route into /app?importTemplate=slug and let app shell handle login + import + redirect.
Rationale
Keeps public pages lightweight, avoids provider coupling, and makes the flow resumable.
Risks / Unknowns
Requires query param handling discipline across modals and redirects.
Actions
Next Steps
Test logged-out and logged-in flows; add TTL to pending import.
Decision Log | Voiz Report Templates