Files
roboco/.tasks/initiatives/_template/decisions.md
T
2025-12-10 02:49:54 +01:00

102 lines
1.9 KiB
Markdown

# 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.}