> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Leadership Operating System Overview

> Overview of the Leadership Operating System core in Encore OS — purpose, scope, and key responsibilities.

The Leadership Operating System core (LO) provides strategic management and performance tracking for Encore OS — OKR management, organizational scorecards, leadership dashboards, and cross-core performance reporting.

<Note>
  **Architecture:** LO is a domain core that depends only on **Platform Foundation**. It *consumes* published metrics from every core — no domain core depends on LO.
</Note>

## How strategy rolls up

LO is a consumer: published KPIs from each core feed scorecards, while cascaded OKRs and strategic initiatives roll up into leadership dashboards and cross-core performance reporting.

```mermaid theme={null}
flowchart LR
  Metrics["Published metrics<br/>(CL · PM · FA · HR · RH)"] --> Scorecards["Scorecards<br/>(org · dept · team)"]
  OKRs["OKRs<br/>(cascaded + check-ins)"] --> Dashboards["Leadership dashboards"]
  Scorecards --> Dashboards
  Initiatives["Strategic initiatives<br/>(owners · milestones)"] --> Dashboards
  Dashboards --> Reporting["Cross-core<br/>performance reporting"]
```

<Frame caption="The Goals (Rocks) dashboard — 90-day quarterly priorities with owner, status, due date, and progress.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/lo/rocks-dashboard.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=00e2fea26a9378d949626fdf3d717573" alt="Leadership goals (Rocks) dashboard showing quarterly priorities, owners, and progress" width="1440" height="940" data-path="images/lo/rocks-dashboard.png" />
</Frame>

## What LO covers

<CardGroup cols={2}>
  <Card title="OKRs" icon="bullseye">
    Objective and key-result authoring, cascading, check-ins, and retros.
  </Card>

  <Card title="Scorecards" icon="table-cells">
    Organizational, departmental, and team scorecards with cross-core KPIs.
  </Card>

  <Card title="Leadership dashboards" icon="gauge-high">
    Executive views aggregating CL, PM, FA, HR, and RH metrics.
  </Card>

  <Card title="Strategic initiatives" icon="flag">
    Initiative tracking with owners, milestones, and blocker management.
  </Card>

  <Card title="Cross-core reporting" icon="chart-line">
    Performance rollups across the platform.
  </Card>
</CardGroup>

## Get oriented in LO

<Steps>
  <Step title="Set objectives">
    Author and cascade OKRs from organization down to teams.
  </Step>

  <Step title="Track scorecards">
    Build scorecards that pull KPIs from across the platform.
  </Step>

  <Step title="Report up">
    Review leadership dashboards and run cross-core performance rollups.
  </Step>
</Steps>

## By role

<Tabs>
  <Tab title="Executive">
    Strategic dashboards, scorecard review, and board reporting.
  </Tab>

  <Tab title="Department lead">
    OKR ownership, team scorecards, and initiative tracking.
  </Tab>

  <Tab title="Strategy / PMO">
    Initiative governance and retro facilitation.
  </Tab>

  <Tab title="Analyst">
    Data feeds into scorecards and KPI definition.
  </Tab>
</Tabs>

## Scope at a glance

* **OKRs** — objective and key result authoring, cascading, check-ins, retros.
* **Scorecards** — organizational, departmental, and team scorecards with cross-core KPIs.
* **Leadership dashboards** — executive views aggregating CL, PM, FA, HR, and RH metrics.
* **Strategic initiatives** — initiative tracking with owner, milestones, blocker management.
* **Cross-core reporting** — performance rollups across the platform.

## Related

<CardGroup cols={2}>
  <Card title="Cross-core data" icon="diagram-project">
    LO consumes published metrics from each core; no domain core depends on LO.
  </Card>

  <Card title="Specs" icon="github" href="https://github.com/encore-os/encoreos/tree/main/specs/lo">
    Source specifications for the LO core.
  </Card>
</CardGroup>
