Batch Process Transcript Folder
sdd_batch_transcriptsProcess a folder of meeting transcript files through the SDD auto-pipeline to generate a feature specification package for each one. Works with 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 |
|---|---|---|---|
| transcripts_dir | Yes | Path to folder containing transcript files (.vtt, .srt, .txt, .md) relative to workspace root. Example: 'transcripts' or 'OneDrive/Meeting Transcripts' | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| force | No | Overwrite existing spec files if true |