suggest_adrs
Generate architectural decision records (ADRs) by analyzing project code, changes, and context. Utilize advanced prompting, domain insights, and learning capabilities to suggest tailored decisions for your project phase and goals.
Instructions
Suggest architectural decisions with advanced prompting techniques (Knowledge Generation + Reflexion)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
afterCode | No | Code after changes (for code_changes analysis) | |
analysisType | No | Type of analysis to perform | comprehensive |
beforeCode | No | Code before changes (for code_changes analysis) | |
changeDescription | No | Description of the changes (for code_changes analysis) | |
commitMessages | No | Related commit messages (for code_changes analysis) | |
conversationContext | No | Rich context from the calling LLM about user goals and discussion history | |
enhancedMode | No | Enable advanced prompting features (Knowledge Generation + Reflexion) | |
existingAdrs | No | List of existing ADR titles to avoid duplication | |
knowledgeEnhancement | No | Enable Knowledge Generation for domain-specific insights | |
learningEnabled | No | Enable Reflexion learning from past experiences | |
projectPath | No | Path to the project directory | . |