Skip to content

Overview

The Overview page is the program-level dashboard — the first thing you see when entering a program. It combines KPI cards, workstream health grid, onboarding steps, and Mission Control widgets (daily digest, health scores, dependency suggestions, agent team card, pipeline progress) into a single view.

Delivery leads need a single page that answers “how is this program doing?” without clicking through multiple screens. Overview aggregates the most important signals into a scannable layout.

  • KPI cards: KpiCards shows top-line metrics — requirement count, task completion, risk count, and other program-level numbers
  • Workstream grid: WorkstreamGrid displays each workstream as a card with health indicators
  • Workstream health panel: WorkstreamHealthPanel provides detailed health breakdown per workstream
  • Phase badge: Color-coded phase indicator (discovery, build, test, deploy, complete)
  • Status badge: Color-coded status indicator (active, paused, complete, archived)
  • Onboarding steps: Guided checklist for new programs (e.g., add requirements, create workstreams, connect repositories, add skills)
  • Mission Control widgets: Daily digest, health score, dependency suggestions, agent team card, and pipeline progress are embedded directly on the overview page
  1. Navigate to [Program] — the overview page loads by default.
  2. Review KPI Cards for high-level program metrics.
  3. Scan the Workstream Grid for health status across all streams.
  4. For new programs, follow the Onboarding Steps checklist to complete setup.
  5. Read the Daily Digest for a summary of recent changes.
  6. Check the Health Score for AI-assessed program health.
  7. Review Dependency Suggestions for cross-requirement links.

This feature uses the following tables:

  • programs — Program metadata (phase, status)
  • workstreams — Workstream records for the grid
  • requirements — Requirement counts for KPIs
  • tasks — Task counts and completion rates
  • risks — Risk counts for KPIs
  • skills — Skill counts for onboarding detection