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

# Monitoring health

> Track implementation health, detect drift, and maintain operational continuity

Panaptico tracks implementation health across the full lifecycle — from first task to post-go-live operations. Health is not a single number; it's a multi-domain scoring system that tells you exactly where your implementation is strong and where it needs attention.

## The Project Overview dashboard

The **Project Overview** is the intelligence center for your implementation. It provides:

* **Overall grade** (A–F) with a 0–100 composite score
* **Scored domains** — each graded independently
* **Trend indicators** — is each domain improving, stable, or declining?
* **Score-driven recommendations** — specific actions sorted by impact
* **Score change alerts** — when something shifts materially

## Scored domains

| Domain                         | What it measures                                              | Weight |
| ------------------------------ | ------------------------------------------------------------- | ------ |
| **Evidence & Verification**    | Verification coverage, approval queue depth, artifact density | 18%    |
| **Scope Integrity**            | Drift stability, regression tracking, baseline freshness      | 17%    |
| **Health**                     | Overall implementation health from snapshots                  | 15%    |
| **Ownership & Accountability** | Ownership coverage, RACI completeness, stakeholder engagement | 12%    |
| **Support Readiness**          | Support model, SLA definitions, escalation paths              | 10%    |
| **Monitoring**                 | Alerting coverage, dashboard setup, SLO definitions           | 10%    |
| **Adoption**                   | Feature usage, onboarding progress, training completion       | 10%    |
| **Communications**             | Stakeholder comms plan, notification cadence                  | 8%     |

The overall score also factors in:

* **Velocity bonus** — up to +10 points for strong execution pace
* **Risk penalty** — deductions for blocking risks and high open risk counts

## Health snapshots

Health snapshots capture the state of your implementation at a point in time:

* Task completion ratios
* Active risks and their severity
* Changes landed
* Domain scores
* Ownership coverage

Snapshots are stored as version history. The first post-go-live snapshot becomes the **baseline** for drift detection.

## Drift detection

When the current state diverges from the baseline:

* **Material drift** is flagged and scored
* **Scope integrity** domain reflects drift frequency and severity
* Drift enters the reconciliation engine for classification (ignore, watch, route to task, block, re-baseline)
* The health history tab shows drift over time as sparklines

## Refreshing health

Health can be refreshed using the **Refresh Health** button in the Project Overview. This triggers a re-evaluation of all health signals against current implementation state.

## Recommendations

The scoring engine generates actionable recommendations based on current scores:

* "Increase evidence coverage — 40% of completed tasks lack verification"
* "Resolve 3 blocking risks affecting downstream tasks"
* "Complete ownership assignments — 5 required functions unmapped"

Recommendations are sorted by impact — the highest-leverage actions appear first.

## Health across tabs

The Project Overview organizes health into focused views:

| Tab                | Focus                                                   |
| ------------------ | ------------------------------------------------------- |
| **Summary**        | Overall grade, quick insights, recommendations          |
| **Delivery**       | Execution velocity, task throughput, milestone tracking |
| **Risk & Quality** | Risk posture, severity breakdown, resolution trends     |
| **Ownership**      | Stakeholder coverage, RACI completeness, decision gaps  |
| **Readiness**      | Domain scores with individual breakdowns                |
| **Adoption**       | Feature usage, training progress, onboarding metrics    |
| **History**        | Health snapshots over time, trend analysis              |

## Next steps

<CardGroup cols={2}>
  <Card title="Post-implementation" icon="chart-line" href="/docs/core-concepts/post-implementation">
    Health monitoring after go-live
  </Card>

  <Card title="Implementation graph" icon="diagram-project" href="/docs/core-concepts/implementation-graph">
    How health feeds back into the graph
  </Card>
</CardGroup>
