What problem does it solve? Plans written as markdown files are hard to share, lack visual structure, and render inconsistently. This Skill produces rich, self-contained HTML plan documents with diagrams and publishes them to a stable public URL via postplan. ## Core Features & Use Cases - HTML Plan Authoring: Creates implementation plans, migration plans, design docs, and PRD-style plans as single themed HTML files with hero headers, stat tiles, timelines, and task tables. - Mermaid to Inline SVG: Renders mermaid diagrams at authoring time with mermaid-cli and inlines the SVG, since published plans block JavaScript execution. - Publishing & Versioning: Uploads plans with npx postplan upload, keeping a stable URL across re-uploads with version history. - Use Case: Draft a database migration plan styled like a terminal, render its architecture diagram to SVG, upload it, and share the public URL with your team for review. ## Quick Start Write an implementation plan for the current feature as a themed HTML file and publish it with postplan, then give me the URL.