Skip to main content
Glama

Auto Pipeline from Transcript

sdd_auto_pipeline

Automates 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

TableJSON Schema
NameRequiredDescriptionDefault
file_pathNoPath to transcript file (.vtt, .srt, .txt, .md) relative to workspace root
raw_textNoRaw transcript text (alternative to file_path — paste directly)
project_nameYesProject name in kebab-case
formatNoTranscript formatauto
spec_dirNoSpec directory path (relative to workspace root).specs
principlesNoOverride project principles (auto-extracted from transcript if omitted)
forceNoOverwrite existing spec files
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description explicitly states the tool creates multiple files and lists them, which adds behavioral context beyond annotations. Annotations indicate non-destructive and non-idempotent, which aligns. No contradiction detected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two short paragraphs, front-loading the key purpose and listing outputs in a clear structure. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the rich schema and annotations, the description covers the main purpose, outputs, and formats. It could mention the pipeline steps or output structure, but for an AI agent, the description is sufficient to understand what the tool achieves.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds context to parameters beyond the schema, such as associating file formats with source applications (Teams, Zoom) and clarifying that raw_text is an alternative to file_path. With 100% schema coverage, the description still provides value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (reads, extracts, runs), the resource (meeting transcript), and the output (complete SDD pipeline with five files). It distinguishes from siblings by emphasizing full automation and end-to-end pipeline, unlike more specific tools like sdd_import_transcript or sdd_generate_all_docs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use: when you have a transcript and want all SDD documents generated. It does not explicitly state when not to use or provide alternatives, but the context of siblings makes the differentiation implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulasilvatech/specky'

If you have feedback or need assistance with the MCP directory API, please join our Discord server