Skip to content

bchaoss/transcript-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transcript Processor Skill

A precise workflow tool designed to clean, structure, and optionally analyze raw interview or podcast transcripts into high-fidelity Q&A digests without losing original context.

Workflow

  1. State the Plan: Infer mode and target language, present the execution plan, and wait for explicit user confirmation.
  2. Run Parser: Execute python3 scripts/parse_transcript.py <file> to generate a timestamp skeleton to prevent missing any segments.
  3. Clean & Format: Clean filler words/false starts while strictly preserving the speaker's original words (no paraphrasing/summarizing).
  4. Analysis (Digest Mode Only): Append hard-hitting commentary for each exchange and a final meta-analysis section.

Modes

  • Clean Mode (Default): Outputs strict Q (with timestamp) and A blocks only. No external summary or commentary.
  • Digest Mode: Adds deep analysis layer (Commentary) identifying avoided tensions, verifiable claims, and a concluding Meta-analysis of recurring patterns.

File Output

Saves results into [interviewee]_[source]_[mode].md and runs scripts/check_digest.py before completion.

Contributors

Languages