What problem does it solve? Determining which agent runtimes and logical actions are actually available before launching a multi-agent workflow is error-prone, and a failed dispatch mid-workflow wastes effort. This Skill verifies the installed package's direct-runtime state up front so callers know which routes current policy may consider. ## Core Features & Use Cases - Runtime readiness reporting: Runs migration_doctor.py for legacy-package and host-profile observations, then submits one planning-only routing request covering all 12 descriptor-advertised actions. - Zero-inference verification: Uses dispatch_requested=false with frontier quality and maximum effort to expose every eligible route without consuming provider attempts. - Honest status boundaries: Distinguishes descriptor eligibility from executable presence, authentication, quota, and live provider health, reporting unverified states explicitly. - Use Case: Before dispatching an independent code review across multiple agent providers, run this Skill to confirm which reviewer routes are eligible this session and avoid building a workflow on unavailable runtimes. ## Quick Start Ask the agent to check agent runtime status and list which of the 12 logical actions are currently route-eligible before starting the multi-agent workflow.