mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
28 lines
517 B
Markdown
28 lines
517 B
Markdown
# Initiatives Documentation
|
|||
|
|
|
||
|
|
Cross-team initiatives and major projects.
|
||
|
|
|
||
|
|
## Structure
|
||
|
|
|
||
|
|
Each initiative gets its own subdirectory:
|
||
|
|
```
|
||
|
|
initiatives/
|
||
|
|
├── {initiative-id}/
|
||
|
|
│ ├── README.md
|
||
|
|
│ ├── design.md
|
||
|
|
│ ├── progress.md
|
||
|
|
│ └── ...
|
||
|
|
```
|
||
|
|
|
||
|
|
## Access
|
||
|
|
|
||
|
|
- **READ**: Assigned teams
|
||
|
|
- **WRITE**: Assigned documenters
|
||
|
|
|
||
|
|
## Creating an Initiative
|
||
|
|
|
||
|
|
1. Main PM creates initiative task
|
||
|
|
2. Creates initiative directory
|
||
|
|
3. Assigns teams and documenters
|
||
|
|
4. Teams document their contributions
|