Auto Pipeline from Transcript
sdd_auto_pipelineAutomates the complete Spec-Driven Development pipeline by reading a meeting transcript, extracting requirements, and generating all project specification files in a single call.
Instructions
FULLY AUTOMATED: Reads a meeting transcript, extracts requirements, and runs the complete SDD pipeline in one call. Creates CONSTITUTION.md, SPECIFICATION.md, DESIGN.md, TASKS.md, and ANALYSIS.md from a single transcript file. Supports VTT (Teams), SRT (Zoom), TXT, and MD formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to transcript file (.vtt, .srt, .txt, .md) relative to workspace root | |
| raw_text | No | Raw transcript text (alternative to file_path — paste directly) | |
| project_name | Yes | Project name in kebab-case | |
| format | No | Transcript format | auto |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| principles | No | Override project principles (auto-extracted from transcript if omitted) | |
| force | No | Overwrite existing spec files |