visualize-gaps

Generate a self-contained HTML dashboard visualizing plan coverage gaps.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill visualize-gaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualize-gaps
Source: https://github.com/eprouveze/HealthPulse/tree/main/.agent/skills/visualize-gaps
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill visualize-gaps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a stakeholder-ready HTML dashboard that visualizes plan coverage gaps from a completed evaluation, enabling sponsors and product teams to understand risks and required remediation at a glance.

Core Features & Use Cases

  • Self-contained HTML dashboard with no external dependencies.
  • Visualizes the Hero Coverage Score, gaps by severity, strengths and risks, and a remediation roadmap.
  • Accepts a coverage report from evaluate-plan or a provided path and renders an interactive summary for executives.
  • Outputs to docs/plan-coverage-dashboard.html by default for easy sharing.

Quick Start

Provide the path to a coverage report or rely on the current session's evaluation, then run visualize-gaps to generate the dashboard at docs/plan-coverage-dashboard.html.

Frequently Asked Questions about visualize-gaps

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

FAQPage Schema
How do I generate an HTML dashboard from a coverage evaluation report?

To generate an HTML dashboard from a coverage evaluation, provide the report path to the visualization tool to render an interactive summary of gaps and remediation steps. It outputs a self-contained HTML file for easy sharing.

Can I create a stakeholder dashboard for plan coverage gaps without external dependencies?

You can create a stakeholder dashboard without external dependencies because the tool generates a self-contained HTML file. It visualizes the coverage score, strengths, risks, and a remediation roadmap independently.

How do I visualize plan coverage gaps for executives?

Visualize plan coverage gaps for executives by rendering a completed evaluation into an HTML dashboard. It highlights the hero score, top gaps, severity breakdown, and functional area coverage for quick stakeholder comprehension.

What is needed to visualize coverage gaps and risks for a product team?

Visualizing coverage gaps and risks requires a completed coverage evaluation report. Once available, the tool processes the evaluation to produce a stakeholder-ready HTML summary at docs/plan-coverage-dashboard.html.

Does the coverage gap dashboard include a remediation roadmap?

The coverage gap dashboard includes a remediation roadmap along with sections for the hero score, strengths and risks, top gaps, severity breakdown, and coverage by functional area to communicate required actions.

Where does the plan coverage dashboard output file save by default?

The plan coverage dashboard saves by default to docs/plan-coverage-dashboard.html. This default output path ensures the generated HTML file is easy to locate and share with stakeholders.