plan-to-html

Convert markdown planning artifacts into standalone HTML review views.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Atlas-Memory-Framework/AtlasMemory-Tools --skill plan-to-html-atlas-memory-framework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-to-html
Source: https://github.com/Atlas-Memory-Framework/AtlasMemory-Tools/tree/main/.cursor/skills/plan-to-html
Command: npx skills add https://github.com/Atlas-Memory-Framework/AtlasMemory-Tools --skill plan-to-html-atlas-memory-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about plan-to-html

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

FAQPage Schema
How do I convert markdown planning artifacts into HTML for stakeholder review?

To convert markdown planning artifacts into HTML, you can use a renderer that transforms plan structure, gates, and decisions into standalone HTML review views with inline CSS and JS, enabling fast offline comprehension without reading raw markdown.

What is the best way to render a markdown execution plan with multiple phases for offline viewing?

The best way to render a multi-phase markdown execution plan offline is using a safety-first standalone renderer that escapes raw HTML by default and embeds all CSS and JS inline, ensuring the output is self-contained and secure.

Can I generate an interactive artifact map from markdown plan sections like risks and workstreams?

Yes, you can generate an interactive HTML artifact map from markdown plan sections. The map creates lanes for overview, gates, decisions, risks, workstreams, and automation leaves, supporting clickable highlighting for quick navigation.

Does offline HTML rendering from markdown require external dependencies or remote scripts?

No, offline HTML rendering from markdown does not require remote dependencies. A safety-first renderer embeds all CSS and JS inline and uses a restrictive Content Security Policy to keep the generated HTML entirely self-contained.

How do I display a full plan document instead of an artifact map in HTML?

To display a full plan document instead of an artifact map, you can use an optional full-document view that produces a continuous, document-style HTML render for reviewers who need to read the entire plan sequentially.

What sections are supported when extracting plan structure from markdown to HTML?

Extracting plan structure from markdown to HTML supports explicit plan paths and headings for plan state, gate results, decisions, risks, assumptions, tests, implementation workstreams, phases, automation leaf issues, and planning review sections.