ReAcTree-based systematic debugging with memory-assisted analysis
/plugin marketplace add Kaakati/rails-enterprise-dev/plugin install kaakati-reactree-rails-dev-plugins-reactree-rails-dev@Kaakati/rails-enterprise-dev# ReAcTree Debugging Workflow Systematic approach to debugging with: 1. Error reproduction 2. Stack trace analysis 3. Root cause identification 4. Fix implementation with tests 5. Regression prevention ## Usage ## Examples ## Process 1. **Reproduce Error** - Create minimal reproduction case 2. **Analyze Stack Trace** - Identify exact failure point 3. **Root Cause** - Determine underlying issue 4. **Create Beads Issue** - Track fix (if beads available) 5. **Implement Solution** - Fix with appropriate specialist 6. **Add Tests** - Regression tests to prevent recurrence 7. **Verify Fi...