muse_summarize_design_decisions
Extracts key architectural and design decisions from conversation logs, analyzes importance, and identifies related code blocks for documentation purposes.
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
TableJSON 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) |