Initialize meeting assistant

This commit is contained in:
2026-05-18 23:38:47 +02:00
commit 90df1edc03
20 changed files with 967 additions and 0 deletions
@@ -0,0 +1,12 @@
## ADDED Requirements
### Requirement: Meeting Assistant generates meeting outputs
Meeting Assistant SHALL generate a summary, decisions, and next steps from the meeting transcript, metadata, user notes, and assistant-discovered context.
#### Scenario: Meeting processing completes
- **WHEN** transcription and context collection have completed
- **THEN** Meeting Assistant generates a summary, decisions, and next steps for the meeting note
#### Scenario: User notes conflict with transcript interpretation
- **WHEN** user-authored notes provide context that changes the interpretation of the transcript
- **THEN** Meeting Assistant considers those notes during summary and next-step generation