troubleshoot_guided_workflow
Analyze software failures, generate test plans, and track troubleshooting sessions with memory integration and ADR suggestions.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Type of troubleshooting operation | |
| failure | No | Structured failure information (required for analyze_failure and generate_test_plan) | |
| projectPath | No | Path to project directory (optional) | |
| adrDirectory | No | ADR directory path | docs/adrs |
| todoPath | No | Path to TODO.md file | TODO.md |
| enableMemoryIntegration | No | Enable memory entity storage for troubleshooting session tracking and pattern recognition | |
| enablePatternRecognition | No | Enable automatic pattern recognition and failure classification | |
| enableAdrSuggestion | No | Enable automatic ADR suggestion based on recurring failures | |
| enableResearchGeneration | No | Enable automatic research question generation for persistent problems | |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history |