What problem does it solve? Production Agentforce agents fail silently: subagents misroute, actions never fire, and instruction adherence drops, but there is no built-in way to see why. This Skill turns raw session trace data into diagnosed root causes, reproduced failures, and verified fixes. ## Core Features & Use Cases - Session Trace Analysis: Query STDM (Session Trace Data Model) records in Data Cloud via a bundled Apex helper class to reconstruct turn-by-turn conversations, detect action errors, misroutes, and LOW instruction adherence. - Live Reproduction: Re-run failing utterances through sf agent preview with local trace files, classifying each issue as CONFIRMED, INTERMITTENT, or NOT REPRODUCED across three runs. - Guided Remediation: Edit the .agent file directly with mapped fixes, then validate, publish, verify against traces, and create regression test cases in Testing Center format. - Use Case: A support agent stops routing billing questions correctly after a publish. Use this Skill to query the last 7 days of sessions, confirm the misroute in preview, tighten the subagent description, republish, and add a regression test. ## Quick Start Ask the agent to analyze recent production sessions for your Agentforce agent in a given org and diagnose any routing or action failures.