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,101 @@
|
||||
# Decisions: {Initiative Name}
|
||||
|
||||
Log of significant decisions made during this initiative.
|
||||
|
||||
> **Last Updated**: YYYY-MM-DD
|
||||
|
||||
---
|
||||
|
||||
## Decision Log
|
||||
|
||||
### DEC-001: {Decision Title}
|
||||
|
||||
**Date**: YYYY-MM-DD
|
||||
**Decider**: {agent-id or role}
|
||||
**Status**: {proposed / accepted / superseded / rejected}
|
||||
|
||||
#### Context
|
||||
{What situation required a decision?}
|
||||
|
||||
#### Options Considered
|
||||
|
||||
**Option A: {Name}**
|
||||
- Description: {what this option entails}
|
||||
- Pros:
|
||||
- {Pro 1}
|
||||
- {Pro 2}
|
||||
- Cons:
|
||||
- {Con 1}
|
||||
- {Con 2}
|
||||
- Effort: {low / medium / high}
|
||||
|
||||
**Option B: {Name}**
|
||||
- Description: {what this option entails}
|
||||
- Pros:
|
||||
- {Pro 1}
|
||||
- {Pro 2}
|
||||
- Cons:
|
||||
- {Con 1}
|
||||
- {Con 2}
|
||||
- Effort: {low / medium / high}
|
||||
|
||||
#### Decision
|
||||
**Chose Option {X}**: {Brief statement of decision}
|
||||
|
||||
#### Rationale
|
||||
{Why this option was chosen}
|
||||
|
||||
#### Consequences
|
||||
- {Consequence 1 - what this means going forward}
|
||||
- {Consequence 2 - what needs to happen as a result}
|
||||
- {Consequence 3 - what we're accepting/trading off}
|
||||
|
||||
#### Related
|
||||
- Tasks affected: TASK-XXX, TASK-XXX
|
||||
- Supersedes: DEC-XXX (if applicable)
|
||||
|
||||
---
|
||||
|
||||
### DEC-002: {Decision Title}
|
||||
|
||||
**Date**: YYYY-MM-DD
|
||||
**Decider**: {agent-id or role}
|
||||
**Status**: {proposed / accepted / superseded / rejected}
|
||||
|
||||
#### Context
|
||||
{What situation required a decision?}
|
||||
|
||||
#### Options Considered
|
||||
{...}
|
||||
|
||||
#### Decision
|
||||
{...}
|
||||
|
||||
#### Rationale
|
||||
{...}
|
||||
|
||||
#### Consequences
|
||||
{...}
|
||||
|
||||
---
|
||||
|
||||
## Pending Decisions
|
||||
|
||||
| ID | Topic | Owner | Needed By | Blockers |
|
||||
|----|-------|-------|-----------|----------|
|
||||
| DEC-XXX | {topic} | {owner} | YYYY-MM-DD | {what it blocks} |
|
||||
|
||||
---
|
||||
|
||||
## Decision Index
|
||||
|
||||
| ID | Title | Date | Status | Quick Reference |
|
||||
|----|-------|------|--------|-----------------|
|
||||
| DEC-001 | {title} | YYYY-MM-DD | {status} | {one-line summary} |
|
||||
| DEC-002 | {title} | YYYY-MM-DD | {status} | {one-line summary} |
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
{Any additional context about decision-making process, stakeholders involved, etc.}
|
||||
Reference in New Issue
Block a user