Full production audit - analyze features, run Pest and Playwright tests, fix issues, and verify deployment readiness
/plugin marketplace add mwguerra/claude-code-plugins/plugin install code@mwguerra-marketplace# Production Ready Command Prepare this application for production deployment through comprehensive analysis, testing, and verification. ## Usage ## What This Command Does ### Phase 1: Safety Commit Before doing anything, ensure no work is lost: 1. Run `git status` to check for uncommitted changes 2. If changes exist, commit them: ### Phase 2: Comprehensive Analysis Discover and inventory the entire application: 1. **Project Structure** - Identify framework (Laravel, React, Vue, Next.js, etc.) - Map directory structure - Find configuration files 2. **Feature Invento...