What problem does it solve? Sharing framework-generated documents like PRDs, audit reports, and diagrams with stakeholders, customers, or auditors often requires PDF format, but manually converting files and choosing destinations is repetitive and error-prone. ## Core Features & Use Cases - Multi-format conversion: Converts Markdown, HTML, and BPMN files to PDF by detecting the format from the file extension. - Converter fallback chain: Tries pandoc, md-to-pdf, wkhtmltopdf, or bpmn-to-image in order, and degrades gracefully with install instructions when no converter is available. - Interactive destination handling: Prompts for the output location, supports explicit paths, and never silently overwrites an existing PDF. - Use Case: After generating a security audit report in Markdown, run the skill to produce a shareable PDF next to the source file for sending to an external auditor. ## Quick Start Ask the assistant to convert docs/vision.md to a PDF and keep it next to the source file.