What problem does it solve? Final investment research reports exist as Markdown files that are hard to read in a browser and lack interactive visualization. This Skill converts the finalized Markdown report and QA results into a single self-contained HTML dashboard saved to the workspace, preserving evidence traceability and audit metadata. ## Core Features & Use Cases - Markdown-to-HTML synthesis: Reads workspace findings, draft/final reports, and market price snapshots, then emits ${ACTIVE_WORKSPACE}/08_final/report.html with all Markdown inlined to bypass CORS restrictions on file:/// access. - Interactive financial visualization: Builds Chart.js mixed charts (revenue, net income, FCF), ROE vs ROIC comparisons, valuation football-field charts, WACC sensitivity matrices, RSI/MACD technical widgets, and Bear/Base/Bull scenario simulators. - Verification log and audit embedding: Uses claim-evidence-map.json as the single source of truth to embed a YAML Verification_Log block, evidence anchors, and a footer with run_id and stage_gates_hash, blocking finalize on sync drift. - Use Case: After an analyst pipeline produces a QA-approved Markdown report on a listed company, run this Skill to deliver a Korean-language, glassmorphism-styled HTML dashboard that stakeholders can open directly in a browser with full claim-to-evidence traceability. ## Quick Start Convert the final Markdown report in my active workspace into the interactive HTML report using the html-report-synthesizer skill.