mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
2.2 KiB
2.2 KiB
Initiatives
Initiatives are large, cross-cell efforts that span multiple tasks. They represent features or projects that require coordination between Backend, Frontend, and/or UX/UI cells.
Directory Structure
initiatives/
├── README.md # This file
├── {initiative-slug}/
│ ├── README.md # Initiative overview
│ ├── requirements.md # Detailed requirements from Product Owner
│ ├── tasks.md # Task breakdown by cell
│ ├── timeline.md # Milestones and deadlines
│ ├── decisions.md # Cross-cell decisions
│ └── status.md # Current status (updated frequently)
Initiative Lifecycle
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Proposed │────►│ Planning │────►│ Active │────►│ Completed │
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
│ │
▼ ▼
┌──────────────┐ ┌──────────────┐
│ Blocked │ │ On Hold │
└──────────────┘ └──────────────┘
Creating an Initiative
- Product Owner or Main PM creates initiative directory
- Fill in README.md with overview
- Define requirements in requirements.md
- Break down tasks by cell in tasks.md
- Set timeline and milestones in timeline.md
- Create individual tasks in
.tasks/active/ - Link tasks back to initiative
Initiative Naming
{descriptive-slug} - Use kebab-case, max 40 characters
Examples:
user-preferencesdashboard-redesignauth-system-overhaulmobile-app-v2