What problem does it solve?
This Skill converts markdown planning artifacts into human-friendly, standalone HTML review views so stakeholders can quickly scan structure, decisions, gates, and risks without wading through raw markdown.
Core Features & Use Cases
- Interactive artifact maps: Generates an HTML artifact map with lanes (overview, gates, decisions, risks, workstreams, phases, automation leaves, and reviews) that supports clickable/highlighting behavior for review.
- Safety-first standalone rendering: Escapes raw HTML by default and keeps generated output self-contained with inline CSS/JS and a restrictive Content Security Policy for safer offline review.
- Optional full-document view: Produces a document-style HTML render for cases where reviewers need more continuous reading of the plan.
- Use case: When you have a large execution plan with multiple phases and named gates, you can render it into an artifact map so reviewers can jump directly to the relevant workstream, gate, or decision context.
Quick Start
Run the renderer on a plan markdown file to produce an interactive HTML artifact map alongside the source.