troubleshoot_guided_workflow
Diagnose failures from structured JSON input, generate actionable test commands and test plans, with memory integration and ADR suggestions for recurring issues.
Instructions
Structured failure analysis and test plan generation with memory integration for troubleshooting session tracking and intelligent ADR/research suggestion capabilities - provide JSON failure info to get specific test commands
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failure | No | Structured failure information (required for analyze_failure and generate_test_plan) | |
| todoPath | No | Path to TODO.md file | TODO.md |
| operation | Yes | Type of troubleshooting operation | |
| projectPath | No | Path to project directory (optional) | |
| adrDirectory | No | ADR directory path | docs/adrs |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history | |
| enableAdrSuggestion | No | Enable automatic ADR suggestion based on recurring failures | |
| enableMemoryIntegration | No | Enable memory entity storage for troubleshooting session tracking and pattern recognition | |
| enablePatternRecognition | No | Enable automatic pattern recognition and failure classification | |
| enableResearchGeneration | No | Enable automatic research question generation for persistent problems |