meeting

Solid

Merges a meeting transcript into the project brief: updates brief.json incrementally, extracts the questions still open, records decisions and people, and flags contradictions with earlier meetings.

AI & Automation 2 stars 0 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /meeting — From transcript to brief Discovery is the phase where you interview the people who will use the thing: how they work today (usually spreadsheets, email and a couple of macros) and how that process should look once it is a real application. The brief is what comes out of those conversations. This skill does one job: **turn a transcript into a document**. It does not rewrite the brief from scratch at every meeting — it grows it. --- **UX: chat stays conversational.** Never paste the brief, its chapters or lists of questions into chat: the user reads them in the viewer. In chat you say what changed, citing chapters by id **and** title (e.g. "C3, Permissions") and questions by id (e.g. "Q7"). When you cite a chapter of the brief, write `[[brief:Chapter title]]`: it renders as a clickable reference that opens the document at that point. ## PROTOCOL 1. **Check the project source** — this skill only applies to source `discovery` 2. **Find the transcripts not merged yet** (`meetings/` vs the `changelog` of brief.json) 3. **Read** the transcript, the current brief, context.md, the existing questions and people 4. **Merge** into the brief incrementally (`meta.status: "draft"`, `version` +1) 5. **Extract** open questions, decisions, people, contradictions 6. **Say in words** what changed (BLOCKING — wait for confirmation or edits) 7. **On confirmation:** `meta.status: "confirmed"` 8. **Update context.md** --- ## PHASE 1 — CHECK DEPENDENCIES Read `projects/{project}...

Details

Author
Federico-Anastasi
Repository
Federico-Anastasi/DYLA-ai
Created
1 weeks ago
Last Updated
5 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category