What problem does it solve? When critical MCP tools (CodeGraph, Engram, Controller) fail or time out during a coding session, work can stall or fail completely. This Skill provides a systematic approach to detect tool failures, classify the degradation level, and continue working with reduced capabilities instead of stopping. ## Core Features & Use Cases - Tool Availability Matrix: Maps each unavailable tool (CodeGraph, Engram, Controller) to a concrete fallback chain, such as Engram search or manual Read + Glob exploration when CodeGraph is down. - Degraded Workflows: Step-by-step procedures for working without structural analysis, without persistent memory, or without edit validation, including inline validation rules for edits. - Status Reporting Protocol: Standardized user-facing reports that show which tools are available, which fallbacks are active, and ask whether to continue with reduced functionality. - Use Case: During a session, CodeGraph times out. The Skill detects the failure, reports the degraded state, searches Engram for prior analysis, and proceeds with manual file reading while warning about the lack of blast-radius analysis. ## Quick Start Ask the agent to run the health check and continue the current task using fallback workflows if any MCP tool is unavailable.