mirror of
https://github.com/ced4568/Synthos-AIOS.git
synced 2026-08-13 00:04:02 +00:00
22 lines
594 B
Markdown
22 lines
594 B
Markdown
# Decisions Log
|
|
|
|
Append-only record of meaningful decisions and why they were made. `/level-up` Phase 2 (Method interview) writes scoped automation specs here. You can also append manually whenever you decide something worth remembering.
|
|
|
|
**Format per entry:**
|
|
|
|
```
|
|
## YYYY-MM-DD — Short title
|
|
|
|
**Decision:** what was decided.
|
|
|
|
**Why:** the reasoning, constraints, and what would change your mind.
|
|
|
|
**Alternatives considered:** what else was on the table.
|
|
|
|
**Owner:** who's accountable.
|
|
```
|
|
|
|
Keep it terse. Future-you will thank present-you for capturing the *why*, not just the *what*.
|
|
|
|
---
|