interactive_adr_planning
Guides users through structured decision-making for Architecture Decision Records (ADRs) with research integration, option evaluation, and automatic ADR generation.
Instructions
Interactive guided ADR planning and creation tool - walks users through structured decision-making process with research integration, option evaluation, and automatic ADR generation. TIP: Start by reading @.mcp-server-context.md to understand project context and previous decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Interactive planning operation to perform | |
| sessionId | No | Planning session ID (required for all operations except start_session) | |
| input | No | User input for the current phase (varies by phase) | |
| projectPath | Yes | Project root path | |
| autoResearch | No | Automatically trigger research when needed | |
| generateTodos | No | Automatically generate TODO items from decisions |