Meeting notes and decision archive
Captures internal meetings — recorded or transcribed in real time — and produces structured notes: who attended, what was discussed, what was decided, what action items emerged with owners, what was explicitly deferred. Different from A4 (which is customer-facing calls): this pattern is tuned for internal meetings and feeds an organizational decision archive that becomes searchable over time. The pattern's compounding value: in two years, anyone can ask 'why did we decide X?' and find the meeting where the decision happened.
Requirements describe capabilities the pattern needs in your environment, not the vendors you must buy. Any system that fills a requirement satisfies it — that’s what makes the catalog portable across the long tail of SMB tooling.
meeting_audio_sourceRecording or live transcript of internal meetings, with metadata about who's there.
- video conferencing recording with auto-transcription
- dedicated meeting bot that joins and records
- ambient room recording in meeting rooms equipped for it
participant_directoryWho's in the company and what role they have, so the pattern can attribute speech and understand organizational context.
- HR directory
- company org chart
- internal directory in the productivity suite
notes_destinationWhere the structured notes land for participants and others to read. Has to be accessible and indexed for future search.
- page created in the wiki under a meeting archive section
- shared document linked from the calendar event
- channel in team chat with the notes posted
decision_archiveLong-term searchable archive of decisions specifically, separate from full notes. The compounding asset.
- dedicated decision log in the wiki
- structured database of architectural or strategic decisions
- section of the knowledge corpus searchable via C7 if live
action_item_destinationWhere action items become tasks for the responsible people. Without this, action items rot in meeting notes.
- task created in the project management tool
- follow-up created in the responsible person's task list
- calendar reminder
privacy_classifierDetermines which parts of a meeting should not be indexed broadly. Internal HR discussions, individual performance conversations, sensitive strategic deliberations get different treatment.
- meeting-tag-based rules ('1:1', 'HR', 'board' tags get restricted indexing)
- content-based detection of sensitive topics
- explicit privacy markers participants can set
- 01Detect a new meeting recording or stream becoming available
meeting_audio_source - 02Identify participants and classify meeting type via privacy classifier
participant_directoryprivacy_classifierDECISION If privacy-sensitive, restrict indexing and notification scope to participants only. - 03Transcribe with speaker attribution from the directory
participant_directory - 04Extract structured elements: topics, decisions, action items, deferred items
- 05Generate notes document and post to the notes destination
notes_destination - 06Add decisions to the decision archive with appropriate access controls
decision_archive - 07Create action items as tasks for their owners
action_item_destinationDECISION Skip if action_item_destination not filled.
Structured outputs this pattern produces. Other patterns and client systems can subscribe to them, which is how the catalog composes over time.
decision_corpusGrowing searchable archive of organizational decisions over time. Becomes invaluable as the company grows.
- C7 universal search
- future-employee onboarding
- board prep
- 'why did we do X' inquiries
meeting_load_signalPer-team and per-person meeting volume aggregated, useful for understanding load and effectiveness.
- operations dashboards
- team health metrics
action_item_follow_through_signalPer-person and per-team rate of completing action items captured from meetings.
- manager 1:1 prep
- operational health reviews