Analyze meeting transcripts to extract requirements, decisions, and action items. Specialized extraction for conversational content.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install requirements-elicitation@melodic-software<transcript-path> [--domain <domain-name>] [--speakers <speaker-roles>]# Analyze Transcript Command Extract requirements and decisions from meeting transcripts and conversational content. ## Usage ## Arguments | Argument | Required | Description | |----------|----------|-------------| | transcript-path | Yes | Path to transcript file or glob pattern | | --domain | No | Domain name for organizing output | | --speakers | No | Speaker role mapping (format: `abbreviation:Role`) | ## What It Extracts ### Requirements - Explicitly stated requirements - Implied requirements from discussions - Feature requests and suggestions ### Decisions - Agreed-upon app...