graph TD A[Timestamped transcription JSON file] --> B{Extract raw transcription text} B --> C[Raw transcription text] C --> D{Skill #178 - Rewrite Text Based On Instructions} D --> E[Refined transcription text] F[Section breakdown JSON file] --> G{Extract section titles, timestamps, and summaries} G --> H[Section titles, timestamps, and summaries] E --> I{Skill #178 - Rewrite Text Based On Instructions} H --> I I --> J[Refined and divided transcription text] J --> K{Save as TXT file} K --> L[Subagent final output: refined-transcription.txt]