| name | meeting-notes |
| description | Turn raw critique notes, design sync transcripts, or rough notes into structured meeting summaries with decisions, action items, and open questions. |
| version | 1 |
| user-invocable | true |
/meeting-notes - Design Meeting Notes
Process raw notes from critiques, design syncs, and stakeholder reviews into clean summaries.
Quick Start
/meeting-notes → I'll ask for the notes and context
/meeting-notes [paste raw notes] → I'll structure them directly
/meeting-notes --critique → Critique-specific format (decisions + next steps)
/meeting-notes --sync → Design sync format (updates + blockers)
Output: Notes saved to outputs/meeting-notes/[meeting-type]-[date].md
Time: 5–10 minutes
Context Routing (Internal)
Before processing, check:
| Source | Files/Folders | What to extract |
|---|
| Critique agenda | outputs/critique-notes/ | Goals and open questions the critique was meant to resolve |
| Brief or spec | outputs/briefs/, outputs/design-specs/ | Scope and decisions that frame the meeting |
| Stakeholder profiles | context-library/stakeholder-template.md | Communication style, what to watch for |
| Past meeting notes | context-library/meetings/ | Running decisions and prior context |
Meeting Types
Critique Notes
Focus on: decisions made, feedback given, action items.
Structure:
- Goal (from the agenda — was it achieved?)
- What was shown (one sentence)
- Key feedback (organized by theme, not by person)
- Decisions made (with rationale, not just outcome)
- Action items (owner + due date)
- Open questions (still unresolved, assigned)
- Next critique / review
Design Sync Notes
Focus on: status updates, blockers, priorities.
Structure:
- Date and attendees
- Status updates (by project or work stream)
- Decisions made
- Blockers and dependencies (with owner)
- Action items
- Next sync date
Stakeholder Review Notes
Focus on: feedback received, approval status, next steps.
Structure:
- What was presented and to whom
- Feedback received (verbatim quotes where possible)
- Decisions or approvals (explicit "approved" vs "needs revision")
- Action items with owners
- Next review (if needed)
How to Process Raw Notes
- Identify the meeting type and select the right structure
- Extract decisions — separate "we decided X" from "we talked about X"
- Formalize action items — every action needs an owner and a due date. No orphaned todos.
- Preserve exact quotes — especially stakeholder feedback. Quotes are evidence.
- Flag open questions — things discussed but not resolved. Assign an owner to follow up.
- Note what to update — flag if any decisions warrant updating a spec, brief, or decision log
Decisions vs. Discussion
When processing notes, be precise:
Decision: The team agreed to do / not do something. Include the rationale.
"Decided: Use inline filter (Option A) over filter drawer. Rationale: keeps the action in context; drawer adds a navigation layer users don't expect."
Discussion: Something was raised but not resolved.
"Open: Whether to persist filter state across sessions. [Owner: designer] to check research for evidence before next sync."
Feedback: Input from a reviewer that doesn't require a decision yet.
"Feedback from [PM]: concerned that 'Save filter' CTA isn't prominent enough for power users."
Action Item Format
Every action item should have:
- Clear, specific task (not "follow up on filter")
- Owner (specific person, not "team")
- Due date or timeframe
Example:
| Action | Owner | By |
|---|
| Revise filter panel to increase Save CTA prominence | [Designer] | Friday |
| Check research for evidence on filter persistence | [Designer] | Before next sync |
| Get engineering estimate for FilterDrawer new pattern | [Eng lead] | Next sprint planning |
After Processing
If a significant design decision was made:
- Create a decision log using
templates/decision-log-template.md
- Save to
outputs/decisions/ (then promote to context-library/decisions/ when finalized)
If the critique updated the spec:
- Note which file to update
- Prompt the designer: "Want me to update the spec with the decisions from this critique?"
Move processed meeting notes from outputs/meeting-notes/ to context-library/meetings/ once reviewed.
Quality Check Before Saving