**Purpose:** Quick bug fix for obvious issues (simplified workflow)
/plugin marketplace add nguyenthienthanh/aura-frog/plugin install aura-frog@aurafrogbugfix/# Command: bugfix:quick **Purpose:** Quick bug fix for obvious issues (simplified workflow) **Category:** Bug Fixing **Usage:** --- ## 🚀 Quick Fix Workflow **Difference from full `bugfix`:** - ❌ Skip approval gates for Phase 1-2 (auto-execute) - ✅ Still enforce TDD (RED → GREEN → REFACTOR) - ✅ Auto-approve analysis and planning - ✅ Show approval only at implementation gates --- ## 🔄 Simplified Phases ### Auto-Execute (No Approval) 1. **Phase 1: Bug Analysis** - Auto-analyze, no approval 2. **Phase 2: Fix Planning** - Auto-plan, no approval ### Manual Approval Required 3. **Phas...