Generate automation scripts from beat sheet for recording
/plugin marketplace add kanopi/training-video-generator/plugin install kanopi-training-video-generator@kanopi/training-video-generatorbeat-sheet-file# Video Automation Script Generator Generate AppleScript and bash automation scripts from a beat sheet to automate terminal command execution during video recording. ## Your Task Parse a beat sheet file and generate automation scripts that will: 1. Open iTerm2 and execute terminal commands automatically 2. Handle timing delays between commands 3. Navigate browser tabs if needed 4. Control the recording flow ## Input User provides path to beat sheet file: ## Step 1: Parse Beat Sheet Read the beat sheet and extract: - Beat numbers and names - Duration for each beat - Terminal commands...