115
Prompts/meeting-summary-prompt
Prompt

Meeting Intelligence Extraction Prompt

Extract decisions, commitments, risks, and follow-ups from transcripts.

Context
Use after transcription to turn raw meeting text into operational records.
Prompt
Analyze this transcript and return structured meeting intelligence.

Transcript: {{transcript}}
Meeting context: {{meeting_context}}

Return JSON with: decisions, action_items[{owner, task, deadline}], risks, open_questions, customer_signals, follow_up_message, knowledge_base_updates.
Example Output
{ "decisions": ["Prioritize onboarding flow"], "action_items": [{"owner":"Ana", "task":"Send revised plan", "deadline":"Friday"}] }
Related Workflow
Related Tool Stacks