# Startup OKR & Goal Tracker

## Overview
A single‑source‑of‑truth workspace for early‑stage startups to set, track, and review Objectives & Key Results (OKRs) alongside the initiatives that drive them. The template is built around a **quarterly cadence**, with built‑in views for leadership dashboards, team boards, and weekly check‑ins.

> 💡 Tip: Align every OKR to a company‑wide strategic pillar (e.g., Product, Market, Operations) to keep focus tight and avoid drift.

## OKR Dashboard
The **OKR Dashboard** page aggregates data from the two core databases (Objectives & Key Results, Initiatives) into ready‑to‑use views:

| View | Description | Default Filters |
|------|-------------|-----------------|
| **Quarterly Overview** | Card view of all active Objectives for the selected quarter. | Quarter = Current Quarter |
| **Progress Bar** | Bar chart showing % completion per Objective. | Status ≠ “Completed” |
| **Owner Heatmap** | Table grouped by Owner, color‑coded by Confidence. | — |
| **Leadership Snapshot** | Full‑width table with high‑level metrics (Confidence, Progress, Status). | — |

> 💡 Tip: Pin the Quarterly Overview to your Notion sidebar for instant access during stand‑ups.

## Objectives & Key Results
### OKR Database
| Objective | Owner | Quarter | Confidence (%) | Status | Progress (%) |
|-----------|-------|---------|----------------|--------|--------------|
| Launch MVP for AI‑Powered Analytics | Alex (Product) | Q3‑2024 | 80 | On Track | 45 |
| Acquire 1,000 paying users | Maya (Growth) | Q3‑2024 | 70 | At Risk | 30 |
| Reduce server cost per user by 20% | Sam (Engineering) | Q3‑2024 | 90 | On Track | 60 |

> 💡 Tip: Update **Confidence** after each weekly check‑in; a drop below 60 % should trigger a retro‑action plan.

### Key Result Database
| Key Result | Objective (Relation) | Owner | Target | Current | Progress (%) | Status |
|-----------|----------------------|-------|--------|---------|--------------|--------|
| 5,000 active users on MVP | Launch MVP for AI‑Powered Analytics | Alex | 5,000 | 2,250 | 45 | On Track |
| 30% conversion from free trial | Acquire 1,000 paying users | Maya | 30 % | 12 % | 40 | At Risk |
| $0.10 cost per user | Reduce server cost per user by 20% | Sam | $0.10 | $0.12 | 60 | On Track |

> 💡 Tip: Link each Key Result to its Objective via the **Relation** column – this enables the dashboard progress bars automatically.

## Initiatives & Tasks
### Initiatives Database
| Initiative | Linked OKR | Owner | Due Date | Status | Priority |
|-----------|-----------|-------|----------|--------|----------|
| Build onboarding flow for MVP | Launch MVP for AI‑Powered Analytics | Alex | 2024‑09‑15 | In Progress | High |
| Run paid acquisition campaign on LinkedIn | Acquire 1,000 paying users | Maya | 2024‑10‑01 | Not Started | Medium |
| Refactor server architecture to use spot instances | Reduce server cost per user by 20% | Sam | 2024‑09‑30 | In Review | High |

> 💡 Tip: Use the **Priority** tag to surface high‑impact initiatives on the team board view.

### Weekly Check‑In Template (Embedded as a sub‑page)
```
## Weekly Check‑In – {{date}}

**Objective(s) Focused:**  
- {{Objective 1}}  
- {{Objective 2}}

**Progress Update:**  
- What moved forward this week?  
- What blocked progress?

**Confidence Update:**  
- Current confidence: {{%}}  

**Next Steps / Action Items:**  
- {{Task 1}} – Owner – Due {{date}}  
- {{Task 2}} – Owner – Due {{date}}
```
> 💡 Tip: Duplicate the weekly template at the start of each week and link the page to the relevant Objective via the **Relation** field.

## Review & Retrospective
A dedicated page for quarterly retrospectives, containing:

| Section | Prompt |
|---------|--------|
| **What worked?** | List initiatives that delivered > 80 % of their KR target. |
| **What didn’t work?** | Identify OKRs with confidence < 60 % at quarter‑end. |
| **Action Items** | Create new initiatives for the next quarter, assign owners, set due dates. |
| **Metrics Summary** | Auto‑calculated roll‑up of total KR completion % and average confidence. |

> 💡 Tip: Schedule the retrospective on the last Friday of the quarter and lock the page to preserve historical data.

## How to import into Notion
1. **Download** this markdown file (`startup-okr-goal-tracker.md`).  
2. In Notion, click **Import** → **Markdown & CSV** → select the file.  
3. Notion will create a page hierarchy matching the H2 headings.  
4. For each table marked as a *Database* (e.g., “OKR Database”, “Key Result Database”, “Initiatives Database”), click the three‑dot menu on the table → **Turn into database** → choose **Table** view.  
5. Adjust the **Relation** columns to link the databases (e.g., set “Objective (Relation)” to reference the **OKR Database**).  
6. Duplicate the **Weekly Check‑In Template** sub‑page for each team member and set up a recurring reminder (e.g., every Monday 9 AM).  
7. (Optional) Add your company’s branding, custom icons, and share the workspace with your team.  

Your Startup OKR & Goal Tracker is now ready to drive focus, alignment, and measurable outcomes across the organization. Happy tracking!