← ClaudeAtlas

ctx-transcriptlisted

Process a new stakeholder meeting transcript. Collects inputs interactively (project, transcript, attendees, date), then runs synthesis, validation, and shareable output in the background so you can keep working.
simonconway1979/os-intelligence · ★ 3 · AI & Automation · score 69
Install: claude install-skill simonconway1979/os-intelligence
# ctx-transcript Two phases: 1. **Interactive:** Confirm project, get transcript, confirm attendees and date 2. **Background:** Synthesis → validation → metadata → shareable output Supports `--batch` flag for processing multiple transcripts at once. --- ## Phase 1 — Collect Inputs **Step 1** — Print: ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ADD A TRANSCRIPT ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ``` Then print this one-line tip (non-blocking — proceed to Step 1b without waiting): ``` Tip: /add-context auto-detects type — you can route through it next time instead of /ctx-transcript. ``` **Step 1b — Batch mode check.** Read `[workspace-root]/.current-session` to identify the active project and its `PROJECT_ROOT`. If `--batch` flag passed: skip to **Batch Mode** section below. Otherwise, check `[PROJECT_ROOT]/intelligence/meetings/` for any subdirectories containing a `synthesis.md` file (i.e. processed meetings). - **No processed meetings found** → print: ``` No meetings processed yet for this project. Want to load several transcripts at once? Drop your files into: [PROJECT_ROOT]/intelligence/meetings/inbox/ Then press Enter and I'll process them all together. Or paste a single transcript now to get started. [batch / paste] ``` Wait for response. If `batch`: go to **Batch Mode**. If `paste`: continue to Step 2. - **Processed meetings exist** → continue to Step 2 (normal flow). --- ## Batch Mode **B1 — Create inbox.** Create `[PROJECT_ROOT]