Skip to main content

Initiatives

View and track cross-app initiatives in the dashboard.

Initiatives

Initiatives are high-level goals or epics that span multiple requirements and potentially multiple apps. They provide a top-down view of your development priorities and aggregate progress across all related work.

Initiatives are created via the Sentrix CLI — the dashboard provides a read-only view for tracking progress.

Initiatives List View#

The initiatives list page displays all initiatives in a table format with a stats grid at the top.

Stats Grid#

The stats grid shows 6 summary cards:

  • Total — The total number of initiatives.
  • Pending — Initiatives that have not started yet.
  • In Progress — Initiatives with active work underway.
  • Completed — Initiatives where all work is finished.
  • Blocked — Initiatives waiting on external dependencies.
  • Cancelled — Initiatives that were decided not to pursue.

Filtering and Sorting#

Use the filter controls to narrow down the list:

  • Status — Filter by initiative status (pending, in progress, completed, blocked, cancelled).
  • Priority — Filter by priority level.
  • App — Filter by target application.

You can also sort the table by the available column headers.

Initiative Drawer#

Click any row in the initiatives list to open the initiative drawer — a quick-access side panel that shows key details without leaving the list.

Summary#

The top of the drawer displays the initiative's summary text, giving you a brief overview of the goal.

Details Grid#

A details grid shows key metadata:

  • Priority — The initiative's priority level.
  • Status — The current status.
  • Plans Completed / Total — How many plans have been completed out of the total.
  • Progress — Overall progress as a percentage.

Apps#

The apps associated with the initiative are displayed as badges, showing which parts of your codebase this initiative touches.

Stage Progress#

Pipeline progress bars show aggregate progress across all child plans for each stage:

  • Write — How many plans have completed the write stage.
  • Review — How many plans have completed the review stage.
  • Implement — How many plans have completed the implement stage.
  • Merge — How many plans have completed the merge stage.

These bars track the aggregate progress of child plans through the plan pipeline. Initiatives do not have their own per-stage workflow — the progress reflects the combined status of all plans under the initiative's requirements.

Actors#

A list of actors (people and AI agents) who have contributed to work under this initiative.

View Full Details#

The drawer includes a "View Full Details" footer link that navigates to the initiative detail page.

Note: Initiative detail view documentation will be added in a future update. The requirements-linking UI currently displays raw identifiers rather than human-readable names. Documentation for the initiative detail view and requirements linking will be added once the UI displays meaningful labels.