mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
59 lines
849 B
Markdown
59 lines
849 B
Markdown
# Decisions: TASK-{ID}
|
|
|
|
Log of decisions made during this task.
|
|
|
|
---
|
|
|
|
## Decision 1: {Title}
|
|
|
|
**Date**: YYYY-MM-DD
|
|
**Decider**: {agent-id}
|
|
|
|
### Context
|
|
{What situation required a decision?}
|
|
|
|
### Options Considered
|
|
|
|
**Option A: {Name}**
|
|
- Pros: {list}
|
|
- Cons: {list}
|
|
|
|
**Option B: {Name}**
|
|
- Pros: {list}
|
|
- Cons: {list}
|
|
|
|
### Decision
|
|
**Chose {Option X}** because {brief rationale}
|
|
|
|
### Consequences
|
|
- {What this means going forward}
|
|
- {Trade-offs accepted}
|
|
|
|
---
|
|
|
|
## Decision 2: {Title}
|
|
|
|
**Date**: YYYY-MM-DD
|
|
**Decider**: {agent-id}
|
|
|
|
### Context
|
|
{What situation required a decision?}
|
|
|
|
### Options Considered
|
|
{...}
|
|
|
|
### Decision
|
|
{...}
|
|
|
|
### Consequences
|
|
{...}
|
|
|
|
---
|
|
|
|
## Quick Reference
|
|
|
|
| # | Decision | Date | Summary |
|
|
|---|----------|------|---------|
|
|
| 1 | {title} | YYYY-MM-DD | {one-line summary} |
|
|
| 2 | {title} | YYYY-MM-DD | {one-line summary} |
|