What problem does it solve? Processing meeting transcripts one at a time is slow and repetitive when several unprocessed Quill meetings pile up. This Skill discovers all unprocessed meetings, guesses each one's owning project, and processes up to five of them in a single orchestrated run with one combined Todoist selection and one git commit. ## Core Features & Use Cases - Discovery and deduplication: Reads the processed-transcripts registry and verifies notes on disk, backfilling stale registry entries so no meeting is processed twice. - Project guessing: Scores transcripts against project search keywords and team member names to suggest the owning project with a confidence level, with user override support. - Parallel fan-out: Spawns subagents running the pavilio-note skill in batch mode, parallel across projects and sequential within a project to avoid file conflicts. - Use Case: After a week of meetings, run the batch command to see five unprocessed meetings with guessed projects, confirm which to process, and get notes written, todos pushed to Todoist, and everything committed in one go. ## Quick Start Ask the agent to process all unprocessed meetings and then pick the numbered meetings you want handled.