Batch Process Transcript Folder
sdd_batch_transcriptsProcesses meeting transcripts from a folder by running the SDD auto-pipeline to create feature spec packages, automating spec generation for Power Automate and OneDrive workflows.
Instructions
Scans a folder for transcript files (.vtt, .srt, .txt, .md) and runs the full SDD auto-pipeline for each one. Designed for Power Automate + OneDrive workflows where meeting transcripts are saved automatically to a shared folder. Each transcript becomes its own feature spec package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite existing spec files if true | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| transcripts_dir | Yes | Path to folder containing transcript files (.vtt, .srt, .txt, .md) relative to workspace root. Example: 'transcripts' or 'OneDrive/Meeting Transcripts' |