suggest_adrs
Analyze code changes or project context to suggest architectural decision records (ADRs) with advanced prompting. Prevents duplication and leverages Reflexion learning for consistent decisions.
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 |
|---|---|---|---|
| projectPath | No | Path to the project directory | . |
| analysisType | No | Type of analysis to perform | comprehensive |
| beforeCode | No | Code before changes (for code_changes analysis) | |
| afterCode | No | Code after changes (for code_changes analysis) | |
| changeDescription | No | Description of the changes (for code_changes analysis) | |
| commitMessages | No | Related commit messages (for code_changes analysis) | |
| existingAdrs | No | List of existing ADR titles to avoid duplication | |
| enhancedMode | No | Enable advanced prompting features (Knowledge Generation + Reflexion) | |
| learningEnabled | No | Enable Reflexion learning from past experiences | |
| knowledgeEnhancement | No | Enable Knowledge Generation for domain-specific insights | |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history |