Check production deployment readiness for AI agents. Verify all CRITICAL and HIGH severity issues are resolved. Use when user asks about deployment readiness, gate status, blocking issues, or whether their agent is ready for production.
/plugin marketplace add cylestio/agent-inspector/plugin install cylestio-agent-inspector-integrations-claude@cylestio/agent-inspector# Production Gate Check Check if the agent workflow is ready for production deployment. The gate is BLOCKED when there are unresolved CRITICAL or HIGH severity issues. ## Prerequisites **You MUST run `/agent-inspector:setup` BEFORE proceeding.** This is NOT optional. The setup command will: 1. Check if agent-inspector is already running 2. Auto-detect your LLM provider (OpenAI/Anthropic) 3. Start the server in background if needed 4. Verify MCP connection is working **DO NOT skip this step.** If you proceed without running the Preflight Check, MCP tools will fail. ## Gate Workflow ##...