Awesome PPT Standard
Use this wrapper for the stable image-first workflow.
Mode Contract
- Command:
$awesome-ppt-std - Output: image-first PPTX with one generated full-slide image per slide.
- Editability: slide/image objects are editable; visible text is baked into generated images unless optional helper text is explicitly requested.
- Do not run
ppt-masterin this mode. - If the user asks for a fully editable/native deck while invoking
$awesome-ppt-std, explain that this command is standard mode and recommend$awesome-ppt-editable.
Workflow
Read and follow the shared core skill at ../awesome-ppt/SKILL.md, with these overrides:
- Treat the mode as
standard. - If the request includes
--editable,--native, or implicit editable wording, do not execute the editable pass; explain that$awesome-ppt-stdis standard mode and recommend$awesome-ppt-editable. - Stop after validating
deck.json, generating slide images, and building the image-first PPTX. - In the final response, state clearly that the produced PPTX is image-first, not fully native editable.
Use the shared resources in ../awesome-ppt/references/ and ../awesome-ppt/scripts/.