Awesome PPT Editable
Use this wrapper for the experimental native editable reconstruction workflow.
Mode Contract
- Command:
$awesome-ppt-editable - Output: two artifacts: the standard image-first PPTX and a
ppt-masterreconstructed native editable PPTX. - Required flow: select style prompt -> write per-slide content/style/layout image prompts -> generate slide images -> build image-first PPTX -> export
ppt-masterhandoff -> rebuild inppt-master. - Editability: the final native PPTX should use editable text, shapes, charts, and objects where practical.
- Do not claim lossless bitmap conversion. This is a visual/reference reconstruction from generated images plus exact
rendered_text.
Workflow
Read and follow the shared core skill at ../awesome-ppt/SKILL.md, with these overrides:
- Treat the mode as
editable. - Always complete the standard image-first workflow first.
- Always read
../awesome-ppt/references/ppt-master-integration.mdbefore the reconstruction pass. - Run
../awesome-ppt/scripts/export_ppt_master_handoff.pyafter the image-first deck validates and builds. - Invoke
ppt-masterfrom a fresh rebuild project; do not reuse oldsvg_output/,svg_final/,exports/, or previous test artifacts. - After export, run
../awesome-ppt/scripts/inspect_pptx_package.pyagainst the native PPTX and verify slide count, native text, media count, required text, and black fallback color usage. - In the final response, provide both the image-first PPTX path and the editable PPTX path, plus any unresolved fidelity limitations.
Use the shared resources in ../awesome-ppt/references/ and ../awesome-ppt/scripts/.