What problem does it solve? The banking demo agent pipeline fails silently: most breakages surface as a polite "Heuristics-only mode" catalog card instead of an error, making root causes nearly impossible to spot from the UI. This Skill maps each failure signature to its verified root cause and fix so you stop guessing. ## Core Features & Use Cases - Signature-to-fix lookup table: Matches log/UI symptoms (catalog card, 502/503 from /api/mcp/tool, "Unknown action" toasts, empty Code Explorer answers) to confirmed root causes like stale agent-service images, ctx-size overflow, feature-flag drift, and vault key mismatches. - Verification commands: Provides Playwright proof suites and an offline use-case trigger audit to confirm fixes before shipping. - Deployment invariants checklist: Lists containers needing rebuilds, flags that must hold (ff_heuristic_enabled, ff_authorize_real), and llama backend health checks. - Use Case: When a use-case chip phrase returns the catalog card in only one vertical, the Skill directs you to add perVertical config in useCases.js and re-run the offline trigger audit. ## Quick Start Ask the agent to diagnose why the demo replies with the heuristics-only catalog card instead of an LLM answer.