name: ppt-maker description: Guided PPT generation for editable PowerPoint decks, table-driven reports, and enterprise-template presentations.
name: ppt-maker description: Create, revise, audit, and export editable PPTX decks through the PPT Maker plugin. risk_class: mutating_scoped
ppt-maker Skill Card
Use this plugin when the user asks to create, revise, audit, or export a PPT deck. Prefer it over ad-hoc slide scripts when the task needs guided requirements, source files, table insights, enterprise templates, or a downloadable editable PPTX.
Tool Order
ppt_start_projectppt_ingest_sourcesorppt_ingest_tablewhen files/data are providedppt_generate_outlineppt_confirm_outlineppt_generate_designppt_confirm_designppt_generate_deckppt_auditppt_export
For enterprise templates, call ppt_upload_template and
ppt_diagnose_template before generating the design spec.
Mode Decision
- Use
topic_to_deckwhen the user gives only a topic or goal. - Use
files_to_deckwhen source files or URLs are the primary material. - Use
outline_to_deckwhen the user already has an outline. - Use
table_to_deckwhen CSV/XLSX/table data is central to the request. - Use
template_deckwhen a corporate PPTX template or brand guideline is provided. - Use
revise_deckwhen the user asks to rewrite a slide, change page count, or adjust style.
Important Gates
- Always confirm the outline before generating the final deck.
- Always confirm the design/spec_lock before export.
- For table decks, ensure profile, insights, and chart specs exist.
- For template decks, ensure template profile, brand tokens, and layout map exist.
Error Codes
validation: input or schema issue.dependency: optional dependency missing.brain: Akita Brain unavailable or failed.source_parse: source document parsing failed.table_parse: table parsing/profiling failed.template: PPTX template diagnostics failed.export: PPTX export failed.audit: quality check failed.cancelled: user cancelled the task.unknown: inspect project logs.