| name | meeting |
| description | Analyze meeting transcripts — extract decisions, action items, and create SSOT
documents. Use when processing standup notes, stakeholder reviews, or sprint
meetings.
|
/meeting Command
Analyze meeting transcripts and extract structured, actionable documentation.
Usage
/meeting notes/standup-2026-03-26.md
/meeting notes/stakeholder-review.md --output define
/meeting notes/sprint-*.md --consolidate
What It Does
- Invokes the dev-meeting-analyst agent
- Reads meeting transcript (notes, recording summary, or raw text)
- Extracts:
- Decisions made (with who decided and context)
- Action items (with owner, deadline, priority)
- Open questions (unresolved, needs follow-up)
- Key insights (non-obvious observations)
- Data engineering context (if present: sources, SLAs, schema changes)
Output Format
## Meeting Analysis: {Title}
### Decisions
| # | Decision | Decided By | Context |
|---|----------|-----------|---------|
### Action Items
| # | Action | Owner | Deadline | Priority |
|---|--------|-------|----------|----------|
### Open Questions
| # | Question | Blocker? | Follow-up |
|---|----------|----------|-----------|
### Key Insights
- {Non-obvious observation}
Integration with SDD
Use --output define to generate a DEFINE document from meeting notes — the dev-meeting-analyst extracts requirements and feeds them into the define-agent.