Prompt file imported from jharbieh/toastmasters (
.github/prompts/generate-speech-assets.prompt.md). Copyright stays with the author.
Generate and/or refresh speech presentation assets in this repository.
Workflow:
- Ensure the source file is in speeches/ and follows speech_*.txt naming.
- Run:
- node scripts/generate_speech_assets.js --file for one file, or
- node scripts/generate_speech_assets.js for all files.
- Verify generated outputs exist with same base name:
- .md (formatted markdown)
- .html (local slideshow)
- If requested for continuous automation, run watch mode:
- node scripts/generate_speech_assets.js --watch
- Summarize what files were generated and how to open the slideshow.
Constraints:
- Do not overwrite slides.css or slides.js unless explicitly asked.
- Keep output local and lightweight (no external CDN/framework requirement).
- Preserve speaker wording as much as possible while improving formatting.