Skip to content

feat: new principle "Complete the Mission" #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following is a list of core principles [epilot](https://epilot.cloud/) produ
- [Freedom and Responsibility](#freedom-and-responsibility)
- [Continuous Delivery](#continuous-delivery)
- [Ownership: You build it, you run it](#ownership-you-build-it-you-run-it)
- [Complete the Mission](#complete-the-mission)
- [Show, don’t tell: Deliver working software early and frequently.](#show-dont-tell-deliver-working-software-early-and-frequently)
- [Every Week is Quality Week](#every-week-is-quality-week)
- [Solutions over Problems](#solutions-over-problems)
Expand Down Expand Up @@ -45,6 +46,22 @@ We organize and develop our software as small decoupled services, with named eng
- **Speed** Continuous delivery with automated testing allows us to ship with confidence and deliver features our customers want, faster.
- **Modular architecture** Keeping services small and decoupled helps keep our software easier to reason about and maintain while allowing diversity in tech choices.

## Complete the Mission

Execution matters more than the details. If you don’t deliver, nothing else counts.

Ownership is key—if something is your responsibility, it gets done. There’s no credit for effort alone, no excuses for setbacks, and no rewards for stopping short. This principle is about relentless focus on the outcome—setting a clear mission and ensuring it is achieved.
• We take **full responsibility** for what we own and see it through to the end.
• We **solve problems, not just highlight them**—delays and obstacles don’t excuse failure.
• We don’t celebrate “almost done”—**real impact comes from delivery, not effort.**

When faced with challenges, we find a way forward, take responsibility, and make it happen. Delivering results is what matters, whether in engineering, operations, product, or leadership.

### Why?
- **Ownership drives impact**: If no one owns a problem, it doesn’t get solved. Taking ownership means stepping up and ensuring real progress happens.
- **Accountability creates trust**: Teams that take responsibility—both for successes and failures—are the ones people rely on.
- **Delivery is the only measure of execution**: Ideas, discussions, and partial work mean nothing if they don’t translate into **real results**.

## Ownership: You build it, you run it

We subscribe to this core principle of the DevOps movement.
Expand Down