What problem does it solve? Turning raw meeting transcripts into consistent, searchable project knowledge is tedious and error-prone. This Skill processes a transcript into structured notes, keeps STATUS.md, DECISIONS.md, and a machine-readable _index.json up to date, and proposes Todoist follow-up tasks. ## Core Features & Use Cases - Transcript-to-notes pipeline: Fetches meetings from Quill/Fathom MCP (with a processed-transcripts registry to prevent duplicates) or accepts manual paste, then generates a detailed summary with decisions, proposals, open questions, and action items with transcript anchors. - Project knowledge maintenance: Rewrites STATUS.md with enforced section caps, appends decided items to DECISIONS.md, updates PROJECT.md only when stable facts change, and merges entities into _index.json for LLM search. - Participant recognition and task follow-up: Maps speaker labels to known participants, confirms them with the user, and offers selected action items as Todoist tasks. - Use Case: After a daily standup recorded in Quill, invoke the skill to produce a Polish-language structured note, refresh the project's volatile status, log new decisions, and push the changes to git. ## Quick Start Run /pavilio-note and tell the agent which project and meeting transcript to process.