readiness-viewer

Renders a seven-stage readiness status matrix, evidence references, and approvals timeline from readiness-status.yaml files.

2|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/Kemetra/Seshat-BI --skill readiness-viewer-kemetra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: readiness-viewer
Source: https://github.com/Kemetra/Seshat-BI/tree/main/.claude/skills/readiness-viewer
Command: npx skills add https://github.com/Kemetra/Seshat-BI --skill readiness-viewer-kemetra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams tracking data readiness across sources, tables, and reports lack a single stage-centric view showing which of the seven readiness stages each item has reached, what evidence backs each gate, and who approved each advancement. ## Core Features & Use Cases - Seven-Stage Status Matrix: Renders one row per item across Source Ready through Publish Ready, copying each stage status verbatim from readiness-status.yaml without recomputation. - Navigable Evidence References: Displays each stage's evidence entries as committed file paths with line or section anchors, flagging missing evidence or absent referenced files. - Approvals Timeline: Shows recorded approvals chronologically and flags pass gates whose required named approver is not recorded. - Use Case: Ask which stage each table is at before a Power BI publish review, and get a read-only matrix plus the approval trail for every gate, with conflicts surfaced rather than resolved. ## Quick Start Show the readiness viewer with the stage matrix, evidence references, and approvals timeline for all onboarded items.

Frequently Asked Questions about readiness-viewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see which readiness stage each table is at?▼

Invoke the readiness viewer to render a matrix with one row per item and seven stage columns from Source Ready to Publish Ready. Each cell copies the status verbatim from that item's readiness-status.yaml file.

What evidence backs a Gold Ready pass status?▼

The viewer renders each stage's evidence entries as navigable references, copying committed file paths with any recorded line or section anchors. Empty evidence on a pass stage is flagged explicitly rather than hidden.

How is the readiness viewer different from the F012 control room?▼

Both read the same readiness-status.yaml files, but the control room answers what is broken worst-first while the viewer shows the per-stage matrix, evidence as references instead of counts, and the approvals timeline.

Can the readiness viewer advance a stage or record an approval?▼

No. It is strictly read-only: it never edits readiness-status.yaml, never advances a stage, never infers or back-fills an approval, and never runs validators or opens database connections.

Does the readiness viewer produce a percent-ready or confidence score?▼

No. Emitting a numeric health, confidence, or percent-ready score is explicitly forbidden. Readiness is reported only as the four explicit statuses plus evidence and blocking reasons.

What happens when a readiness-status.yaml file is missing or malformed?▼

A missing file renders the item's row as no readiness file, and a malformed file shows the affected fields as incomplete. The viewer never guesses missing statuses or fabricates evidence.