What problem does it solve?
Turning a single piece of content into multiple document formats for different audiences normally requires repeating the same summarization and formatting work four times. This Skill orchestrates that process so one input produces a report, slides, a data workbook, and a print-ready PDF in a single run.
Core Features & Use Cases
- Shared summarization step: Runs one structured summary of the source content, then reuses it as the basis for every output format.
- Four coordinated renderers: Delegates to the docx, pptx, xlsx, and html-to-pdf skills to produce a detailed report, slide deck, data workbook, and A4 public-facing PDF.
- Sequential execution with fallback: Runs the four renders sequentially after the shared model step, with a documented fallback where the LLM summarizes manually and calls each renderer in order.
- Use Case: After finishing a project postmortem, trigger the multi-format export to get a Word report for stakeholders, slides for the review meeting, a spreadsheet of the structured data, and a PDF for public distribution.
Quick Start
Export this content into a docx report, pptx slides, an xlsx workbook, and a PDF using the multi-format export pack.