troubleshoot_guided_workflow
Analyze system failures, identify root causes, and generate specific test commands using structured input data to streamline troubleshooting and improve system reliability.
Instructions
Structured failure analysis and test plan generation - provide JSON failure info to get specific test commands
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adrDirectory | No | ADR directory path | docs/adrs |
| conversationContext | No | Rich context from the calling LLM about user goals and discussion history | |
| failure | No | Structured failure information (required for analyze_failure and generate_test_plan) | |
| operation | Yes | Type of troubleshooting operation | |
| projectPath | No | Path to project directory (optional) | |
| todoPath | No | Path to TODO.md file | TODO.md |