suggest_adrs
Generate architectural decision records by analyzing code changes, project history, and context to maintain consistency and document technical choices.
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
TableJSON 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 |