enrich-report

Installation
SKILL.md

Enrich Report

Purpose

Read a completed markdown report and produce a self-contained HTML file that presents the same content with interactive data visualizations and conceptual diagrams injected at semantically appropriate positions. The original markdown stays untouched — you are creating a visual rendition, not editing the source.

A great enriched report does not just decorate prose with random charts. Each visualization earns its place by making a data pattern visible that would otherwise require the reader to mentally parse numbers from text, or by making a conceptual relationship (like a T→I→P→S value chain) spatially comprehensible. If a section has no data worth charting and no concept worth diagramming, leave it as styled prose — over-enrichment is worse than no enrichment.

Two-Zone Architecture

The enriched report uses a two-zone layout — an executive summary followed by a full-width infographic, then the detailed report body:

  1. Executive summary — The first H2 section of the report (e.g., "Executive Summary", "Management Summary"). Rendered at normal content width (860px) with sidebar navigation.
  2. Infographic — A full-width editorial visual executive summary placed immediately after the executive summary, breaking out of the content column to span from the sidebar edge to the right page edge. Contains KPI cards, 1-2 charts, optional pull-quote, optional comparison pair. Distilled from the complete report using story-to-infographic editorial-preset principles. Designed to be scanned in 60 seconds. This is where ALL the data visualization lives. Uses the .infographic-breakout CSS class for full-width placement.
  3. Report body — The remaining prose sections with sidebar navigation. Every paragraph, citation, table, blockquote, list, and subsection heading from the source markdown appears verbatim. Very sparse illustrations only (3-5 max at balanced density): process-flows, concept diagrams, or key comparison charts — only where a visual genuinely aids comprehension of a specific passage.

This matches the consulting deliverable pattern: executive summary as context, visual one-pager for the scan, detailed report for deep reading.

Architecture

Installs
3
GitHub Stars
11
First Seen
May 19, 2026
enrich-report — cogni-work/insight-wave