skills/interview-synthesis-updater/SKILL.md
Auto-update synthesis documents after interview analysis. Use after video-transcript-analyzer creates a new interview analysis file.
npx skillsauth add jeffvincent/claude-config interview-synthesis-updaterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill automatically updates synthesis documents and the master index after a new customer interview analysis is created. It extracts themes, products, and personas from the interview analysis, updates relevant synthesis documents with new quotes and insights, creates new synthesis documents when needed, and keeps index.md current.
Use this skill:
interview-analysis/Do NOT use this skill for:
A report of all changes made:
Install dependencies:
cd ~/.claude/skills/interview-synthesis-updater
npm install
Verify directory structure: The skill expects this structure in your project:
customer interviews/
├── interview-analysis/ # Interview analysis files
├── syntheses/
│ ├── _SYNTHESIS_TEMPLATE.md
│ ├── by-theme/
│ ├── by-product/
│ └── by-persona/
└── index.md
date, customer_first, company, role, call_typethemes, pain_points, hubspot_productsParse the interview analysis file to extract:
themes: Array of theme tagshubspot_products: Array of product namesrole: Persona/role (for by-persona syntheses)pain_points: Array of pain pointspain_point_severity: P0-P3 severity ratingsdate, customer_first, customer_last, companyFor each theme in the themes array:
syntheses/by-theme/{theme-filename} existssyntheses/_SYNTHESIS_TEMPLATE.mdsyntheses/by-theme/{theme-filename}For each product in the hubspot_products array:
syntheses/by-product/{product-filename} existssyntheses/by-product/{product-filename}Based on the role field:
syntheses/by-persona/{persona-filename} existssyntheses/by-persona/{persona-filename}interview-analysis/ directory- **[Date]**: [First Last, Company] - [Brief description from summary]Create a summary of all changes:
## Synthesis Update Complete
### Updated Synthesis Documents
**By Theme:**
- data-management-lists.md (added 3 quotes, updated patterns)
- admin-workflow-productivity.md (added 2 quotes)
**By Product:**
- index-pages.md (added pain points, 4 quotes)
- custom-objects.md (added 2 quotes)
**By Persona:**
- hubspot-administrators.md (updated profile, 5 quotes)
### New Synthesis Documents Created
- syntheses/by-theme/accidental-admins.md
- syntheses/by-product/leads-object.md
### Index Updated
- Added interview: 2025-11-15 Matthew Ruxton, Ignite Reading
- Total interviews: 23
- Total syntheses: 18 (5 themes, 8 products, 5 personas)
### Recommendations
- Consider reviewing "accidental-admins" theme (now has 3 interviews)
- "Leads object" synthesis newly created - may need refinement
Return this report to the user.
If errors occur:
Always complete as many updates as possible even if some fail.
User completes video-transcript-analyzer skill, which creates:
interview-analysis/2025-11-15_Matthew_Ruxton_IgniteReading.md
Claude automatically invokes this skill with:
Skill executes:
User says: "Update the syntheses for the Matthew Ruxton interview"
Claude does:
User says: "Re-sync all syntheses from scratch"
Claude does:
tools
Render a video clip with captions overlaid, using the Remotion captioner at `/Users/jvincent/Projects/remotion-captioner/`. Use when user provides a video file and wants to add captions/subtitles, mentions "caption this video", "add captions", "burn in subtitles", or provides a video + SRT file pair.
development
Upload video files to Wistia projects using the Data API. Use when user wants to upload videos to their Wistia account for hosting, transcription, or sharing.
development
Transcribe voice memos to text using Whisper. Use when user provides audio/video files (.m4a, .mp3, .mov, etc.) and asks to transcribe them into text and SRT format with timestamps.
testing
# Voice Authenticity Reviewer ## Purpose Review any written content for alignment with authentic speaking and writing voice using analyzed patterns from 7 meeting transcripts and strategic memos. ## When to Use This Skill - Before sharing strategic memos with leadership - Before sending important emails - When drafting presentation scripts - When reviewing documentation for external sharing - As part of Writing /produce-memo workflow (Step 6) - Anytime voice authenticity verification is needed