suggest_adrs
Analyze code, commits, and project context to generate architectural decision records (ADRs) with advanced prompting, ensuring consistency with existing ADRs and history.
Instructions
Suggest architectural decisions with advanced prompting techniques (Knowledge Generation + Reflexion). TIP: Read @.mcp-server-context.md first for project history, patterns, and previous ADRs to ensure consistency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterCode | No | Code after changes (for code_changes analysis) | |
| beforeCode | No | Code before changes (for code_changes analysis) | |
| projectPath | No | Path to the project directory | . |
| analysisType | No | Type of analysis to perform | comprehensive |
| enhancedMode | No | Enable advanced prompting features (Knowledge Generation + Reflexion) | |
| existingAdrs | No | List of existing ADR titles to avoid duplication | |
| commitMessages | No | Related commit messages (for code_changes analysis) | |
| learningEnabled | No | Enable Reflexion learning from past experiences | |
| changeDescription | No | Description of the changes (for code_changes analysis) | |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history | |
| knowledgeEnhancement | No | Enable Knowledge Generation for domain-specific insights |