Skip to content

Instantly share code, notes, and snippets.

@DavidWells
Created February 28, 2017 23:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save DavidWells/a249eda19931917f54bc95d89a673eac to your computer and use it in GitHub Desktop.
Save DavidWells/a249eda19931917f54bc95d89a673eac to your computer and use it in GitHub Desktop.
OKR example
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 8 column 5
---
template: project
version: 1.0
project: [Project Title]
description: [Description]
owner: [Owner]
deadline: [YYYY-MM-DD]
okrs:
  - OBJECTIVE: Grow Our Global Business
    - KR: Hit our global sales target of $100 Million in Sales
    - KR: Achieve 100% year-to-year sales growth in the EMEA geography
    - KR: Increase the average deal size by 30% with upsells
    - KR: Reduce churn to less than 5% annually via Customer Success
  - OBJECTIVE: Delight Our Customers
    - KR: Interview 20 customers per month and get feedback
    - KR: Achieve an NPS of 9 from our customers
    - KR: Increase customer retention to 98%
    - KR: Achieve a product engagement of 80% WAU
  - OBJECTIVE: Build a Great Corporate Culture (Delight Our Employees)
    - KR: Launch an ongoing 2-way closed-loop feedback process
    - KR: Achieve a weekly Employee Satisfaction / Pulse Score of 8+
    - KR: Celebrate “small wins” and any type of progress every single week
    - KR: CEO and SVPs to launch a monthly all-hands TownHall and open Q&A meeting
  - OBJECTIVE: Build a Great Corporate Culture (Delight Our Employees)
    - KR: Launch an ongoing 2-way closed-loop feedback process
    - KR: Achieve a weekly Employee Satisfaction / Pulse Score of 8+
    - KR: Celebrate “small wins” and any type of progress every single week
    - KR: CEO and SVPs to launch a monthly all-hands TownHall and open Q&A meeting
render: `code`
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment