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,108 @@
|
||||
# Initiative: {Name}
|
||||
|
||||
> **Created**: YYYY-MM-DD
|
||||
> **Owner**: {Product Owner / Main PM}
|
||||
> **Status**: {proposed / planning / active / blocked / on_hold / completed}
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
{What is this initiative? Why does it matter? 2-3 paragraphs.}
|
||||
|
||||
## Goals
|
||||
|
||||
1. {Primary goal}
|
||||
2. {Secondary goal}
|
||||
3. {Tertiary goal}
|
||||
|
||||
## Success Metrics
|
||||
|
||||
| Metric | Current | Target | How Measured |
|
||||
|--------|---------|--------|--------------|
|
||||
| {metric} | {current} | {target} | {method} |
|
||||
| {metric} | {current} | {target} | {method} |
|
||||
|
||||
## Scope
|
||||
|
||||
### In Scope
|
||||
- {What's included}
|
||||
- {What's included}
|
||||
|
||||
### Out of Scope
|
||||
- {What's explicitly NOT included}
|
||||
- {What's explicitly NOT included}
|
||||
|
||||
---
|
||||
|
||||
## Cells Involved
|
||||
|
||||
| Cell | Scope | Lead | Status |
|
||||
|------|-------|------|--------|
|
||||
| UX/UI | {brief scope} | UX-PM | {status} |
|
||||
| Backend | {brief scope} | BE-PM | {status} |
|
||||
| Frontend | {brief scope} | FE-PM | {status} |
|
||||
|
||||
## Task Summary
|
||||
|
||||
See [tasks.md](tasks.md) for full breakdown.
|
||||
|
||||
| Cell | Total Tasks | Completed | In Progress | Blocked |
|
||||
|------|-------------|-----------|-------------|---------|
|
||||
| UX/UI | 0 | 0 | 0 | 0 |
|
||||
| Backend | 0 | 0 | 0 | 0 |
|
||||
| Frontend | 0 | 0 | 0 | 0 |
|
||||
|
||||
---
|
||||
|
||||
## Timeline
|
||||
|
||||
See [timeline.md](timeline.md) for details.
|
||||
|
||||
| Milestone | Target | Actual | Status |
|
||||
|-----------|--------|--------|--------|
|
||||
| Design Complete | YYYY-MM-DD | - | pending |
|
||||
| Backend API Ready | YYYY-MM-DD | - | pending |
|
||||
| Frontend Complete | YYYY-MM-DD | - | pending |
|
||||
| QA Complete | YYYY-MM-DD | - | pending |
|
||||
| Launch | YYYY-MM-DD | - | pending |
|
||||
|
||||
---
|
||||
|
||||
## Current Status
|
||||
|
||||
**Last Updated**: YYYY-MM-DD
|
||||
|
||||
{2-3 sentences on current state}
|
||||
|
||||
### This Week
|
||||
- {What happened}
|
||||
- {What happened}
|
||||
|
||||
### Next Week
|
||||
- {What's planned}
|
||||
- {What's planned}
|
||||
|
||||
### Blockers
|
||||
- {Current blockers or "None"}
|
||||
|
||||
### Risks
|
||||
- {Active risks or "None identified"}
|
||||
|
||||
---
|
||||
|
||||
## Quick Links
|
||||
|
||||
- [Requirements](requirements.md)
|
||||
- [Tasks](tasks.md)
|
||||
- [Timeline](timeline.md)
|
||||
- [Decisions](decisions.md)
|
||||
- [Status Updates](status.md)
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
- **Depends on**: {initiative or "none"}
|
||||
- **Blocks**: {initiative or "none"}
|
||||
- **Related**: {initiative or "none"}
|
||||
Reference in New Issue
Block a user