mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Initial implementation
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
# 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} |
|
||||
Reference in New Issue
Block a user