muse_summarize_design_decisions
Extract and analyze key architectural and design decisions from conversation logs with importance scoring and keyword extraction, supporting both English and Korean.
Instructions
Extracts and analyzes key architectural and design decisions from conversation logs. Supports both English and Korean, with importance scoring and keyword extraction. Set useAI=true for Claude-powered enhanced analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationLog | Yes | The full conversation log text to analyze | |
| projectContext | No | Optional context about the project for better categorization | |
| language | No | Language of the conversation (default: auto-detect) | |
| includeImportanceScore | No | Include importance scoring for each decision (default: true) | |
| extractRelatedCode | No | Extract related code blocks (default: true) | |
| maxDecisions | No | Maximum number of decisions to extract (default: 20) | |
| useAI | No | Use Claude AI for enhanced analysis. Requires ANTHROPIC_API_KEY environment variable. (default: false) |