suggest_adrs
Suggest architectural decisions by analyzing code changes and project context, using advanced prompting techniques to produce consistent ADRs informed by past records.
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 |