What problem does it solve?
This Skill turns a structured prompt and optional user/uploaded reference materials into a complete, slide-dense PowerPoint deck, enforcing deterministic stage-by-stage execution so results are reproducible and resumable.
Core Features & Use Cases
- Standard-mode PPT pipeline: Runs a thin CLI-driven workflow that converts style → outline → asset planning → per-page image + HTML generation → PPTX export.
- Deterministic, resumable artifacts: Produces clear intermediate files (style_spec.json, outline.json, asset_plan.json, pages/page_XXX.html) and supports resume semantics when stages have already been completed.
- Controlled visual generation: Generates only allowed decorative image slots via sn-image-base (T2I) while preventing chart/table content from being incorrectly “painted” into images.
- HTML-to-PPTX conversion contract: Emits converter-friendly HTML with strict constraints for images, SVG/ECharts, chart readiness, and layout layers.
- Deck-wide quality and safety gates: Includes VLM-based image QC, export preconditions, and HTML review artifacts to prevent shipping blocked or malformed slides.
Quick Start
Ask the AI agent to run the standard PPT flow named sn-ppt-standard to generate a PPTX deck from your task pack inputs and documents.